aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Move libteken out of the syscons directory.Ed Schouten2009-09-036-7/+3
* Connect bwi up to the build. While there are some problems with thisWarner Losh2009-08-291-0/+2
* Introduce MII_ADDR_BASE option on ARM, which allows to override the defaultRafal Jaworowski2009-08-251-0/+1
* Allow pty(4) to be loaded as a kld.Ed Schouten2009-08-232-2/+1
* Add kernel support for Radeon R6/7xx 3D.Robert Noland2009-08-231-0/+2
* The svnversion string is only relevant when newvers.sh is calledDoug Barton2009-08-231-20/+16
* Make head 9.0-CURRENT in preparation for lifting code freeze.Ken Smith2009-08-221-2/+2
* Make VNET_DEBUG a standalone compile-time option, i.e. decouple it fromMarko Zec2009-08-141-1/+2
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-133-3/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* add upgtWeongyo Jeong2009-07-311-0/+1
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-262-0/+5
* Add note, that ahci(4) and siis(4) supersede ata(4) drivers.Alexander Motin2009-07-251-0/+3
* Add ahci and siis drivers to NOTES.Alexander Motin2009-07-251-0/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+1
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.Alexander Motin2009-07-211-0/+1
* add urtwSam Leffler2009-07-191-0/+1
* Prepare for the 8.0-BETA2 builds.Ken Smith2009-07-151-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-142-2/+2
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:Marcel Moolenaar2009-07-121-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-113-0/+6
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+5
* Bump for BETA1.Ken Smith2009-07-071-1/+1
* add missing bit of r195379Sam Leffler2009-07-051-0/+1
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-0/+1
* Mark atanvidia depending on ataahci since rev.188846.Alexander Motin2009-07-051-1/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-302-9/+0
* Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] nowJohn Baldwin2009-06-261-0/+3
* Make ata-{dma,sata}.c dependent on atacore build option.Rafal Jaworowski2009-06-251-2/+2
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.Rafal Jaworowski2009-06-241-2/+2
* - Initialize the ifnet structure, especially if_dname, before probingMarius Strobl2009-06-231-0/+1
* Implement minimal set of changes suggested by bz to makeAndrew Gallatin2009-06-231-6/+6
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-234-1/+6
* Connect ng_pipe to the default build.Marko Zec2009-06-233-0/+3
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU driverNathan Whitehorn2009-06-231-4/+6
* Keep file list sorted.Rafal Jaworowski2009-06-221-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.Rafal Jaworowski2009-06-221-0/+2
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).Rafal Jaworowski2009-06-221-0/+1
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-191-4/+0
* Introduce support for adaptive spinning in lockmgr.Attilio Rao2009-06-171-0/+1
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-152-0/+3
* Add support for labels derived from GPT metadata.Ivan Voras2009-06-131-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-122-0/+6
* All these Ethernet NICs depend on INET, mostly for unconditionalBjoern A. Zeeb2009-06-111-15/+15
* if_igb.c as well as ixgbe.c uncondtionally depend on INET specificBjoern A. Zeeb2009-06-111-7/+7
* As sys/kern/uipc_accf.c depends on inet, all three accf_*Bjoern A. Zeeb2009-06-111-3/+3
* ng_ipfw depends on inet and ipfirewall as well.Bjoern A. Zeeb2009-06-111-7/+7
* ip_dummynet.c depends on INET.Bjoern A. Zeeb2009-06-111-1/+1
* netinet/if_ether.c (doing ARP) depends on INET as well.Bjoern A. Zeeb2009-06-111-1/+1
* if_enc(4) is only useful with ipsec and either inet or inet6.Bjoern A. Zeeb2009-06-111-1/+1