summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Don't leak mbufs and mbuf clusters in several error-handling situationsrwatson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenrwatson2006-01-151-0/+1
* I don't believe these are used at all, and can be safely removedimp2006-01-157-1004/+0
* Add support for the Compaq LTE docking station. It includes a plugimp2006-01-151-5/+6
* Rename uid and gid arguments to vaccess() prototype to match vaccess()rwatson2006-01-151-2/+3
* Initialize ki to p->p_aioinfo after we know it's going to be referencingcsjp2006-01-151-2/+2
* Remove unused code.bz2006-01-152-6/+0
* Fix potential overrun of static stack allocated array which storescsjp2006-01-151-1/+1
* Add another inverted EAPD quirk for Gateway 7326GZ.ariff2006-01-141-1/+2
* Move m_adj after checking that m_dup succeeded.mlaier2006-01-141-3/+4
* Initialize variable.glebius2006-01-141-1/+1
* Make code simplier fixing memory leak.glebius2006-01-141-5/+2
* AMD64 also supports disk slices.ru2006-01-141-1/+1
* Ignore spurious '\0' first character read on a serial console.ru2006-01-141-0/+2
* Check the return value of copyin.scottl2006-01-141-1/+2
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow thebrooks2006-01-141-4/+25
* Don't base the number of jumbo segments on page size, instead base it on thescottl2006-01-141-1/+1
* Free the newtag if we exit with a failure from alloc_bounce_zone().scottl2006-01-142-2/+9
* Check the correct TTL in both the IPv6 and IPv4 cases.gnn2006-01-142-4/+16
* Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years.scottl2006-01-141-9/+1
* Replace bogus code with real code.scottl2006-01-141-10/+4
* Rename driver_t variables. Use device_printf() instead of homerolled printf.scottl2006-01-141-39/+39
OpenPOWER on IntegriCloud