| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a typo, and remove verbose error reporting when in | Luigi Rizzo | 1998-10-30 | 2 | -4/+8 |
| * | Use "KB" instead of "Kb" for KiloBytes, consistently with other | Luigi Rizzo | 1998-10-30 | 4 | -12/+12 |
| * | (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building several | Satoshi Asami | 1998-10-30 | 2 | -7/+54 |
| * | Fix an uninitialized variable in the `dangerously dedicated disk' case. | Luoqi Chen | 1998-10-30 | 1 | -1/+2 |
| * | ``MAKEDEV ccd3'' is now consistant with many of the other devices in that | David E. O'Brien | 1998-10-30 | 2 | -34/+42 |
| * | Add the ability to specify where on the at_shutdown queue a handler is | Mike Smith | 1998-10-30 | 12 | -64/+64 |
| * | Do not disable the ISA compatibility window if it is the same value as | Justin T. Gibbs | 1998-10-30 | 4 | -18/+35 |
| * | Put back MFS_ROOT now that it's been fixed correctly. | Jordan K. Hubbard | 1998-10-30 | 2 | -4/+4 |
| * | Fix this correctly - check if mfs_getimage() succeeds before settings | Jordan K. Hubbard | 1998-10-30 | 1 | -2/+7 |
| * | Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokes | Jordan K. Hubbard | 1998-10-30 | 2 | -4/+4 |
| * | Make the BTX loader much more quiet about what it's doing. This removes | Mike Smith | 1998-10-30 | 3 | -54/+87 |
| * | Don't call PacketAliasIn() when we turn around packets destined | Brian Somers | 1998-10-29 | 1 | -7/+1 |
| * | Prevent buffer overflow in getpwnam() | Mike Smith | 1998-10-29 | 1 | -2/+2 |
| * | tx(4) - misspelled word | Nate Williams | 1998-10-29 | 2 | -2/+2 |
| * | Add support for -Wformat consistency checking between format strings | John Polstra | 1998-10-29 | 1 | -7/+7 |
| * | Clarify processing of the string argument by psignal(). | Robert Nordier | 1998-10-29 | 1 | -1/+3 |
| * | ``MAKEDEV bpf3'' is now consistant with many of the other devices in that | David E. O'Brien | 1998-10-29 | 2 | -6/+14 |
| * | Per request from ache, change the numbering scheme of __FreeBSD_cc_version. | John Polstra | 1998-10-29 | 3 | -4/+4 |
| * | (Whoops: make it better instead of worse this time). Clarify | Robert Nordier | 1998-10-29 | 1 | -1/+1 |
| * | Clarify processing of the string argument by perror(). | Robert Nordier | 1998-10-29 | 1 | -8/+5 |
| * | Correct the reporting of the queue full condition so that the XPT layer | Justin T. Gibbs | 1998-10-29 | 2 | -6/+13 |
| * | Bump VERSREQ to make ``config'' happy. | Dima Ruban | 1998-10-29 | 2 | -4/+4 |
| * | Check for a zero-length as well as a NULL string argument. | Robert Nordier | 1998-10-29 | 1 | -1/+1 |
| * | Update help files to reflect changes in vm utility. | Andrzej Bialecki | 1998-10-29 | 2 | -5/+5 |
| * | Fix conversion from pages to kB's. | Andrzej Bialecki | 1998-10-29 | 1 | -8/+13 |
| * | Oops, rev.1.167 made the device number checking in bdevvp() too strict | Bruce Evans | 1998-10-29 | 2 | -6/+8 |
| * | The man page implies that the string argument to psignal() may be | Robert Nordier | 1998-10-29 | 1 | -4/+2 |
| * | Fixed editing error. Pointed out by bde. | David Greenman | 1998-10-29 | 1 | -2/+1 |
| * | Increase the granularity of the debugging messages. | David E. O'Brien | 1998-10-29 | 2 | -24/+34 |
| * | Add some debugging statments (only if DEBUG opt is set), to try pin down | David E. O'Brien | 1998-10-29 | 2 | -2/+10 |
| * | Don't install the lp.4 -> plip.4 links, since the important one of them | Bruce Evans | 1998-10-29 | 1 | -2/+2 |
| * | Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs and | Peter Wemm | 1998-10-29 | 3 | -38/+15 |
| * | error return assignment was less than ideal. Fix the part that caused | Peter Wemm | 1998-10-29 | 2 | -4/+4 |
| * | `vector xxxintr' should cause a syntax error. | Bruce Evans | 1998-10-29 | 3 | -3/+3 |
| * | Fixed missing link and disordering in previous commit. | Bruce Evans | 1998-10-29 | 1 | -3/+4 |
| * | Use vtruncbuf() to clean out cached blocks on a file shorten rather than | Peter Wemm | 1998-10-29 | 2 | -6/+8 |
| * | Use vtruncbuf() rather than vinvalbuf() when shortening files. | Peter Wemm | 1998-10-29 | 2 | -12/+18 |
| * | Make the definition of __printf0like() vary according to the value | John Polstra | 1998-10-29 | 1 | -4/+9 |
| * | Add a new predefined preprocessor symbol "__FreeBSD_cc_version", | John Polstra | 1998-10-29 | 2 | -2/+2 |
| * | Remove some redundant (#if 0'd) code. | Brian Somers | 1998-10-29 | 1 | -8/+1 |
| * | A small fragment of new ISA framework: manifest constants for the resources | Garrett Wollman | 1998-10-29 | 3 | -0/+129 |
| * | A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk version | Garrett Wollman | 1998-10-29 | 1 | -0/+221 |
| * | The new resource manager, hopefully in a reasonably stable form. | Garrett Wollman | 1998-10-29 | 2 | -0/+686 |
| * | Unlink old contents of package when extracting new. | Jordan K. Hubbard | 1998-10-28 | 1 | -2/+2 |
| * | Change the way unmounting happens to guarantee that the | Robert V. Baron | 1998-10-28 | 4 | -42/+122 |
| * | Update | Robert V. Baron | 1998-10-28 | 1 | -11/+0 |
| * | Venus must be passed O_CREAT flag on VOP_OPEN iff this is | Robert V. Baron | 1998-10-28 | 8 | -148/+246 |
| * | Simplify the "is a character ready" test, so that we don't return a false | Mike Smith | 1998-10-28 | 1 | -4/+2 |
| * | Corect info about help files being stored in ar archive. | Andrzej Bialecki | 1998-10-28 | 2 | -2/+2 |
| * | Add missing psm0 dev entry. | Andrzej Bialecki | 1998-10-28 | 1 | -1/+2 |