summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichjmallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.jmallett2002-09-271-1/+1
* Remove an errant debugging printf that got left in during my lastrwatson2002-09-271-1/+0
* 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
* Don't show disklabel in the examples, it is not necessary.phk2002-09-261-3/+2
* 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
* Add a note explaining /var/empty.ceri2002-09-261-0/+4
* 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
* 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
OpenPOWER on IntegriCloud