aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-2254/+3662
|\
* | Change the dependency of kern/uipc_cow.c from zero_copy_socketsAndre Oppermann2012-10-231-1/+1
* | Fix spelling of NFSCL option.Andrew Thompson2012-10-232-2/+2
* | Turns out the nvram env was common, so move it back up to get PB92 working.Warner Losh2012-10-232-1/+3
* | Add in the crypto support from the generic versions.Warner Losh2012-10-231-0/+4
* | Add in MD specific support for FDT. Need to refactor this a bit.Warner Losh2012-10-231-0/+10
* | Remove two more 'periph == NULL' checks missed in r241404.Alexander Motin2012-10-232-10/+0
* | intr_machdep.c and trap.c can be replaced with ports' own versions,Warner Losh2012-10-231-2/+0
* | Add RT305x specific devices here.Warner Losh2012-10-231-0/+2
* | Add support for syscons (we should consider moving most of this intoWarner Losh2012-10-231-0/+9
* | Start a clean-room implementation of files.mips. This is sufficientWarner Losh2012-10-231-115/+62
* | Replace the ill-named ZERO_COPY_SOCKET kernel option with twoAndre Oppermann2012-10-234-28/+40
* | Use ip_stripoptions() instead of handrolled version.Gleb Smirnoff2012-10-231-13/+1
* | Simplify ip_stripoptions() reducing number of intermediateGleb Smirnoff2012-10-231-6/+4
* | Do not reduce ip_len by size of IP header in the ip_input()Gleb Smirnoff2012-10-239-24/+10