aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-288-0/+8
* Allow the old usb stack to compile by adding the appropriate -I foo, this mustAndrew Thompson2009-02-261-1/+5
* Use the correct config names for the netgraph bluetooth modules.Andrew Thompson2009-02-231-4/+4
* - comment out slhci in NOTES for the momentAndrew Thompson2009-02-232-3/+3
* Remove ugen from NOTES, its no longer an optional device.Andrew Thompson2009-02-231-2/+0
* Move the uaudio and ata-usb drivers into their correct locations.Andrew Thompson2009-02-231-7/+3
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.Andrew Thompson2009-02-231-3/+3
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-232-174/+161
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,Nathan Whitehorn2009-02-221-1/+2
* Include altivec.c, missed on previous commit r188860. This should unbreak theNathan Whitehorn2009-02-211-0/+1
* Switch over to usbdevs.h generated at compile time.Andrew Thompson2009-02-181-2/+2
* Pull in kbd.c with usb2_input_kbd, just like ukbd.Andrew Thompson2009-02-155-5/+5
* Actually include geom_part_ebr.c when options GEOM_PART_EBR isMarcel Moolenaar2009-02-151-0/+1
* Add option GEOM_PART_EBR by default on amd64 and i386.Marcel Moolenaar2009-02-102-0/+2
* Hook uslcom2 up to the build.Andrew Thompson2009-02-091-0/+1
* Remove usb2_config_td.[ch], they are no longer used.Andrew Thompson2009-02-091-1/+0
* Fix several filenames for "make clean" target.Wojciech A. Koszek2009-02-081-6/+6
* Further NOTES cleanup -- following drivers didn't survive TTY-ngWojciech A. Koszek2009-02-081-35/+0
* Add missing pcfclock description.Wojciech A. Koszek2009-02-081-0/+1
* Fix LIBALIAS option for a static kernel.Paolo Pisati2009-02-081-0/+1
* Resort NOTES a bit to easily distinguish, which comments are actual andWojciech A. Koszek2009-02-081-42/+71
* Don't forget to create opt_agp.h on ia64, which also uses agp(4).Wojciech A. Koszek2009-02-071-0/+3
* Fix AGP debugging code:Wojciech A. Koszek2009-02-063-0/+7
* Consistently use <TAB> instead of spaces as option name and fileWojciech A. Koszek2009-02-062-9/+9
* Add support for frobbing Intel StrataFlash Protection Registers:Sam Leffler2009-02-051-0/+4
* Overhaul regulatory support:Sam Leffler2009-01-281-1/+1
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownRoman Divacky2009-01-261-2/+1
* Add support for the I2S and davbus audio controllers found in Apple PowerPCNathan Whitehorn2009-01-251-0/+5
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-233-17/+18
* Dont assume $MACHINE is set, this breaks for regular builds.Andrew Thompson2009-01-201-1/+3
* Tone down warning about the quality of the NTFS VFS module. It appears thatMaxim Sobolev2009-01-201-2/+3
* Mention the fact that the NTFS kernel support isn'tMaxim Sobolev2009-01-191-1/+5
* Also strip the machine arch from SRCDIR in case it is a cross build soAndrew Thompson2009-01-181-0/+1
* Allow experimental libteken features to be tested without changing code.Ed Schouten2009-01-172-0/+8
* Revert previous change, since revision 187103 fixed the problem.Craig Rodrigues2009-01-151-2/+2
* Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used forNathan Whitehorn2009-01-151-0/+1
* Import an Open Firmware I2C bus module. This attaches firmware device treeNathan Whitehorn2009-01-151-0/+1
* When building up the command-line for the DTrace ctfmerge and ctfconvertCraig Rodrigues2009-01-151-2/+2
* Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothRobert Watson2009-01-141-0/+2
* Hook up the u3g2 driver.Andrew Thompson2009-01-131-0/+1
* Rework BookE pmap towards multi-core support.Rafal Jaworowski2009-01-131-1/+0
* Connect padlock(4) to amd64 build for VIA Nano processors.Jung-uk Kim2009-01-121-0/+3
* Fix CTF based builds to that if the debug build is being used we getGeorge V. Neville-Neil2009-01-121-0/+1
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedQing Li2009-01-121-0/+1
* o Tweak comments a bit.Maxim Konovalov2009-01-111-2/+2
* Implement a new IP option (not compiled/enabled by default) to allowAdrian Chadd2009-01-092-0/+9
* Rename Marvell ARM CPU specific file according to r186933.Rafal Jaworowski2009-01-091-1/+1
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-082-0/+11
* Using KMODOWN/KMODGRP rather than hard coding root/wheel forBjoern A. Zeeb2009-01-071-5/+5
* - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernelRong-En Fan2009-01-072-4/+0