| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add "make universe" target which: | phk | 2002-09-26 | 1 | -0/+38 |
* | - Fix a botch in previous commit; oldvp should not be unconditionally | jeff | 2002-09-26 | 1 | -2/+3 |
* | Don't declare things as extern when they will be static. | jmallett | 2002-09-26 | 1 | -1/+6 |
* | - 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 |
* | Enhance TACACS+ library to fully support authorization requests in | pst | 2002-09-25 | 5 | -65/+486 |
* | Document at least one meaningful RELENG_5 feature, the ability to hide from | jmallett | 2002-09-25 | 1 | -0/+3 |
* | Update compat3x libc and libc_r from RELENG_3. This fixes the buffer | knu | 2002-09-25 | 3 | -17509/+17610 |
* | Adjust for KSE function name changes. | archie | 2002-09-25 | 2 | -26/+27 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 23 | -85/+88 |
* | <sys/types.h> is no longer needed. | mike | 2002-09-25 | 1 | -1/+0 |
* | Do away with AAC_COMPAT_LINUX option entirely. The functionality will | scottl | 2002-09-25 | 3 | -8/+1 |
* | Try not to lint(1) contrib'ed sources. This Is Very Messy. | markm | 2002-09-25 | 2 | -0/+4 |
* | 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 |
* | Do not dump core on 'ipfw add unreach': handling null strings in | maxim | 2002-09-25 | 1 | -0/+2 |
* | Don't lint contrib'ed sources, even if the builder gas asked for it. | markm | 2002-09-25 | 1 | -0/+1 |
* | Don't lint contrib'ed sources, enven if the builder has asked for it. | markm | 2002-09-25 | 1 | -0/+1 |
* | Don't lint contrib'ed sources, even if the builder has asked for linting. | markm | 2002-09-25 | 3 | -0/+6 |
* | Avoid linting GNU contrib'ed stuff, even if the build engineer asked | markm | 2002-09-25 | 4 | -0/+13 |
* | Disqualify UID/GID with non-numeric character. | maxim | 2002-09-25 | 1 | -3/+13 |
* | Unifdef(1) the crypto telnet sources. | markm | 2002-09-25 | 6 | -8/+8 |
* | Catch up with "base" telnet. | markm | 2002-09-25 | 2 | -6/+6 |
* | Catch up with "base" telnet. | markm | 2002-09-25 | 6 | -24/+16 |
* | From the requestor: | markm | 2002-09-25 | 2 | -2/+2 |
* | The AAC_COMPAT_LINUX option was really annoying, since it made the | scottl | 2002-09-25 | 6 | -55/+96 |
* | Accomodate change in the output of "make package-depends" that came | bmah | 2002-09-25 | 1 | -1/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 26 | -45/+72 |
* | Add a pkg_version variable so that it's possible to run portsversion instead | brian | 2002-09-25 | 3 | -1/+16 |
* | - 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 |