| Commit message (Expand) | Author | Age | Files | Lines |
* | export PATH variable | wosch | 1996-11-04 | 1 | -2/+13 |
* | add PATH variable, use it | wosch | 1996-11-04 | 1 | -5/+6 |
* | export PATH variable | wosch | 1996-11-04 | 1 | -2/+2 |
* | Placate Joerg some more by making screen savers get a reasonable default | jkh | 1996-11-04 | 6 | -16/+36 |
* | manpages for rmgroup(8) and addgroup(8) | wosch | 1996-11-04 | 3 | -2/+142 |
* | Fixed recently-introduced bugs: | bde | 1996-11-04 | 1 | -34/+32 |
* | The interface number hasn't been a _single_ digit since prehistoric times. | bde | 1996-11-04 | 1 | -3/+5 |
* | Use macros for package names so it's easier to update them in one | jkh | 1996-11-04 | 11 | -85/+123 |
* | Make it clearer that DNS has succeeded for your host choice. | jkh | 1996-11-04 | 1 | -3/+6 |
* | typo | adam | 1996-11-03 | 1 | -1/+1 |
* | Fix a bogus decent into the network setup screen when running | jkh | 1996-11-02 | 2 | -8/+5 |
* | Fix minor buffer problems: | imp | 1996-11-01 | 1 | -2/+3 |
* | Fix incorrect length argument to memset() function. Closes PR#1937. | alex | 1996-11-01 | 1 | -2/+2 |
* | Improve the sample login script now that our sh(1) understands -p. | joerg | 1996-10-31 | 2 | -6/+6 |
* | Fix base64->8bit conversion | ache | 1996-10-31 | 1 | -99/+82 |
* | Oops, don't suppress initial output header (from previous commit), | ache | 1996-10-31 | 1 | -6/+10 |
* | 1) print only errors if -v not given, it allows non-verbose | ache | 1996-10-30 | 2 | -8/+18 |
* | rmgroup - delete a Unix group | wosch | 1996-10-30 | 1 | -0/+29 |
* | addgroup - add a group or add users to a group | wosch | 1996-10-29 | 1 | -0/+220 |
* | Correct indentation of multi-LUN device info. (Slightly different fix | se | 1996-10-29 | 1 | -2/+2 |
* | Integrate our changes from bin/rmail. Mainly it causes immediate | peter | 1996-10-29 | 2 | -1/+16 |
* | Convert the DONT_FSYNC compile time option to a runtime option (like | peter | 1996-10-29 | 3 | -21/+27 |
* | Merge in our changes from src/libexec/mail.local. This version doesn't | peter | 1996-10-29 | 3 | -23/+43 |
* | Do not modify a malloc()ed pointer; instead, use memmove(). | joerg | 1996-10-28 | 1 | -2/+3 |
* | Back out the entire change from rev 1.11 of syslogd.c. It was bogus. | joerg | 1996-10-28 | 2 | -53/+8 |
* | Fix a typo, putput --> output. | alex | 1996-10-27 | 1 | -2/+2 |
* | lpc/cmds.c: | imp | 1996-10-27 | 10 | -38/+57 |
* | Fix transcription error I introduced in last patch. This created a | imp | 1996-10-26 | 1 | -2/+2 |
* | Fix a problem where the command line could be used to overflow a stack | imp | 1996-10-25 | 1 | -2/+2 |
* | Made this work for non-root again. The security fixes in rev.1.11 | bde | 1996-10-25 | 1 | -10/+15 |
* | Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from | wpaul | 1996-10-24 | 5 | -20/+164 |
* | Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to | wpaul | 1996-10-24 | 2 | -11/+67 |
* | Untangle NEWDB/NDBM options. | peter | 1996-10-24 | 3 | -5/+10 |
* | missed this praliases.8 <-> praliases.0 change | peter | 1996-10-24 | 1 | -1/+1 |
* | Fold sendmail-8.8.2 changes into files that have been touched. | peter | 1996-10-24 | 24 | -1242/+3769 |
* | This commit was generated by cvs2svn to compensate for changes in r19146, | peter | 1996-10-24 | 106 | -1375/+5337 |
|\ |
|
| * | Import sendmail-8.8.2 onto the vendor branch | peter | 1996-10-24 | 131 | -2691/+9200 |
* | | fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6! | wosch | 1996-10-23 | 1 | -2/+2 |
* | | Add extra sanity checking to the in-place update routine. Sometimes you | wpaul | 1996-10-23 | 1 | -2/+33 |
* | | Reviewed by: various (mailing list feedback) | julian | 1996-10-23 | 2 | -7/+57 |
* | | In ypxfr_callback(), the failure to create an RPC CLIENT * handle for | wpaul | 1996-10-23 | 1 | -4/+6 |
* | | Make error messages more informative. | wpaul | 1996-10-23 | 1 | -4/+9 |
* | | Fixes: | scrappy | 1996-10-22 | 1 | -3/+3 |
* | | Add pciconf. | se | 1996-10-22 | 1 | -3/+3 |
* | | This commit was generated by cvs2svn to compensate for changes in r19102, | se | 1996-10-22 | 3 | -0/+213 |
|\ \ |
|
| * | | Initial version of the user land code for the PCI config register | se | 1996-10-22 | 3 | -0/+213 |
| / |
|
* | | Two small changes that were in my development sources at home | wpaul | 1996-10-22 | 1 | -25/+7 |
* | | Fixes: | scrappy | 1996-10-22 | 2 | -4/+4 |
* | | Since rpc.yppasswdd(8) also supports adding entries to the | wpaul | 1996-10-22 | 1 | -8/+25 |
* | | Begin closing out PR #1519 (this requires a change to chpass too, | wpaul | 1996-10-22 | 1 | -4/+12 |