| Commit message (Expand) | Author | Age | Files | Lines |
* | "device" and "nodevice" lines can actually specify more than one device | des | 2005-02-10 | 1 | -0/+2 |
* | back out 1.7 changes, unneeded and possibly wrong. | alfred | 2005-02-10 | 1 | -9/+6 |
* | Note that the ICH6 controller is supported. | jkoshy | 2005-02-10 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -3/+5 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 46 | -150/+135 |
* | Turn K&R functions into prototypes. | stefanf | 2005-02-10 | 1 | -17/+6 |
* | The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as | stefanf | 2005-02-10 | 1 | -3/+0 |
* | The variable `arglist' has internal linkage in pw.c, don't declare it as extern | stefanf | 2005-02-10 | 1 | -1/+1 |
* | Turn K&R functions into prototypes. | stefanf | 2005-02-10 | 1 | -12/+6 |
* | Add __printflike() to vn_printf() | phk | 2005-02-10 | 1 | -1/+1 |
* | Don't pass NULL to vprint() | phk | 2005-02-10 | 1 | -1/+1 |
* | Let the generated code include <string.h> instead of <memory.h>. | stefanf | 2005-02-10 | 1 | -2/+2 |
* | Code cleanup: | delphij | 2005-02-10 | 2 | -3/+2 |
* | Extricate probing of the gwether card (Gateway AT) from the middle of | imp | 2005-02-10 | 1 | -64/+74 |
* | Remove an ifdef that's been here for a long time. So long, in fact, | imp | 2005-02-10 | 1 | -7/+0 |
* | Fix incorrect comment. | archie | 2005-02-10 | 1 | -1/+1 |
* | - Add more information to the getnewbuf() recycling KTR. | jeff | 2005-02-10 | 1 | -2/+4 |
* | Implement interrupt routing for DEC_KN20AA. | ticso | 2005-02-10 | 1 | -35/+22 |
* | - In the softupdates case for ffs_truncate() we use vinvalbuf() to | jeff | 2005-02-09 | 1 | -0/+1 |
* | Fix pc98 compile: merge in changes to use the local APIC timer. Also, add | jhb | 2005-02-09 | 3 | -42/+42 |
* | - Correctly spell MOD_QUIESCE | glebius | 2005-02-09 | 1 | -1/+3 |
* | Minor nits noted by ru@ | imp | 2005-02-09 | 1 | -3/+5 |
* | Constify. | phk | 2005-02-09 | 2 | -12/+12 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 5 | -12/+7 |
* | Removed Kerberos remnants. | ru | 2005-02-09 | 2 | -58/+6 |
* | Note the options required for the cards as I know it... | imp | 2005-02-09 | 1 | -2/+2 |
* | Break out obscure ISA cards into their own files, as well as ne2000 | imp | 2005-02-09 | 15 | -1724/+1976 |
* | The only user of this utility (share/man/man0) was removed 2+ years ago. | ru | 2005-02-09 | 4 | -410/+0 |
* | Access softc embedded struct ifnet via function macro to make it easier to | mlaier | 2005-02-09 | 3 | -26/+54 |
* | Use defines for character constants for open and closing braces and | harti | 2005-02-09 | 1 | -11/+22 |
* | add support for NetMos NM9805 1284 Printer port | wilko | 2005-02-09 | 1 | -0/+9 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 6 | -9/+7 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 82 | -200/+228 |
* | Since we no longer use kvtop, we no longer need machine/md_var.h | imp | 2005-02-09 | 1 | -1/+0 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 15 | -29/+32 |
* | If either ed_probe_Novell or ed_attach returns an error, release the | imp | 2005-02-09 | 1 | -2/+5 |
* | Remove some unused variables. | scottl | 2005-02-09 | 1 | -2/+0 |
* | - Reduce the number of netgraph messages when listing | ru | 2005-02-09 | 1 | -11/+35 |
* | In revision 1.29 timeout() was converted to ng_callout(). | ru | 2005-02-09 | 1 | -15/+9 |
* | While working on constification temporarily disable -Werror. Things are too | harti | 2005-02-09 | 1 | -0/+1 |
* | Untangle VarFind and, while rewriting most of the function, fix the | harti | 2005-02-09 | 1 | -45/+51 |
* | Properly initialise the variable `deny'. | stefanf | 2005-02-09 | 1 | -1/+1 |
* | style polishing. | phk | 2005-02-09 | 1 | -4/+3 |
* | Pass -C to rpcgen. | stefanf | 2005-02-09 | 1 | -3/+3 |
* | Use CFLAGS+=. | ru | 2005-02-09 | 1 | -1/+1 |
* | Remove the messy locking dance around xpt_done() | scottl | 2005-02-09 | 2 | -13/+0 |
* | Provide locking for the ccb_bioq. This allows xpt_done() to be called without | scottl | 2005-02-09 | 1 | -5/+22 |
* | Use CFLAGS+=. | stefanf | 2005-02-09 | 1 | -1/+1 |
* | Introduce VarCreate and VarDestroy functions and used them where | harti | 2005-02-09 | 1 | -58/+51 |
* | Include missing headers. | stefanf | 2005-02-09 | 4 | -0/+6 |