aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFC: r182688Marius Strobl2008-09-131-1/+7
* MFC: Fail detach if cpufreq_unregister() fails.John Baldwin2008-09-122-4/+3
* MFC: Adjust the handling of the various timer frequencies when using theJohn Baldwin2008-09-122-20/+34
* MFC: Fix two places that used && instead of & to test if OBF was set.John Baldwin2008-09-121-3/+3
* MFC: Don't disable USB in the PAE kernel config.John Baldwin2008-09-121-19/+0
* MFC: svn r182885, cvs rev. 1.381 tcp_input.cBjoern A. Zeeb2008-09-121-1/+3
* MFC: Use single byte read and write operations to toggle the BIOS and OSJohn Baldwin2008-09-112-14/+14
* MFC: Add more PCI IDs including those for ICH10.John Baldwin2008-09-102-5/+23
* Remove an assertion that is no longer correct with the addition ofJohn Baldwin2008-09-101-1/+0
* Revert r180140 for 6.4 and 7.1 where the bridge mac address is taken from theAndrew Thompson2008-09-081-33/+6
* MFC r177228:Ed Maste2008-09-052-0/+9
* MFC: r182380Jung-uk Kim2008-09-041-1/+3
* MFC r182600:Konstantin Belousov2008-09-041-2/+2
* - Fix amd64 local privilege escalation. [08:07]Simon L. B. Nielsen2008-09-032-6/+12
* MFC: svn 182713, cvs rev. 1.35 mld6.cBjoern A. Zeeb2008-09-031-4/+4
* MFC r181972: Add comments on NOARGS, NODEF, and NOPROTO.David E. O'Brien2008-09-012-0/+15
* MFC: r179174 (rev 1.47): Cscope enhancement's.David E. O'Brien2008-09-011-9/+18
* Backout r182652 - as it breaks the build (due to `IN6_IS_SCOPE_EMBED').David E. O'Brien2008-09-011-39/+13
* MFC: 182391: Protect _IOC's 'len' and 'inout' parameters.David E. O'Brien2008-09-011-2/+2
* MFC: r180447: Improve readability and cscope searches a little bit.David E. O'Brien2008-09-011-38/+38
* MFC: r179490Max Laier2008-09-011-13/+39
* MFC: r175053: style(9)David E. O'Brien2008-09-011-17/+17
* MFC: r174756: Be more exact with sigaction SA_SIGINFO handling.David E. O'Brien2008-09-011-2/+5
* MFC: r175162 & r174510: un-__P() & clean up VCS Ids.David E. O'Brien2008-09-0141-218/+252
* Revert the part of r182386 which sets PCIB_BCR_MASTER_ABORT_MODEMarius Strobl2008-09-011-0/+4
* MFC r181824Andrew Thompson2008-09-011-1/+24
* MFC: r182461Marius Strobl2008-09-012-5/+11
* MFC r182111:Konstantin Belousov2008-08-311-0/+25
* MFC r181973, r181974, r181975Andrew Thompson2008-08-311-0/+35
* MFC r181992:Pyun YongHyeon2008-08-291-6/+4
* MFC r181976:Pyun YongHyeon2008-08-292-12/+21
* Don't call bfe_release_resources() twice.Pyun YongHyeon2008-08-291-1/+0
* MFC r181953:Pyun YongHyeon2008-08-292-368/+496
* MFC r155086 by pjd:Ed Maste2008-08-286-1/+251
* MFC: r182122Marius Strobl2008-08-281-0/+14
* MFC: r182119Marius Strobl2008-08-281-9/+6
* MFC: r182110Marius Strobl2008-08-281-3/+6
* MFC: r182108Marius Strobl2008-08-281-20/+58
* MFC: Properly handle a 32-bit prefetchable memory range in a PCI-PCI bridge.John Baldwin2008-08-272-4/+19
* MFC: r182078Marius Strobl2008-08-261-3/+5
* MFC: r182070Marius Strobl2008-08-263-2/+7
* MFC: r182066Marius Strobl2008-08-261-21/+9
* MFC: r182062Marius Strobl2008-08-262-0/+3
* MFC: r182060Marius Strobl2008-08-261-10/+22
* MFC: r182055Marius Strobl2008-08-261-1/+3
* We're less than a week from code freeze for the 6.4-REL release cycle.Ken Smith2008-08-251-2/+2
* MFC: r169796, r181701, r182020Marius Strobl2008-08-2425-333/+366
* MFC r180753 by luoqi@:Max Laier2008-08-233-5/+59
* MFC: Back FreeBSD(98)'s copyright to 2003.Yoshihiro Takahashi2008-08-221-1/+1
* Use sx_sleep() when waiting for a file lock instead of explicitly droppingJohn Baldwin2008-08-221-3/+1