| Commit message (Expand) | Author | Age | Files | Lines |
* | minor stylistic change (NULL to '\0') | jmg | 1997-04-02 | 1 | -1/+1 |
* | add comment about the brokeness of some termcap entires that require a | jmg | 1997-04-02 | 2 | -1/+9 |
* | make it so that chat doesn't fail when it can't get terminal params.. | jmg | 1997-04-02 | 1 | -2/+3 |
* | Grammar fix. | mpp | 1997-04-01 | 1 | -1/+1 |
* | Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua> | davidn | 1997-04-01 | 1 | -2/+1 |
* | Fixed DPADD. | bde | 1997-04-01 | 1 | -2/+2 |
* | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 2 | -2/+6 |
* | Add a note in BUGS section that shar(1) cannot handle files | wosch | 1997-03-31 | 1 | -0/+3 |
* | Small formatting change to interval() to align columns so that: | scrappy | 1997-03-31 | 1 | -3/+3 |
* | Use srandomdev() now | ache | 1997-03-30 | 1 | -5/+10 |
* | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 1 | -4/+2 |
* | Fix broken built-in ELF file handling, caused by missing prototypes | jdp | 1997-03-29 | 2 | -3/+7 |
* | Fix for PR #3141: check for NULL before strdup()ing pw->pw_class. | wpaul | 1997-03-29 | 2 | -3/+5 |
* | The text describing exit values >1 was formatted incorrectly. | mpp | 1997-03-29 | 1 | -2/+2 |
* | Removed `#define KERNEL'. This was a hack-around for nfs.h being broken | bde | 1997-03-29 | 1 | -4/+0 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 118 | -145/+145 |
* | Fix for logic in no-password accounts. | davidn | 1997-03-27 | 1 | -1/+1 |
* | Fix "-fstype local" that was broken by another bugfix in the Lite2 merge. | peter | 1997-03-27 | 1 | -5/+5 |
* | Add ASCII collate mainly for fallback for EUC-type locales | ache | 1997-03-25 | 2 | -1/+15 |
* | Add fake codesets 3 & 4 | ache | 1997-03-25 | 1 | -15/+23 |
* | Be tolerant to old uuencode programs which encode the ASCII NUL | wosch | 1997-03-25 | 1 | -1/+1 |
* | Don't bypass password prompt for root logins on insecure tty if | davidn | 1997-03-25 | 1 | -3/+5 |
* | strdup() value of term to correctly preserve contents. | davidn | 1997-03-24 | 1 | -11/+9 |
* | Initialize RNG only once | ache | 1997-03-24 | 1 | -2/+7 |
* | Remove libcurses, it is pure termcap application | ache | 1997-03-24 | 1 | -2/+2 |
* | Buffer overflow from Keith Bostic. | imp | 1997-03-24 | 1 | -1/+1 |
* | Use mkstemp rather than mktemp to prevent a small race. | imp | 1997-03-24 | 1 | -3/+9 |
* | Use the .Tn macro for a couple of generic FreeBSD references. | mpp | 1997-03-24 | 1 | -2/+3 |
* | Include `top'. | joerg | 1997-03-23 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r24143, | joerg | 1997-03-23 | 5 | -0/+1117 |
|\ |
|
| * | This is the FreeBSD-specific files for top, plus the Makefile | joerg | 1997-03-23 | 5 | -0/+1117 |
* | Remove the text that says nroff and pr automatically disable | mpp | 1997-03-22 | 1 | -6/+1 |
* | Don't generate invalid C++ code (for implicit conversion from `void *' in | bde | 1997-03-22 | 1 | -3/+3 |
* | I had to rename one additional file in the last file import, so | mpp | 1997-03-20 | 1 | -1/+2 |
* | The author picked up this file from FreeBSD, but gave it a different name | mpp | 1997-03-18 | 1 | -72/+0 |
* | Merge to resolve conflicts with file 3.22 merge. | mpp | 1997-03-18 | 19 | -270/+531 |
* | This commit was generated by cvs2svn to compensate for changes in r23988, | mpp | 1997-03-18 | 33 | -85/+1136 |
|\ |
|
| * | Upgrade to file version 3.22. | mpp | 1997-03-18 | 52 | -326/+1709 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-file'. | cvs2svn | 1996-10-24 | 2 | -0/+24 |
* | | Submitted by: Paul Traina <root@shockwave.com> (partially) | davidn | 1997-03-18 | 1 | -153/+243 |
* | | Skip \r character while printing Plan/etc. text files, it allows to | ache | 1997-03-17 | 1 | -2/+4 |
* | | Slight visual formatting change to the output so that: | scrappy | 1997-03-16 | 1 | -3/+3 |
* | | Fix a security problem where the ktrace.out file could have been written | joerg | 1997-03-15 | 2 | -5/+16 |
* | | Update Korean locale | ache | 1997-03-13 | 1 | -18/+15 |
* | | Add a missing '\' to some text. | mpp | 1997-03-12 | 1 | -1/+1 |
* | | fix a bug in processing of FTP_TIMEOUT environment variable. | jmg | 1997-03-11 | 1 | -2/+2 |
* | | Cope with the possibility of __FreeBSD__ = 3 | peter | 1997-03-11 | 1 | -1/+3 |
* | | Merge from Lite2 | peter | 1997-03-11 | 1 | -1/+2 |
* | | Include unistd.h for new location of getopt() prototypes | peter | 1997-03-11 | 1 | -1/+2 |
* | | Include unistd.h for new location of getopt prototype | peter | 1997-03-11 | 1 | -1/+2 |