summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* Kernel options for Mandatory Access Control (MAC).rwatson2002-07-271-1/+6
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoimp2002-07-261-1/+0
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-211-0/+1
* Move SMBFS from i386 and pc98 files and options files to MI files andjhb2002-07-151-0/+5
* The puc(4) driver/bridge is MI, so don't bury it in MD options and filesjhb2002-07-151-0/+1
* Sort all the SYSV IPC options. They are still all clumped together, butjhb2002-07-151-14/+14
* - Properly sort GEOM and NODEVFS.jhb2002-07-151-3/+2
* Make WLCACHE and WLDEBUG MI options.jhb2002-07-151-0/+2
* Make NDGBPORTS an MI option since the dgb(4) driver is an MI driver.jhb2002-07-151-0/+1
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-0/+1
* Move the MSIZE and MCLSHIFT options out of the undocumented section inken2002-07-111-2/+2
* Back out previous TCBHASHSIZE change. This should not be a kernel option.mp2002-07-081-1/+0
* Document TCBHASHSIZE in NOTES and add it to the allowable kernel options.mp2002-07-081-0/+1
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+7
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-181-0/+2
* POSIX.1e capabilities aren't here yet, don't put an option for itrwatson2002-06-131-1/+0
* Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPTphk2002-06-101-2/+1
* According to Bruce, this file shouldn't have comments to describe whatjhb2002-06-071-1/+1
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-071-0/+1
* Hook up the ahd driver.gibbs2002-06-061-0/+6
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-021-1/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-281-0/+2
* Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kerneljhb2002-05-211-0/+1
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-191-1/+0
* More s/file system/filesystem/gtrhodes2002-05-161-3/+3
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-141-1/+1
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). Itbde2002-05-071-0/+1
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-281-0/+4
* Add a filesystem driver for the Universal Disk Format. For more info,scottl2002-04-141-0/+1
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisjeff2002-04-091-1/+2
* D'oh! I forgot to commit this a while back.mjacob2002-04-041-1/+2
* Dike out a highly insecure UCONSOLE option.ru2002-04-031-1/+0
* Mutex profiling code, conditional on the MUTEX_PROFILING option. Adds thedes2002-04-021-0/+3
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-1/+0
* Nuke CV_DEBUG in favour of INVARIANTS.dan2002-03-301-1/+0
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+1
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-121-0/+1
* Add the GEOM option.phk2002-03-111-0/+1
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,bde2002-02-151-12/+0
* Enable polling to be configured into kernels on non i386 platforms. Note thatgallatin2002-02-121-0/+3
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressimp2002-01-151-0/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-0/+2
* Move the PCI_ENABLE_IO_MODES option from conf/options.i386 totmm2001-12-211-0/+1
* Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVERjhb2001-11-151-1/+0
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-5/+3
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+3
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-271-0/+1
* /home/brooks/ng_gif.messagebrooks2001-09-261-0/+2
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+2
* Add a new kernel option RESTARTABLE_PANICS. If this option is present,jhb2001-08-231-0/+1
OpenPOWER on IntegriCloud