summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update ipw to work with the new net80211 stack, plus other driver improvements.thompsa2007-10-123-219/+868
* Protect struct seq with mutex.mav2007-10-121-17/+72
* Remove one unneded assertion. It is also checked inmav2007-10-121-5/+0
* Replace single rcvdata with 3 distinct to simplify code andmav2007-10-121-74/+77
* Remove duplicate variables.mav2007-10-121-11/+3
* Set the NFS server sockbuf high watermarks to the system defaultsmohans2007-10-122-6/+5
* Not all VIA Rhine chips support 256 register space. So touchingyongari2007-10-122-2/+8
* Fix two panics in lagg.thompsa2007-10-122-36/+34
* Allow recursion on the 'zones' internal UMA zone.jhb2007-10-111-1/+1
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-112-2/+2
* Add PCI ID for ICH9 AHCI w/ two adapters.delphij2007-10-092-0/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newscottl2007-10-099-63/+89
* 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
OpenPOWER on IntegriCloud