summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hmm, the last commit apparently only made it halfwayssos2001-03-151-2/+0
* Remove the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGSsos2001-03-151-1/+0
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-141-0/+1
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-091-1/+0
* Add the LINPROCFS option.des2001-03-011-0/+1
* Add back in INVARIANT_SUPPORT and expand the comments in NOTES about itjhb2001-02-241-0/+1
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-241-0/+1
* Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORTjhb2001-02-221-1/+0
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-041-9/+6
* Add hpfs and the config glue for it. It was being skipped from testpeter2001-01-311-0/+1
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).sos2001-01-291-1/+2
* Supply a stub bpf_validate() (always returning false - the script is notpeter2001-01-291-0/+1
* Convert mca (microchannel bus support) from something that we countpeter2001-01-291-0/+1
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configpeter2001-01-291-0/+4
* Turn '#if NSNP > 0' into an option.peter2001-01-291-0/+3
OpenPOWER on IntegriCloud