summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-163-0/+14
* Don't show the command line when doing "make lint".phk2002-10-151-1/+1
* Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes)mjacob2002-10-151-1/+4
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.pirzyk2002-10-141-0/+1
* Allow firewire, sbp (SCSI over firewire), and fwe (non-standard rawjhb2002-10-142-0/+13
* Add in the GEOM control module.phk2002-10-131-0/+1
* Connect trm(4) to the build.cognet2002-10-132-0/+3
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-132-3/+0
* Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.mike2002-10-132-3/+0
* Build the kernel with -mconstant-gp. This means that function calls,marcel2002-10-131-0/+2
* ia64 specific CFLAGS change:marcel2002-10-131-1/+1
* Have the linker collect and combine all unwind_info and unwindmarcel2002-10-121-2/+2
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-0/+1
* Use the new freebsd output format from Binutils 2.13.1.obrien2002-10-113-3/+3
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willrwatson2002-10-101-0/+1
* geom_mbr.c and geom_bsd.c would be kinda useful here too, at leastpeter2002-10-101-0/+2
* Import the libc fnmatch() into the kernel. This will be used by,dd2002-10-081-0/+1
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-082-0/+3
* warn about p1003_1b_semaphoresalfred2002-10-071-0/+2
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-058-21/+40
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-051-0/+1
* hookup new crypto support to the config/build processsam2002-10-047-0/+59
* add crypto interface to the MFILES listsam2002-10-041-1/+2
* major 70 is for /dev/crypto (to be consistent with openbsd)sam2002-10-041-0/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.bde2002-10-041-1/+1
* newbus & bus_space the mcd(4) driver.mdodd2002-10-044-2/+8
* Alas, poor matcd, I knew ye well.scottl2002-10-043-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-022-0/+3
* Back our kernel support for reliable signal queues.jmallett2002-10-011-1/+0
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-0/+1
* Moved most interrupt related code to a new file, interrupt.S.jake2002-09-282-2/+7
* Prepare for the uncoming import of the ServeRAID driverscottl2002-09-271-0/+2
* Move the aac driver from MI to MD NOTES. It is a long way from beingscottl2002-09-261-6/+0
* Do away with AAC_COMPAT_LINUX option entirely. The functionality willscottl2002-09-253-8/+1
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-252-1/+2
* OLDCARD -> NEWCARDimp2002-09-241-8/+11
* Two new majors. devd and watchdogimp2002-09-241-0/+2
* MFi386: revision 1.419nyan2002-09-241-0/+1
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-231-0/+1
* - Hook ALQ up to the build.jeff2002-09-221-0/+1
* - Add options ALQ and KTR_ALQ.jeff2002-09-221-0/+2
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-221-0/+1
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-0/+1
* Cleanup of amdpm(4).nsouch2002-09-212-0/+4
* Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDEDjhb2002-09-192-1/+7
* - added macio and psim filesgrehan2002-09-191-1/+8
* psim device supportgrehan2002-09-191-0/+1
* Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Removepeter2002-09-191-4/+9
* move wl (isa wavelan card, not "wi") to i386-onlypeter2002-09-191-6/+0
* move "profile 2" to i386peter2002-09-191-4/+0
OpenPOWER on IntegriCloud