summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* Hook up kernel options and build information for mac_lomac.rwatson2002-11-261-0/+1
* Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, sincejmallett2002-11-181-0/+2
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE tomdodd2002-11-131-3/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-0/+1
* Provide kernel options for the various MAC policy modules so thatrwatson2002-10-241-0/+7
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-201-0/+4
* Add Geom Based Disk Encryption to the tree.phk2002-10-191-0/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+1
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-1/+0
* Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.mike2002-10-131-1/+0
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-1/+7
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-0/+1
* Do away with AAC_COMPAT_LINUX option entirely. The functionality willscottl2002-09-251-2/+0
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-251-1/+1
* - Add options ALQ and KTR_ALQ.jeff2002-09-221-0/+2
* Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDEDjhb2002-09-191-1/+2
* Regen for added syscalls.alfred2002-09-191-0/+1
* Move the KSTACK_PAGES option from MD to MI. Although not all platformspeter2002-09-071-0/+1
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+1
* Remove options that don't actually exist (in this form).scottl2002-09-011-5/+0
* Add support for ahd/ahc register pretty printing in diagnostics.gibbs2002-08-311-3/+20
* New L2TP netgraph node type.archie2002-08-201-0/+1
* Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so werwatson2002-08-161-0/+1
* Add the ability to use ATAPI devices via CAM.sos2002-08-091-4/+5
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-031-0/+4
* 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
OpenPOWER on IntegriCloud