summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Bump the config version to force people to upgrade their config(8)phk2003-04-157-7/+7
* NO_COMPAT_FREEBSD4 is no longer used.jhb2003-04-151-1/+0
* Re-add MUTEX_DEBUG and MUTEX_PROFILING, which got hosed by rejectedrwatson2003-04-151-0/+2
* Improve consistency, ordering, style of options:rwatson2003-04-151-49/+32
* Express bus dependency a little more clearly.mdodd2003-04-151-31/+31
* Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administratorrwatson2003-04-141-1/+7
* add EHCI (USB 2.0) controller support.ticso2003-04-142-0/+4
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-132-0/+3
* Options that go into homonymous headers shouldn't specify the header name.des2003-04-126-11/+11
* Move the functions for encoding decoding struct dos_partition intophk2003-04-123-0/+3
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedsilby2003-04-122-7/+6
* Clarify NO_SWAPPING description.mike2003-04-111-2/+3
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-101-1/+0
* - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).mdodd2003-04-071-0/+2
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-041-0/+1
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-041-0/+1
* MFi386: revision 1.188nyan2003-04-031-0/+2
* Remove geom_enc.c, a superset of these functions are now available inphk2003-04-031-1/+0
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+2
* - Add the kern_umtx.c file to the build.jeff2003-04-011-0/+1
* - Add kern_thr.cjeff2003-04-011-0/+1
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-0/+3
* - Move driver to newbus.mdodd2003-03-291-1/+2
* Add MBUF_FRAG_TEST to NOTES.silby2003-03-291-0/+7
* Add support for reading directly from file to userland buffer when thetegge2003-03-263-0/+16
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-261-0/+1
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-262-2/+0
* Add the MBUF_FRAG_TEST option. When compiled in, this optionsilby2003-03-251-0/+1
* Merge PC98 support.mdodd2003-03-251-1/+1
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-1/+1
* - Consolidate smapi driver.mdodd2003-03-241-3/+2
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just amdodd2003-03-241-0/+2
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-5/+5
* Remove bitrot associated with `maxusers'.ru2003-03-221-3/+3
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-191-0/+2
* Missed in last commit: don't compile now non-existent geom_stats.cphk2003-03-181-1/+0
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-112-1/+14
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+2
* "Or" is expressed with 2 separate config lines.jake2003-03-101-1/+2
* Fix device freeze to reduce output packet size.akiyama2003-03-092-0/+4
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-2/+3
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-2/+4
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).tjr2003-03-083-3/+0
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-062-16/+0
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-053-17/+0
* Duplicate more of options.i386 in this file since we can't seem to settlejhb2003-03-051-0/+1
* Make TTYHOG tunable.das2003-03-052-0/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+0
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-041-0/+1
* exists() is too aggressive when searching for files without a full path.ru2003-03-031-1/+1
OpenPOWER on IntegriCloud