summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
Commit message (Expand)AuthorAgeFilesLines
* Provide a workaround for setting the correct endianness when doing CFI onadrian2016-02-041-0/+1
* Add clock framework, a first part of new 'extended resources' family ofmmel2016-01-241-0/+1
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-0/+2
* Fix kernel build with "options GEOM_MOUNTVER". Previously it was onlytrasz2015-12-141-0/+1
* Add AR9530 (honeybee) config option.adrian2015-11-281-0/+1
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-1/+0
* uart(4) - make the 8250 uart baudrate tolerance build time tweakable.adrian2015-11-181-0/+1
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-0/+1
* Remove opt_random.h header pollution from sys/random.h by movingngie2015-09-081-2/+2
* Make the UMA harvesting go away completely if not wanted. Default to "not wan...markm2015-08-221-5/+4
* Add ALTQ(9) support for the CoDel algorithm.loos2015-08-211-0/+1
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)markm2015-08-171-5/+7
* Fix a comment for iwm.rpaulo2015-08-101-1/+1
* sys/conf/options: add IWM_DEBUG.rpaulo2015-08-081-0/+3
* Import the CloudABI datatypes and create a system call table.ed2015-07-091-0/+1
* Huge cleanup of random(4) code.markm2015-06-301-2/+9
* ALTQ FAIRQ discipline import from DragonFLYeri2015-06-241-0/+1
* Add makefile to build geom_map kld. Document some GEOM_* optionsae2015-06-081-0/+1
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forsbruno2015-06-031-0/+3
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-1/+1
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofjhb2015-05-081-0/+1
* Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled inandrew2015-05-051-0/+1
* Make it possible to statically link SIFTR into the kernelgnn2015-04-291-0/+1
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-0/+1
* Make IFMEDIA_DEBUG a kernel option.glebius2015-04-211-0/+1
* Reimplement support for userland core dump compression using a new interfacemarkj2015-03-091-1/+1
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-011-0/+1
* Import videomode code from NetBSD which is needed by USB display link drivers.hselasky2015-02-151-0/+3
* Add WPI_DEBUG option.adrian2015-02-071-0/+3
* turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specifiedjmg2015-02-051-1/+2
* Optimise allocation of USB DMA structures. By default don't double maphselasky2015-02-021-0/+1
* There are still kernel configs and mk files depending on the OFED option.bz2015-01-181-0/+1
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-171-1/+1
* Move DEV_ entries scattered to their common section. Add DEV_PCI.imp2015-01-171-7/+8
* Add option to support the QCA955x SoC wifi.adrian2015-01-061-0/+1
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-231-2/+0
* Remove the old NFS client and server from head,rmacklem2014-12-231-5/+0
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-1/+0
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-041-0/+1
* Move pci/ncr to dev/ncr.rpaulo2014-09-231-1/+1
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-171-0/+1
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+1
* Make the witness lock limit an option.imp2014-08-031-0/+1
* Add missing VT_ kernel config knobsemaste2014-06-301-2/+5
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-271-1/+2
* Add disklabel64 supportae2014-06-111-0/+1
* Add support for the SCTP_LOCAL_TRACE_BUF options.tuexen2014-06-101-2/+3
* imagact_binmisc builds for all supported architectures, so enable it for all.jhibbits2014-05-221-0/+1
OpenPOWER on IntegriCloud