summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+2
* Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'peter2001-08-181-2/+4
* Move MAXUSERS out of opt_param.h to make sure that other code doesn'tpeter2001-07-261-2/+2
* Allow ng_split to be compiled in staticly.brooks2001-07-251-0/+1
* Put a knob in the kernel config files to tweak the user max stack size.pirzyk2001-07-201-0/+1
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-101-0/+3
* Fill paragraphs after previous commit.dd2001-07-081-13/+14
* Note that options should be listed in NOTES, not LINT, although LINTdd2001-07-081-3/+3
* A slightly more complete change to timeouts:mjacob2001-07-021-0/+1
* Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).mjacob2001-06-241-0/+3
* Add a PSEUDOFS option to allow pseudofs to be built statically.des2001-06-111-0/+1
* Fix typo (opt_acc.h -> opt_aac.h) for AAC_COMPAT_LINUX.dirk2001-06-011-1/+1
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+1
* Remove MFS from configs idea of the world.phk2001-05-291-3/+0
* Add a new kernel option 'BLEED' to be used for code that is still underjhb2001-05-241-0/+1
* Remove DEV_SNP -> opt_snp.hpeter2001-05-241-1/+0
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-3/+3
OpenPOWER on IntegriCloud