summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a NULL pointer dereference in Tx checksum calculation.yongari2007-10-131-0/+5
* Add definitions for the 3rd ATA support word.scottl2007-10-121-0/+9
* Add a bunch of definitions and structures to support newer drivers.scottl2007-10-121-1/+110
* The ukbd driver has some questionable "magic" to for a default keyboardjhb2007-10-121-2/+8
* NFS MP scaling changes.mohans2007-10-124-75/+131
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
* Fix a mistake made in the MPSAFE commit that caused CAM to serialize requestsscottl2007-10-121-1/+2
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Deferred interrupts don't work yet, disable them.scottl2007-10-121-0/+2
* - Change the wakeup logic associated with having multiple sleeperscsjp2007-10-121-2/+2
* Make sure that we refresh the PID on read(2) and write(2) operations.csjp2007-10-121-0/+2
* Remove unneeded debug printf that is broken on 64bit arches.thompsa2007-10-121-1/+1
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)takawata2007-10-122-0/+2
* Bring in some new Sierra Wireless drivers running under pccard.remko2007-10-122-0/+40
* Spelling fix for interupt -> interruptkevlo2007-10-1229-41/+41
* 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
OpenPOWER on IntegriCloud