summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+2
* Fixed sound-related hints. (Yes, this is ambiguous but matches reality.)ru2004-09-081-14/+14
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBdes2004-09-051-0/+1
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-2/+1
* Fixed more spacing bugs.ru2004-09-031-9/+9
* Fix whitespace from last commit.scottl2004-09-021-1/+1
* Hook autofs to the build.alfred2004-09-023-0/+5
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-022-2/+8
* General modernization of coda:brooks2004-09-013-3/+1
* Add the mp_watchdog hooks, although it locks up my SMP test box. It mightpeter2004-08-302-0/+2
* Kill count device support from config. I've changed the last fewpeter2004-08-3013-33/+47
* Finish the removal of the HW_WDOG option.ru2004-08-291-6/+0
* Back out previous commit, ichwd is i386-only.des2004-08-291-1/+0
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-1/+0
* Back out the two previous commits; ichwd is i386-only.des2004-08-291-6/+0
* Add an entry for ichwd to hopefully unbreak the LINT build.iedowse2004-08-291-0/+1
* Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when buildingiedowse2004-08-291-0/+3
* Fixed untested change.ru2004-08-281-1/+1
* Add the Intel ICH watchdog timer driver.netchild2004-08-281-0/+6
* Change the default disposition of debug.mpsafenet from 0 to 1, whichrwatson2004-08-281-0/+1
* Have the linker provide the btext symbol when referenced. This is neededmarcel2004-08-271-0/+1
* Properly document and enable the IPFIREWALL_FORWARD option.andre2004-08-271-0/+5
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-273-10/+2
* Have the linker provide btext. It's used for profiling.marcel2004-08-251-0/+1
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-1/+0
* MFi386: revision 1.215.nyan2004-08-221-3/+0
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-3/+0
* Add comment that IPFIREWALL now requires option PFIL_HOOKS.andre2004-08-191-0/+1
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-192-0/+6
* Since pc98 shares the AGP driver with the i386, also define therwatson2004-08-181-0/+3
* HEAD is now 6-CURRENTscottl2004-08-181-1/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-172-0/+2
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-171-2/+2
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustmarcel2004-08-162-9/+9
* Add MP_WATCHDOG option information to pc98, as it uses the i386rwatson2004-08-162-0/+2
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-161-0/+1
* Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.obrien2004-08-161-9/+9
* AMD64 on-CPU GART support.obrien2004-08-163-5/+5
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-161-1/+1
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-162-1/+35
* Connect RAID3 GEOM class to the build.pjd2004-08-163-0/+4
* Add a kludge for building SBus-only kernels, i.e. kernels without supportmarius2004-08-151-3/+5
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-152-0/+2
* sio(4), which never really worked on sparc64, was removed in favour ofmarius2004-08-151-2/+0
* Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can usemarius2004-08-141-1/+2
* Add hme(4) here now that it's MI.marius2004-08-141-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-142-9/+1
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-133-4/+4
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-133-0/+4
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-123-1/+4
OpenPOWER on IntegriCloud