summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhance TACACS+ library to fully support authorization requests inpst2002-09-255-65/+486
* Document at least one meaningful RELENG_5 feature, the ability to hide fromjmallett2002-09-251-0/+3
* Update compat3x libc and libc_r from RELENG_3. This fixes the bufferknu2002-09-253-17509/+17610
* Adjust for KSE function name changes.archie2002-09-252-26/+27
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-2523-85/+88
* <sys/types.h> is no longer needed.mike2002-09-251-1/+0
* Do away with AAC_COMPAT_LINUX option entirely. The functionality willscottl2002-09-253-8/+1
* Try not to lint(1) contrib'ed sources. This Is Very Messy.markm2002-09-252-0/+4
* 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
* Do not dump core on 'ipfw add unreach': handling null strings inmaxim2002-09-251-0/+2
* Don't lint contrib'ed sources, even if the builder gas asked for it.markm2002-09-251-0/+1
* Don't lint contrib'ed sources, enven if the builder has asked for it.markm2002-09-251-0/+1
* Don't lint contrib'ed sources, even if the builder has asked for linting.markm2002-09-253-0/+6
* Avoid linting GNU contrib'ed stuff, even if the build engineer askedmarkm2002-09-254-0/+13
* Disqualify UID/GID with non-numeric character.maxim2002-09-251-3/+13
* Unifdef(1) the crypto telnet sources.markm2002-09-256-8/+8
* Catch up with "base" telnet.markm2002-09-252-6/+6
* Catch up with "base" telnet.markm2002-09-256-24/+16
* From the requestor:markm2002-09-252-2/+2
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-256-55/+96
* Accomodate change in the output of "make package-depends" that camebmah2002-09-251-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-2526-45/+72
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-253-1/+16
* - 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
* Back down to 1003.2-1992 for the time being -- it is causing too manywollman2002-09-251-1/+1
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
* - Use the standard vp interlock macros.jeff2002-09-251-8/+12
* - Finish the struct vnode lock annotation.jeff2002-09-251-30/+34
* - Get rid of the unused LK_NOOBJ.jeff2002-09-252-2/+2
* - Lock access to numoutput on the swap devices.jeff2002-09-252-0/+4
* - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.jeff2002-09-251-2/+7
* Removed debug code.jake2002-09-251-57/+1
OpenPOWER on IntegriCloud