aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-2618-58/+47
* set the kernelname from the boot loader environment.Tim Kientzle2012-10-261-0/+5
* Comment out the BOOTP/NFSROOT support. Transition thisTim Kientzle2012-10-261-6/+7
* Port the new PV entry allocator from amd64/i386. This allocator has twoAlan Cox2012-10-263-233/+447
* No MII on the RSYS4GBE (AMC-7211/ATCA-7220).Juli Mallett2012-10-261-0/+5
* Add support for Radisys as a vendor of Octeon hardware. Add some preliminaryJuli Mallett2012-10-265-0/+20
* Don't attach if the bootloader has not indicated that we're a PCI host. ThisJuli Mallett2012-10-261-1/+3
* Fix build in case we have SMBVDEBUG turned on.Davide Italiano2012-10-252-4/+5
* - Remove the references to the deprecated zalloc kernel interfaceDavide Italiano2012-10-252-36/+2
* Modify the comment to take out the names and URL.Rick Macklem2012-10-251-6/+3
* Increase the driver-side limit on the number of logical volumes thatPeter Wemm2012-10-251-1/+1
* Desupport pre-FreeBSD 7.1.David E. O'Brien2012-10-251-75/+0
* Initialize the response queue mutex a bit earlier to avoid a panic thatNavdeep Parhar2012-10-251-5/+5
* Update hptiop(4) to version 1.8, which added support for HighPointXin LI2012-10-252-20/+849
* Remove new-line characters from the include() errors to make it consistentAlexander Motin2012-10-251-2/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-2516-87/+45
* Correct SIGTTIN handling.Ed Schouten2012-10-253-8/+18
* After r241923 the updated ip_len no longer needed.Gleb Smirnoff2012-10-251-1/+0
* Fix error in r241913 that had broken fragment reassembly.Gleb Smirnoff2012-10-251-1/+1
* Sort and remove a few long-obsolete comments.Warner Losh2012-10-251-17/+12
* Remove the links: target. It too is homelessly outdated since itWarner Losh2012-10-251-9/+1
* This file is somewhat obsolete (last updated in 1995) list of #if codeWarner Losh2012-10-251-35/+0
* Restore r184194 | marcel | 2008-10-22 20:16:38 -0600 (Wed, 22 Oct 2008) | 11 ...Warner Losh2012-10-251-6/+0
* Remove redunant geom_bsd and geom_mbr definitions. They are in files.Warner Losh2012-10-251-4/+0
* Do proper padding of runt packets using code copied from bge(4).Tim Kientzle2012-10-251-2/+51
* Refer to headers locally. This makes it a lot easierTim Kientzle2012-10-251-2/+2
* Hoist the MI compat_freebsd32 files up into files from files.*.Warner Losh2012-10-255-25/+6
* List all the mips MACHINE_ARCH values in the options file to allowWarner Losh2012-10-252-1/+8
* Support FreeBSD Boot loaders.Tim Kientzle2012-10-251-0/+1
* Everybody needs bpf.Tim Kientzle2012-10-251-1/+1
* Support boot loaders in the standard kernel.Tim Kientzle2012-10-251-0/+2
* We need ucmpdi2 for XLR and XLP when compiled in 32-bit mode. IncludeWarner Losh2012-10-251-0/+1
* Allow autotune maxusers > 384 on 64 bit machinesAlfred Perlstein2012-10-251-2/+10
* Pad tdq_lock to avoid false sharing with tdq_load and tdq_cpu_idle.Jim Harris2012-10-241-1/+6
* Fix fallout from r240071. If destination interface lookup fails,Gleb Smirnoff2012-10-241-6/+5
* Commit the actual text provided by Alan, instead of the wrong updateKonstantin Belousov2012-10-241-5/+7
* Dirty the newly copied anonymous pages after the wired region isKonstantin Belousov2012-10-241-3/+6
* Add missed sched_pin().Konstantin Belousov2012-10-241-0/+1
* Move common fdt into files. Duplicate in files.powerpc the filesWarner Losh2012-10-244-18/+12
* Sort a few mis-sorted items.Warner Losh2012-10-241-34/+29
* Conform to the style of the rest of the file for hwpmc.Warner Losh2012-10-241-2/+2
* Fix USB audio specification compliance by filtering which descriptors canHans Petter Selasky2012-10-241-11/+17
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-248-106/+195
* Add back hwpmc support.Warner Losh2012-10-241-0/+4
* For fast ethernet controllers, Ethernet@WireSpeed is not defined soPyun YongHyeon2012-10-241-3/+3
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish aPyun YongHyeon2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyPyun YongHyeon2012-10-242-12/+14
* Cleanup and rename some variables in libpmc and hwpmc.Sean Bruno2012-10-241-5/+5
* Merge ACPICA 20121018.Jung-uk Kim2012-10-23192-2258/+3666
|\
* | Change the dependency of kern/uipc_cow.c from zero_copy_socketsAndre Oppermann2012-10-231-1/+1