| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to version 1.1 of the aic79xx U320 driver. | gibbs | 2002-09-26 | 6 | -243/+335 |
* | Expand vendor ID. | gibbs | 2002-09-26 | 1 | -1/+1 |
* | Correct a spelling error. | gibbs | 2002-09-26 | 1 | -2/+2 |
* | Sync perforce IDs for changes first committed to FreeBSD and then | gibbs | 2002-09-26 | 4 | -4/+4 |
* | Use inttypes.h | gibbs | 2002-09-26 | 5 | -7/+26 |
* | Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL(). | phk | 2002-09-26 | 1 | -0/+6 |
* | Apparently pxeboot passes in a mygateway of non-zero sin length | rwatson | 2002-09-26 | 1 | -1/+6 |
* | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | jhb | 2002-09-26 | 3 | -4/+4 |
* | Move the aac driver from MI to MD NOTES. It is a long way from being | scottl | 2002-09-26 | 2 | -6/+6 |
* | I hate it when patch gives me .rej files. | phk | 2002-09-26 | 1 | -0/+1 |
* | Remove NBBY and howmany() macros. | mike | 2002-09-26 | 1 | -8/+0 |
* | Make biowait() check bio_error before the BIO_ERROR flag, to propery | phk | 2002-09-26 | 1 | -2/+2 |
* | Return ENOTTY on unhandled ioctls. | phk | 2002-09-26 | 1 | -2/+5 |
* | Return ENOTTY on unrecognized ioctls. | phk | 2002-09-26 | 2 | -2/+2 |
* | Return ENOTTY on incorrect ioctls. | phk | 2002-09-26 | 1 | -1/+1 |
* | Return ENOTTY when we don't recognize an ioctl. | phk | 2002-09-26 | 1 | -1/+1 |
* | Be a bit more technical: | phk | 2002-09-26 | 1 | -1/+1 |
* | - Export the alq daemon thread pointer. | jeff | 2002-09-26 | 3 | -5/+12 |
* | Revert 1.27, as it breaks IPv6 over IPv4 tunnels. | sobomax | 2002-09-26 | 1 | -2/+2 |
* | Fix these warns where sizeof(int) != sizeof(void *) | njl | 2002-09-26 | 2 | -8/+8 |
* | Add cardbus, cbb, ep and pccard. These can likely be moved to the MI | imp | 2002-09-26 | 1 | -0/+5 |
* | ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are | peter | 2002-09-26 | 2 | -40/+0 |
* | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | jeff | 2002-09-26 | 3 | -140/+121 |
* | - Fix a botch in previous commit; oldvp should not be unconditionally | jeff | 2002-09-26 | 1 | -2/+3 |
* | - We don't need any automated lock checking for vop_islocked. | jeff | 2002-09-26 | 1 | -1/+1 |
* | Fix the problem introduced by vop_stdbmap() usage. The NTFS does not | semenu | 2002-09-25 | 1 | -1/+28 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 23 | -85/+88 |
* | Do away with AAC_COMPAT_LINUX option entirely. The functionality will | scottl | 2002-09-25 | 3 | -8/+1 |
* | Fix a declaration that is actually supposed to be a macro definition. | markm | 2002-09-25 | 2 | -0/+2 |
* | Round up instead of towards 0 in clock_getres() so that a resolution of | bde | 2002-09-25 | 1 | -1/+6 |
* | The AAC_COMPAT_LINUX option was really annoying, since it made the | scottl | 2002-09-25 | 6 | -55/+96 |
* | - Remove unused LK_NOOBJ. | jeff | 2002-09-25 | 1 | -2/+1 |
* | - Convert locks to use standard macros. | jeff | 2002-09-25 | 4 | -7/+28 |
* | - Document broken locking. | jeff | 2002-09-25 | 1 | -3/+2 |
* | - Lock accesses to v_usecount. | jeff | 2002-09-25 | 2 | -7/+11 |
* | - Don't use the interlock to protect v_writecount. | jeff | 2002-09-25 | 1 | -6/+5 |
* | - Use vrefcnt() instead of v_usecount. | jeff | 2002-09-25 | 5 | -10/+10 |
* | - Hold the vn lock over vm_mmap(). | jeff | 2002-09-25 | 1 | -4/+4 |
* | - Use incore() instead of gbincore() so we don't have to acquire the | jeff | 2002-09-25 | 1 | -1/+1 |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 5 | -16/+36 |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 6 | -28/+38 |
* | - Use vrefcnt() instead of directly accessing v_usecount. | jeff | 2002-09-25 | 6 | -38/+42 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 18 | -60/+71 |
* | - Lock access to the buf lists in spec_sync() | jeff | 2002-09-25 | 1 | -7/+15 |
* | - Hold the vp lock while accessing v_vflags. | jeff | 2002-09-25 | 1 | -5/+7 |
* | - Lock down the syncer with sync_mtx. | jeff | 2002-09-25 | 2 | -74/+191 |
* | - Properly lock v_vflags in getdirents(). | jeff | 2002-09-25 | 2 | -8/+28 |
* | - Use incore() where no other interlock locking is necessary. | jeff | 2002-09-25 | 1 | -2/+6 |
* | - Lock accesses to v_numoutput. | jeff | 2002-09-25 | 1 | -0/+16 |
* | - Don't protect mountedhere with the vn interlock. | jeff | 2002-09-25 | 1 | -5/+7 |