summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a new API for allocating unit number (-like) resources.phk2004-09-301-0/+1
* Be consistant; make the memrange bit be part of the mem module likemarkm2004-09-281-1/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-251-0/+1
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-0/+1
* Use -O2 for the arm kernel as wellcognet2004-09-231-0/+2
* Use the address provided in the conf file, instead of hardcode 0xc0000000.cognet2004-09-231-1/+1
* Add new options :cognet2004-09-231-5/+10
* Add the possibility to specify the kernel virtual address and the kernelcognet2004-09-231-3/+7
* Per recent HEADSUP: Disconnect (old)vinum from the kernel build.phk2004-09-234-33/+1
* Pass the idea of the make(1) binary to use down to newvers.sh.ru2004-09-172-2/+2
* Attach ng_netflow to kernel build.glebius2004-09-163-0/+4
* Typo fix.ceri2004-09-121-1/+1
* 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
OpenPOWER on IntegriCloud