summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When the EC times out (common with Compaqs), it may report a designnjl2007-10-091-2/+4
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-093-11/+20
* - Fix from pr kern/115469; Don't redeliver a signal once it has beenjeff2007-10-091-9/+9
* - Bail out of tdq_idled if !smp_started or idle stealing is disabled. Thisjeff2007-10-081-8/+14
* - Restore historical sched_yield() behavior by changing sched_relinquish()jeff2007-10-083-5/+2
* - Restore historical yield() behavior by manually lowering priority andjeff2007-10-081-3/+6
* - Fix ULE in kernels without PREEMPTION compiled in by always enabling thejeff2007-10-081-12/+1
* Do not dereference NULL pointer.kib2007-10-081-3/+2
* Deny attempt to malloc unbounded amount of the memory.kib2007-10-081-3/+6
* In the rare case that vm_page_cache() actually frees the given page,alc2007-10-081-10/+3
* Add FBSDID to all files in netinet so that people can moresilby2007-10-0738-53/+114
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isalc2007-10-072-2/+2
* Improve the debugging message:silby2007-10-071-2/+2
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-063-1/+14
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-062-2/+15
* - Fix the one-2-one model to properly do a socantrecv()rrs2007-10-061-0/+1
* Disable TCP syncache debug logging by default. While useful in debuggingrwatson2007-10-051-1/+1
* Use the correct pid when checking to see whether or not the /proc/<pid>jhb2007-10-051-1/+1
* Add entries for Epson multifunction scanner/printer/card readers,luigi2007-10-052-6/+38
* Add support for the VIA 8237Ssos2007-10-043-1/+4
* Also boot *.debug if everything else fails.obrien2007-10-041-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'pjd2007-10-042-0/+4
* MFp4: Provide a dummy verb "export" to shut up the messagedelphij2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsdelphij2007-10-041-0/+3
* - We should return error = 0 and the upper processing wouldrrs2007-10-041-1/+2
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablephk2007-10-042-0/+2
* Fix sx_try_slock(), so it only fails when there is an exclusive owner.pjd2007-10-021-9/+12
* - Reassign the thread queue lock to newtd prior to switching. Assigningjeff2007-10-021-4/+6
* - Move the rebalancer back into hardclock to prevent potential softclockjeff2007-10-021-55/+86
* - Bug fix managing congestion parameter on immediaterrs2007-10-0111-50/+147
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-3030-70/+191
* o For dynamic rules log a parent rule number. Prefix a log messagemaxim2007-09-291-1/+2
* Ok I hope I got it right this time.cognet2007-09-277-25692/+855
* Now that Intel changed the license for the NPE firmware, import it directlycognet2007-09-275-46/+25693
* Fix a comment to reflect the truth.cognet2007-09-271-1/+1
* When orphaning a provider, cancel events related to it.pjd2007-09-271-0/+2
* - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the defaultjeff2007-09-271-2/+10
* Correct an error of omission in the reimplementation of the pagealc2007-09-273-18/+48
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-267-421/+777
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* Use the correct expanded name for SCTP.brueffer2007-09-267-7/+7
* Fix the description of the formula used to autosize the number ofru2007-09-261-1/+1
* Mention that autoboot_delay also accepts the "NO" value.ru2007-09-261-1/+2
* Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idlemohans2007-09-252-3/+20
* Correct an error in the previous revision, specifically,alc2007-09-251-1/+2
* Add support for the AX88178 and AX88772 based devices.imp2007-09-252-27/+231
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-2521-279/+477
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to bejhb2007-09-241-0/+3
* This commit was generated by cvs2svn to compensate for changes in r172314,jkim2007-09-242-10/+15
|\
| * Fix global lock recursion bug.jkim2007-09-242-10/+15
OpenPOWER on IntegriCloud