summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-0/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-172-3/+3
* Add option for disabling allocation from the packet zonekmacy2007-04-141-0/+1
* Fix build, trunk is a device not an option.thompsa2007-04-101-1/+1
* Hook trunk(4) up to the build.thompsa2007-04-102-0/+3
* The old PacketAlias* API is not exported whenpiso2007-04-091-1/+0
* LINT on ia64 requires memset symbol too. Make fire it is present by addingkan2007-04-091-0/+1
* Sort sctp_*.c files.andre2007-04-091-8/+8
* hook uipc_mvec.c into buildkmacy2007-04-081-0/+1
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-072-0/+6
* MFi386: add libkern/memset.cnyan2007-04-061-0/+1
* sort.nyan2007-04-062-2/+2
* Be more conservative and compile libkern/memset.c only on architectureskan2007-04-064-1/+4
* Add trivial MI memset function implementation. GCC mandates thekan2007-04-051-0/+1
* Retire unused TCP_SACK_DEBUG.andre2007-04-041-1/+0
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-2/+6
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-312-0/+15
* Sort.jhb2007-03-271-1/+1
* Fix some statements in disc(4) and about it:yar2007-03-261-2/+2
* Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-261-1/+0
* Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-262-0/+4
* New device: icee. Generic i2c eeprom driver.imp2007-03-231-0/+1
* If KERNEL_EXTRA is defined, make kernel-all target depend on it.imp2007-03-231-1/+6
* Catch up with ACPI-CA 20070320 import.jkim2007-03-222-7/+4
* - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionallyjhb2007-03-222-0/+7
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itandre2007-03-212-7/+0
* Overhaul driver/subsystem api's:sam2007-03-212-1/+2
* Adds missing flight size logging option for SCTP.rrs2007-03-201-0/+1
* - Sysctl's move to seperate filerrs2007-03-151-0/+1
* Add support for statically compiling cxgb into the kernelkmacy2007-03-142-0/+10
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-2/+0
* Recognize repo-copy of kern_acl.c to vfs_acl.c, remove kern_acl.c,rwatson2007-03-051-1/+1
* Fix typo in comment.flz2007-03-041-1/+1
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-021-1/+6
* Add GEOM_MULTIPATH so LINT will build.des2007-02-271-0/+1
* Further improvements to LOCK_PROFILING:kmacy2007-02-271-0/+1
* First cut at GEOM based multipath. This is an active/passive{/passive...}mjacob2007-02-272-0/+2
* Build ipx_ip.c only if options IPXIP is defined. No functional change.rwatson2007-02-261-1/+1
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-2/+2
* Add two new options, FLASHADDR, which defines the address the flash iscognet2007-02-191-0/+2
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-151-0/+1
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-111-8/+8
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-102-6/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-074-7/+8
* The path to the mmc/mmcbus_if.m file is wrong. Correct it byimp2007-02-031-1/+1
* Mark mmc *_if.m files as standard to allow for mmc/sd being compiledimp2007-02-031-2/+2
* Remove MSDOSFS_LARGE compile time option. It has been convertedrodrigc2007-01-302-15/+0
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-301-1/+1
* Add support for serial communication with Windows CE based Handheld Computer.takawata2007-01-282-0/+3
* Add front-ends for the 'lebuffer' variants found on some SBus cards.marius2007-01-201-0/+2
OpenPOWER on IntegriCloud