summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-0/+1
* Implement condition variables.jasone2001-01-161-0/+1
* Add {ACD,AST,ATAPI,ATA}_DEBUG.des2001-01-141-0/+4
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-141-3/+0
* Retire kernfs (kernel part).des2000-12-281-1/+0
* Back out these two changes inadvertantly made with the last commit.jkh2000-12-161-7/+0
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-151-0/+7
* Next round of PCI subsystem updates:msmith2000-12-131-1/+0
* Add kernel option NETGRAPH_ONE2MANY.archie2000-11-161-0/+1
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()jhb2000-11-071-2/+3
* Add the aic7xxx option AHC_DEBUG_SEQUENCER. This enables some diagnosticgibbs2000-10-311-0/+2
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+3
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.jhb2000-10-271-0/+2
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-1/+1
* Add new bktr optionsroger2000-10-171-1/+7
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-0/+1
* add ATA_ENABLE_TAGS optionsos2000-10-031-0/+1
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-011-1/+0
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-2/+0
* I have no idea how a '#' became a '*'...phk2000-09-161-1/+1
* Make LINT compile.phk2000-09-161-4/+3
* Take out the RANDOMDEV option. The entropy device is a (pseudo-)devicemarkm2000-09-141-1/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+9
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-061-0/+4
* List opt_asr.h for creation, as it's expected by the 'asr' driver in amsmith2000-09-011-0/+3
* New netgraph node type for Ethernet bridging.archie2000-09-011-1/+2
OpenPOWER on IntegriCloud