| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 2 | -9/+0 |
* | Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] now | jhb | 2009-06-26 | 1 | -0/+3 |
* | Make ata-{dma,sata}.c dependent on atacore build option. | raj | 2009-06-25 | 1 | -2/+2 |
* | Move non-PCI prototypes from ata-pci.h -> ata-all.h. | raj | 2009-06-24 | 1 | -2/+2 |
* | - Initialize the ifnet structure, especially if_dname, before probing | marius | 2009-06-23 | 1 | -0/+1 |
* | Implement minimal set of changes suggested by bz to make | gallatin | 2009-06-23 | 1 | -6/+6 |
* | * Driver for ACPI WMI (Windows Management Instrumentation) | rpaulo | 2009-06-23 | 4 | -1/+6 |
* | Connect ng_pipe to the default build. | zec | 2009-06-23 | 3 | -0/+3 |
* | Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver | nwhitehorn | 2009-06-23 | 1 | -4/+6 |
* | Keep file list sorted. | raj | 2009-06-22 | 1 | -1/+1 |
* | DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus. | raj | 2009-06-22 | 1 | -0/+2 |
* | Integrated I2C controller driver (found in MPC85xx and other SOC parts). | raj | 2009-06-22 | 1 | -0/+1 |
* | Greatly simplify cxgb by removing almost all of the custom mbuf management logic | kmacy | 2009-06-19 | 1 | -4/+0 |
* | Introduce support for adaptive spinning in lockmgr. | attilio | 2009-06-17 | 1 | -0/+1 |
* | Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor | marius | 2009-06-15 | 2 | -0/+3 |
* | Add support for labels derived from GPT metadata. | ivoras | 2009-06-13 | 1 | -0/+1 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | vanhu | 2009-06-12 | 2 | -0/+6 |
* | All these Ethernet NICs depend on INET, mostly for unconditional | bz | 2009-06-11 | 1 | -15/+15 |
* | if_igb.c as well as ixgbe.c uncondtionally depend on INET specific | bz | 2009-06-11 | 1 | -7/+7 |
* | As sys/kern/uipc_accf.c depends on inet, all three accf_* | bz | 2009-06-11 | 1 | -3/+3 |
* | ng_ipfw depends on inet and ipfirewall as well. | bz | 2009-06-11 | 1 | -7/+7 |
* | ip_dummynet.c depends on INET. | bz | 2009-06-11 | 1 | -1/+1 |
* | netinet/if_ether.c (doing ARP) depends on INET as well. | bz | 2009-06-11 | 1 | -1/+1 |
* | if_enc(4) is only useful with ipsec and either inet or inet6. | bz | 2009-06-11 | 1 | -1/+1 |
* | stf(4) supports `6to4' IPv6 in IPv4 encapsulation accroding to RFC3056. | bz | 2009-06-11 | 1 | -1/+1 |
* | if_bridge(4) unfortunately is missing a lot of #ifdef INETs and | bz | 2009-06-11 | 1 | -1/+1 |
* | carp(4) allows people to share a set of IP addresses and can only | bz | 2009-06-11 | 1 | -1/+1 |
* | Catch up with r193750 (OsdSynch.c locking changes): | jkim | 2009-06-10 | 1 | -0/+1 |
* | pflog, pfsync depend on pf and pf depends on inet. | bz | 2009-06-10 | 1 | -10/+10 |
* | Unfortunately fs/nfsserver depends on INET at the moment. It seems to | bz | 2009-06-10 | 1 | -7/+7 |
* | if_gre.c insists on INET: | bz | 2009-06-10 | 1 | -1/+1 |
* | ipfirewall insists on INET: | bz | 2009-06-10 | 1 | -3/+3 |
* | ip_divert.c requires both INET and IPFIREWALL to be present: | bz | 2009-06-10 | 1 | -1/+1 |
* | IPsec depends on either IPv4 (inet) or IPv6 (inet6) so properly | bz | 2009-06-10 | 1 | -13/+14 |
* | Move all sound related scripts to its own 'sound' subdir. | ariff | 2009-06-10 | 1 | -12/+12 |
* | Oops, fix directory name. | yongari | 2009-06-10 | 1 | -1/+1 |
* | Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet | yongari | 2009-06-10 | 2 | -0/+3 |
* | revert to opt-in flowtable | kmacy | 2009-06-09 | 2 | -2/+2 |
* | make flowtable opt-out | kmacy | 2009-06-09 | 2 | -2/+2 |
* | For now only compile flowtable.c if both options FLOWTABLE and INET | bz | 2009-06-09 | 1 | -1/+1 |
* | Rewrite OsdSynch.c to reflect the latest ACPICA more closely: | jkim | 2009-06-08 | 1 | -1/+0 |
* | Code using COMPAT_ROUTE_FLAGS option, introduced with r187094, | bz | 2009-06-08 | 1 | -1/+0 |
* | Add notes on various SND_* options. | ariff | 2009-06-08 | 1 | -0/+36 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | ariff | 2009-06-07 | 2 | -5/+41 |
* | Initial version of the sec(4) driver for the integrated security engine found | raj | 2009-06-06 | 1 | -0/+1 |
* | move kernel ipfw-related sources to a separate directory, | luigi | 2009-06-05 | 1 | -4/+4 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -125/+128 |
* | Remove clists from the kernel. | ed | 2009-06-05 | 1 | -1/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+1 |
* | Add a simple API to manage scatter/gather lists of phyiscal addresses. | jhb | 2009-06-01 | 1 | -0/+1 |