| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow comments in password database. The comments are copied from | wosch | 1997-03-08 | 2 | -4/+26 |
* | YAMF22 | jkh | 1997-03-08 | 10 | -42/+116 |
* | Unpend all signals before execv, it not makes any sense to pend them here | ache | 1997-03-08 | 1 | -2/+2 |
* | Unpend fault signals like SIGSEGV, etc | ache | 1997-03-08 | 1 | -4/+4 |
* | Add a missing docfile (whoops! Overlooked). | jkh | 1997-03-08 | 1 | -0/+19 |
* | YAMF22 | jkh | 1997-03-08 | 3 | -7/+8 |
* | Unpend all killing signals to shut down this thing immediately, | ache | 1997-03-08 | 2 | -9/+9 |
* | Don't pend SIGALRM (Timer Service) due to | ache | 1997-03-08 | 1 | -3/+3 |
* | YAMF22 | jkh | 1997-03-07 | 7 | -42/+43 |
* | Oops, had a couple of extra parens in a couple of lines. | mpp | 1997-03-07 | 1 | -3/+3 |
* | Clean this man page up. Don't use hardcoded font escape codes. | mpp | 1997-03-07 | 1 | -47/+50 |
* | Add a -s option for setting the current vty. This should make | brian | 1997-03-07 | 5 | -22/+60 |
* | Protect against missing initial @cwd. Closes PR#2893 | jkh | 1997-03-06 | 1 | -3/+7 |
* | Typo fix 'and' -> 'an'. | danny | 1997-03-04 | 1 | -2/+2 |
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
* | An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5 | mpp | 1997-03-03 | 1 | -7/+9 |
* | Fix MAXLOGNAME usage, the code has wrong assumption that | ache | 1997-03-02 | 1 | -3/+3 |
* | Add a missing period so that the -n option is display properly | mpp | 1997-02-28 | 1 | -2/+2 |
* | The pccard daemon doesn't support the 'class' parameter as stated in the | nate | 1997-02-26 | 1 | -5/+2 |
* | Fix an off by one error when determing the default job name for | mpp | 1997-02-26 | 1 | -4/+4 |
* | osreldate.h stuff suggested by: Eivind Eklund | brian | 1997-02-25 | 7 | -9/+20 |
* | Close PR#2459 | jkh | 1997-02-25 | 1 | -16/+13 |
* | Requested by: Elvind Eklund | brian | 1997-02-23 | 2 | -7/+9 |
* | Pointed out by: Joerg | brian | 1997-02-23 | 1 | -2/+2 |
* | Typo police. | mpp | 1997-02-22 | 1 | -4/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 592 | -611/+620 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 14 | -14/+14 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 49 | -49/+49 |
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | The "burn-in" phase has finished: this set of patches seems to run | joerg | 1997-02-22 | 2 | -7/+287 |
* | Make it possible to substitute INTERFACE when executing commands. | phk | 1997-02-22 | 2 | -1/+6 |
* | #include <string.h> to help silence -Wall. | mpp | 1997-02-20 | 1 | -0/+1 |
* | Change handling of bad signals; there are reasons why this is actually | jkh | 1997-02-20 | 2 | -10/+2 |
* | ARGH!! Fix obligatory 12th hour fumble. :-( | jkh | 1997-02-19 | 2 | -2/+2 |
* | Tidy up signal handling. | brian | 1997-02-19 | 7 | -74/+158 |
* | Argh! Last-minute typo fix (having this be broken in -current sucks). | jkh | 1997-02-18 | 1 | -1/+1 |
* | Add Label & Partition to configuration menu so you don't have to | jkh | 1997-02-18 | 2 | -0/+8 |
* | Don't use /mnt in multi-user mode if we're installing a new filesystem. | jkh | 1997-02-18 | 2 | -4/+4 |
* | Don't initialize homedir value. When called this early, pw(8) has no | jkh | 1997-02-18 | 1 | -1/+0 |
* | Don't just unset FTP_PATH unilaterally, it might have been a timeout | jkh | 1997-02-18 | 1 | -5/+3 |
* | Properly check status of menu return. | jkh | 1997-02-17 | 1 | -1/+6 |
* | Compensate for an underpopulated MFS. | jkh | 1997-02-17 | 2 | -0/+2 |
* | Finally DTRT with tcpOpenDialog(); it should have never diddled | jkh | 1997-02-17 | 6 | -40/+41 |
* | Always load DIST_COMPAT21 when loading X. This used to be the default | jkh | 1997-02-17 | 1 | -3/+3 |
* | Oops, get the name of the new manpage right. | bde | 1997-02-17 | 1 | -1/+1 |
* | Don't nuke localtime and timezone files so aggressively now. | jkh | 1997-02-16 | 4 | -6/+6 |
* | Ask about local or UTC here, like we used to. | jkh | 1997-02-16 | 1 | -0/+8 |
* | 1. Always write out /etc/hosts. | jkh | 1997-02-16 | 4 | -16/+2 |
* | Replace bogus strncmp() with strcmp(). | jkh | 1997-02-16 | 2 | -2/+8 |
* | Prevent potential argument buffer overflow. | jkh | 1997-02-15 | 1 | -8/+7 |