summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Return ENOTTY on unhandled ioctls.phk2002-09-261-2/+5
* Document that ENOTTY is the correct "default" error return;phk2002-09-261-1/+4
* 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
* Back out previous, free the buffer when __vfprintf() fails and don't bothertjr2002-09-261-19/+13
* Back out previous and solve the problems a different way: move va_start/tjr2002-09-261-20/+13
* Simplify by removing unneeded local variables and explicit null termination.tjr2002-09-261-12/+8
* Simplify by removing useless local variables and explicit null termination.tjr2002-09-261-9/+5
* Correctly handle the case where __vfwprintf() fails because it runs outtjr2002-09-261-1/+7
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because ittjr2002-09-262-24/+39
* - 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
* Document DOC_LANG.ru2002-09-261-0/+4
* Remove a semicolon that appears to be a lie.jmallett2002-09-261-1/+1
* When formatting the time for a target, use %H instead of %k, which is mostlyjmallett2002-09-261-1/+1
* 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
* Add "make universe" target which:phk2002-09-261-0/+38
* - Fix a botch in previous commit; oldvp should not be unconditionallyjeff2002-09-261-2/+3
* Don't declare things as extern when they will be static.jmallett2002-09-261-1/+6
* - 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
* 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
OpenPOWER on IntegriCloud