summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add support for labels derived from GPT metadata.ivoras2009-06-131-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-122-0/+6
* All these Ethernet NICs depend on INET, mostly for unconditionalbz2009-06-111-15/+15
* if_igb.c as well as ixgbe.c uncondtionally depend on INET specificbz2009-06-111-7/+7
* As sys/kern/uipc_accf.c depends on inet, all three accf_*bz2009-06-111-3/+3
* ng_ipfw depends on inet and ipfirewall as well.bz2009-06-111-7/+7
* ip_dummynet.c depends on INET.bz2009-06-111-1/+1
* netinet/if_ether.c (doing ARP) depends on INET as well.bz2009-06-111-1/+1
* if_enc(4) is only useful with ipsec and either inet or inet6.bz2009-06-111-1/+1
* stf(4) supports `6to4' IPv6 in IPv4 encapsulation accroding to RFC3056.bz2009-06-111-1/+1
* if_bridge(4) unfortunately is missing a lot of #ifdef INETs andbz2009-06-111-1/+1
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-111-1/+1
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-101-0/+1
* pflog, pfsync depend on pf and pf depends on inet.bz2009-06-101-10/+10
* Unfortunately fs/nfsserver depends on INET at the moment. It seems tobz2009-06-101-7/+7
* if_gre.c insists on INET:bz2009-06-101-1/+1
* ipfirewall insists on INET:bz2009-06-101-3/+3
* ip_divert.c requires both INET and IPFIREWALL to be present:bz2009-06-101-1/+1
* IPsec depends on either IPv4 (inet) or IPv6 (inet6) so properlybz2009-06-101-13/+14
* Move all sound related scripts to its own 'sound' subdir.ariff2009-06-101-12/+12
* Oops, fix directory name.yongari2009-06-101-1/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-102-0/+3
* revert to opt-in flowtablekmacy2009-06-092-2/+2
* make flowtable opt-outkmacy2009-06-092-2/+2
* For now only compile flowtable.c if both options FLOWTABLE and INETbz2009-06-091-1/+1
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-1/+0
* Code using COMPAT_ROUTE_FLAGS option, introduced with r187094,bz2009-06-081-1/+0
* Add notes on various SND_* options.ariff2009-06-081-0/+36
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-072-5/+41
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-061-0/+1
* move kernel ipfw-related sources to a separate directory,luigi2009-06-051-4/+4
* Import ACPICA 20090521.jkim2009-06-051-125/+128
* Remove clists from the kernel.ed2009-06-051-1/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+1
* Add a simple API to manage scatter/gather lists of phyiscal addresses.jhb2009-06-011-0/+1
* driver for Marvell 88W8363 Wireless LAN controllersam2009-06-012-0/+35
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-012-9/+0
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-0/+3
* Migrate the Xen hypervisor clock reading routines into somethingadrian2009-05-291-0/+1
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-292-6/+6
* Add the kernel build glue for the experimental NFS subsystem thatrmacklem2009-05-283-34/+66
* Say hello to a very basic, read-only, Xen Hypervisor RTC.adrian2009-05-281-0/+1
* Hook ubt and ubtbcmfw back up to the build.thompsa2009-05-271-5/+2
* fail(9) support:zml2009-05-271-0/+1
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-272-57/+3
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process tosson2009-05-262-0/+4
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-0/+1
* Complete move of SPX reassembly from spx_usrreq.c to spx_reass.c.rwatson2009-05-251-0/+1
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-3/+4
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-222-10/+0
OpenPOWER on IntegriCloud