summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix two accesses to uninitialized variables that a revision 1.27ru2006-01-181-4/+8
* Prevent dereferencing a NULL route pointer when trying to update theandre2006-01-181-1/+2
* Be ready to a case when not a constant number of segments is returnedglebius2006-01-182-13/+23
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-189-27/+27
* Correct two promise entries, these are only 2port SATA.sos2006-01-181-2/+2
* Whitespace cleanup.sos2006-01-188-128/+134
* Style cleanups.pjd2006-01-181-24/+21
* Properly report SATA connection speed.sos2006-01-181-3/+12
* Check ifp before dereferencing it in xl_detach(). xl_detach() can be calledglebius2006-01-181-1/+1
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-189-1315/+1247
* Correct a buffer overflow when scanning for 802.11 wireless networks.cperciva2006-01-181-4/+16
* Fix ioctl to not get swallowed by ioctl code (i.e., make sure the darnedmjacob2006-01-181-1/+1
* Eliminate a stale instruction introduced in revision 1.136.davidxu2006-01-181-1/+0
* o Add missing relocations.marcel2006-01-181-24/+30
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
* - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)oleg2006-01-172-29/+33
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-175-109/+104
* Since p_cansee will end up dereferencing p_ucred, don't check for p_ucredjmallett2006-01-171-9/+7
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-179-9/+41
* Fix a memory leak I introduced with the hostb/vgapci stuff.jhb2006-01-172-8/+16
* Bah. Fix 'show lock' to actually be compiled in. I had just fixed this injhb2006-01-171-0/+3
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-177-88/+155
* Fix a memory leak.jkoshy2006-01-171-5/+7
* Initialize thread0.td_contested in init_turnstiles() rather thanjhb2006-01-172-3/+1
* Update a stale comment.jhb2006-01-171-1/+1
* Garbage collect turnstile_empty() since it is unused.jhb2006-01-172-20/+2
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-172-4/+5
* Move $FreeBSD$ from comment to __FBSDID().pjd2006-01-171-2/+3
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Remove dead code.pjd2006-01-171-2/+0
* Remove unused value.pjd2006-01-171-2/+1
* Log situation when EIO is returned.pjd2006-01-171-0/+1
* Remove bio leak when EIO error is emulated.pjd2006-01-171-5/+5
* The number of ticks per usec for YUKON_EC is 125.yongari2006-01-172-2/+2
* fix Rx checksum computation on little endian systems.yongari2006-01-171-1/+1
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-174-14/+42
* remove trailing spacesyongari2006-01-172-22/+22
* Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.tegge2006-01-161-2/+4
* Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* ehci_pci.c:ariff2006-01-163-7/+19
* Add PCI vendor id for ATI OHCI USB controllers.ariff2006-01-161-0/+11
* Although we check the return value of copyin(9) while determaining howcsjp2006-01-161-2/+6
* Fix standalone module build.ru2006-01-161-0/+2
* I couldn't find any traces of what the tags1 file was supposed to do.ru2006-01-161-2/+0
* Restore old compatibility of feeding directly into /dev/dsp at 8000 hzariff2006-01-161-2/+4
* Correct typos (s/OFERFLOW/OVERFLOW/).kris2006-01-163-4/+4
* Work around a problem seen on VIA EHCI controllers where occasionallyiedowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tiedowse2006-01-151-1/+0
OpenPOWER on IntegriCloud