summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109).ru2001-05-221-4/+1
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-1/+1
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-1/+0
* Make SOMAXCONN a kernel option.alfred2001-04-131-0/+1
* o Introduce "options REGRESSION", a kernel option which enablesrwatson2001-04-111-0/+1
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+1
* Introduce support for POSIX.1e ACLs on UFS-based file systems. Thisrwatson2001-03-261-0/+5
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.scottl2001-03-221-0/+2
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-191-1/+0
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-191-4/+4
* Add the AAC_DEBUG option to enable debugging in the aac driver.gibbs2001-03-171-0/+8
OpenPOWER on IntegriCloud