| Commit message (Expand) | Author | Age | Files | Lines |
* | Ok, include also the two tests which actually does effect the claims | phk | 2002-09-27 | 1 | -0/+4 |
* | Hook into the shutdown EVENTHANDLER and stop tasting things after we | phk | 2002-09-27 | 1 | -0/+16 |
* | Rename the doorlock to eventlock, it gets to protect a bit more in the future. | phk | 2002-09-27 | 1 | -6/+6 |
* | Make it a tad easier to deal with struct inode in userland programs which | phk | 2002-09-27 | 1 | -1/+1 |
* | Use our mount-credential if we get a NOCRED when we try to write out EA | phk | 2002-09-27 | 1 | -0/+2 |
* | MFNetBSD: Increasre the reset recovery time. (rev 1.69) | joe | 2002-09-27 | 1 | -3/+3 |
* | MFNetBSD: Update class codes. (rev 1.68) | joe | 2002-09-27 | 1 | -5/+13 |
* | Add a D_NOGIANT flag which can be set in a struct cdevsw to indicate | phk | 2002-09-27 | 3 | -13/+78 |
* | MFNetBSD: Add Bluetooth related classes etc. (rev 1.67) | joe | 2002-09-27 | 1 | -5/+12 |
* | MFNetBSD: revision 1.66 | joe | 2002-09-27 | 1 | -6/+6 |
* | Add the pst (Promise SX6000) driver to GENERIC. | sos | 2002-09-27 | 2 | -0/+2 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 4 | -0/+21 |
* | Rename struct specinfo to the more appropriate struct cdev. | phk | 2002-09-27 | 8 | -23/+23 |
* | Add manpage for the pst driver (Promise SX6000) | sos | 2002-09-27 | 2 | -0/+64 |
* | Prepare for the uncoming import of the ServeRAID driver | scottl | 2002-09-27 | 1 | -0/+2 |
* | Fix moused so you can use the stop command | gordon | 2002-09-27 | 1 | -3/+1 |
* | Use size_t instead of int for len variables passed in/out of sysctl. | rwatson | 2002-09-27 | 2 | -3/+4 |
* | Give up on a tty if opening it's special file returns ENOENT like we do for | jhb | 2002-09-27 | 1 | -1/+1 |
* | Document the parsing bug. | ru | 2002-09-27 | 1 | -1/+13 |
* | Redo how completing threads pass their state to userland | julian | 2002-09-27 | 3 | -165/+245 |
* | Two fixes: | imp | 2002-09-27 | 1 | -1/+7 |
* | Remove redundant inclusion of inttypes.h in aicasm_gram.y | gibbs | 2002-09-27 | 4 | -8/+7 |
* | List valid keywords, ala kill(1), rather than the csh builtin kill, which | jmallett | 2002-09-27 | 1 | -2/+5 |
* | Ala kill(1), tell people to type 'ps -L' for a list of format keywords. | jmallett | 2002-09-27 | 1 | -1/+1 |
* | Remove an errant debugging printf that got left in during my last | rwatson | 2002-09-27 | 1 | -1/+0 |
* | 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 |
* | Don't show disklabel in the examples, it is not necessary. | phk | 2002-09-26 | 1 | -3/+2 |
* | 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 |
* | Add a note explaining /var/empty. | ceri | 2002-09-26 | 1 | -0/+4 |
* | 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 |
* | Document that ENOTTY is the correct "default" error return; | phk | 2002-09-26 | 1 | -1/+4 |
* | 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 |
* | Back out previous, free the buffer when __vfprintf() fails and don't bother | tjr | 2002-09-26 | 1 | -19/+13 |
* | Back out previous and solve the problems a different way: move va_start/ | tjr | 2002-09-26 | 1 | -20/+13 |
* | Simplify by removing unneeded local variables and explicit null termination. | tjr | 2002-09-26 | 1 | -12/+8 |
* | Simplify by removing useless local variables and explicit null termination. | tjr | 2002-09-26 | 1 | -9/+5 |
* | Correctly handle the case where __vfwprintf() fails because it runs out | tjr | 2002-09-26 | 1 | -1/+7 |