summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to version 1.1 of the aic79xx U320 driver.gibbs2002-09-266-243/+335
* Expand vendor ID.gibbs2002-09-261-1/+1
* Correct a spelling error.gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-264-4/+4
* Use inttypes.hgibbs2002-09-265-7/+26
* Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL().phk2002-09-261-0/+6
* Apparently pxeboot passes in a mygateway of non-zero sin lengthrwatson2002-09-261-1/+6
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-263-4/+4
* Move the aac driver from MI to MD NOTES. It is a long way from beingscottl2002-09-262-6/+6
* I hate it when patch gives me .rej files.phk2002-09-261-0/+1
* Remove NBBY and howmany() macros.mike2002-09-261-8/+0
* Make biowait() check bio_error before the BIO_ERROR flag, to properyphk2002-09-261-2/+2
* Return ENOTTY on unhandled ioctls.phk2002-09-261-2/+5
* Return ENOTTY on unrecognized ioctls.phk2002-09-262-2/+2
* Return ENOTTY on incorrect ioctls.phk2002-09-261-1/+1
* Return ENOTTY when we don't recognize an ioctl.phk2002-09-261-1/+1
* Be a bit more technical:phk2002-09-261-1/+1
* - Export the alq daemon thread pointer.jeff2002-09-263-5/+12
* Revert 1.27, as it breaks IPv6 over IPv4 tunnels.sobomax2002-09-261-2/+2
* Fix these warns where sizeof(int) != sizeof(void *)njl2002-09-262-8/+8
* Add cardbus, cbb, ep and pccard. These can likely be moved to the MIimp2002-09-261-0/+5
* ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() arepeter2002-09-262-40/+0
* - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.cjeff2002-09-263-140/+121
* - Fix a botch in previous commit; oldvp should not be unconditionallyjeff2002-09-261-2/+3
* - We don't need any automated lock checking for vop_islocked.jeff2002-09-261-1/+1
* Fix the problem introduced by vop_stdbmap() usage. The NTFS does notsemenu2002-09-251-1/+28
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-2523-85/+88
* Do away with AAC_COMPAT_LINUX option entirely. The functionality willscottl2002-09-253-8/+1
* Fix a declaration that is actually supposed to be a macro definition.markm2002-09-252-0/+2
* Round up instead of towards 0 in clock_getres() so that a resolution ofbde2002-09-251-1/+6
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-256-55/+96
* - Remove unused LK_NOOBJ.jeff2002-09-251-2/+1
* - Convert locks to use standard macros.jeff2002-09-254-7/+28
* - Document broken locking.jeff2002-09-251-3/+2
* - Lock accesses to v_usecount.jeff2002-09-252-7/+11
* - Don't use the interlock to protect v_writecount.jeff2002-09-251-6/+5
* - Use vrefcnt() instead of v_usecount.jeff2002-09-255-10/+10
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
* - Use incore() instead of gbincore() so we don't have to acquire thejeff2002-09-251-1/+1
* - Lock access to the buf lists.jeff2002-09-255-16/+36
* - Lock access to the buf lists.jeff2002-09-256-28/+38
* - Use vrefcnt() instead of directly accessing v_usecount.jeff2002-09-256-38/+42
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-2518-60/+71
* - Lock access to the buf lists in spec_sync()jeff2002-09-251-7/+15
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* - Lock down the syncer with sync_mtx.jeff2002-09-252-74/+191
* - Properly lock v_vflags in getdirents().jeff2002-09-252-8/+28
* - Use incore() where no other interlock locking is necessary.jeff2002-09-251-2/+6
* - Lock accesses to v_numoutput.jeff2002-09-251-0/+16
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
OpenPOWER on IntegriCloud