summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC r1.3, 1.4Andrew Thompson2007-10-171-0/+1
* MFC 1.19:Sam Leffler2007-10-161-18/+34
* MFC:Mohan Srinivasan2007-10-124-75/+131
* MFC :Mohan Srinivasan2007-10-122-6/+5
* MFC if_vr.c, 1.127 to RELENG_7:Pyun YongHyeon2007-10-121-1/+4
* Remove debugging support from GENERIC kernels, remove warning inKen Smith2007-10-116-57/+0
* 7.0-CURRENT -> 7.0-PRERELEASE.Ken Smith2007-10-111-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-10284-113794/+0
* Add PCI ID for ICH9 AHCI w/ two adapters.Xin LI2007-10-092-0/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newScott Long2007-10-099-63/+89
* When the EC times out (common with Compaqs), it may report a designNate Lawson2007-10-091-2/+4
* Fix the HPET table probe routine to run from device_identify() insteadNate Lawson2007-10-093-11/+20
* - Fix from pr kern/115469; Don't redeliver a signal once it has beenJeff Roberson2007-10-091-9/+9
* - Bail out of tdq_idled if !smp_started or idle stealing is disabled. ThisJeff Roberson2007-10-081-8/+14
* - Restore historical sched_yield() behavior by changing sched_relinquish()Jeff Roberson2007-10-083-5/+2
* - Restore historical yield() behavior by manually lowering priority andJeff Roberson2007-10-081-3/+6
* - Fix ULE in kernels without PREEMPTION compiled in by always enabling theJeff Roberson2007-10-081-12/+1
* Do not dereference NULL pointer.Konstantin Belousov2007-10-081-3/+2
* Deny attempt to malloc unbounded amount of the memory.Konstantin Belousov2007-10-081-3/+6
* In the rare case that vm_page_cache() actually frees the given page,Alan Cox2007-10-081-10/+3
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-0738-53/+114
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isAlan Cox2007-10-072-2/+2
* Improve the debugging message:Mike Silbersack2007-10-071-2/+2
* This patch adds an M_NOFREE flag which allows one to mark an mbuf asKip Macy2007-10-063-1/+14
* Allow drivers to free an mbuf without having the mbuf be touched ifKip Macy2007-10-062-2/+15
* - Fix the one-2-one model to properly do a socantrecv()Randall Stewart2007-10-061-0/+1
* Disable TCP syncache debug logging by default. While useful in debuggingRobert Watson2007-10-051-1/+1
* Use the correct pid when checking to see whether or not the /proc/<pid>John Baldwin2007-10-051-1/+1
* Add entries for Epson multifunction scanner/printer/card readers,Luigi Rizzo2007-10-052-6/+38
* Add support for the VIA 8237SSøren Schmidt2007-10-043-1/+4
* Also boot *.debug if everything else fails.David E. O'Brien2007-10-041-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'Pawel Jakub Dawidek2007-10-042-0/+4
* MFp4: Provide a dummy verb "export" to shut up the messageXin LI2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsXin LI2007-10-041-0/+3
* - We should return error = 0 and the upper processing wouldRandall Stewart2007-10-041-1/+2
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablePoul-Henning Kamp2007-10-042-0/+2
* Fix sx_try_slock(), so it only fails when there is an exclusive owner.Pawel Jakub Dawidek2007-10-021-9/+12
* - Reassign the thread queue lock to newtd prior to switching. AssigningJeff Roberson2007-10-021-4/+6
* - Move the rebalancer back into hardclock to prevent potential softclockJeff Roberson2007-10-021-55/+86
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-0111-50/+147
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-3030-70/+191
* o For dynamic rules log a parent rule number. Prefix a log messageMaxim Konovalov2007-09-291-1/+2
* Ok I hope I got it right this time.Olivier Houchard2007-09-277-25692/+855
* Now that Intel changed the license for the NPE firmware, import it directlyOlivier Houchard2007-09-275-46/+25693
* Fix a comment to reflect the truth.Olivier Houchard2007-09-271-1/+1
* When orphaning a provider, cancel events related to it.Pawel Jakub Dawidek2007-09-271-0/+2
* - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the defaultJeff Roberson2007-09-271-2/+10
* Correct an error of omission in the reimplementation of the pageAlan Cox2007-09-273-18/+48
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl2007-09-267-421/+777
* - Use the actual clock frequency of the PCI bus instead of assumingMarius Strobl2007-09-261-17/+16