summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.mav2009-07-211-0/+1
* add urtwsam2009-07-191-0/+1
* Prepare for the 8.0-BETA2 builds.kensmith2009-07-151-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-142-2/+2
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:marcel2009-07-121-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-113-0/+6
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+5
* Bump for BETA1.kensmith2009-07-071-1/+1
* add missing bit of r195379sam2009-07-051-0/+1
* Revamp 802.11 action frame handling:sam2009-07-051-0/+1
* Mark atanvidia depending on ataahci since rev.188846.mav2009-07-051-1/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-302-9/+0
* Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] nowjhb2009-06-261-0/+3
* Make ata-{dma,sata}.c dependent on atacore build option.raj2009-06-251-2/+2
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.raj2009-06-241-2/+2
* - Initialize the ifnet structure, especially if_dname, before probingmarius2009-06-231-0/+1
* Implement minimal set of changes suggested by bz to makegallatin2009-06-231-6/+6
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-234-1/+6
* Connect ng_pipe to the default build.zec2009-06-233-0/+3
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU drivernwhitehorn2009-06-231-4/+6
* Keep file list sorted.raj2009-06-221-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.raj2009-06-221-0/+2
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).raj2009-06-221-0/+1
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-191-4/+0
* Introduce support for adaptive spinning in lockmgr.attilio2009-06-171-0/+1
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-152-0/+3
* 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
OpenPOWER on IntegriCloud