| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug found by new prototypes. The code was passing an int to a function | peter | 1996-12-30 | 1 | -2/+5 |
* | Fix bug found by newly visible function pointer prototypes. This | peter | 1996-12-30 | 1 | -2/+5 |
* | Fix bug found by newly visible prototypes in rpc. The code was passing | peter | 1996-12-30 | 1 | -2/+5 |
* | When using the perl5 extensions, ask perl itself what the pathnames are, | peter | 1996-12-30 | 1 | -8/+17 |
* | Merge ee version 1.3 from the vendor branch. Clean up files we've got | joerg | 1996-12-29 | 17 | -4792/+644 |
* | Enable idlok() in both windows. This is actually a no-op for libcurses | peter | 1996-12-28 | 1 | -0/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r20983, | joerg | 1996-12-28 | 8 | -0/+4753 |
|\ |
|
| * | Update from the author, just onto the vendor-branch by now. | joerg | 1996-12-28 | 11 | -136/+5248 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -170/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'HUGH_F_MAHON'. | cvs2svn | 1995-08-30 | 1 | -0/+170 |
* | | comma typos | wosch | 1996-12-23 | 2 | -3/+5 |
* | | Fix a logico that sneaked into the manpath handling. | joerg | 1996-12-23 | 1 | -3/+5 |
* | | Allow mail(1) to look for multiple mail.rc files. | jkh | 1996-12-21 | 3 | -12/+29 |
* | | Replace a bunch of tabs by spaces, since they | mpp | 1996-12-21 | 1 | -7/+7 |
* | | Grammar/spelling/style fixes. | mpp | 1996-12-21 | 1 | -33/+24 |
* | | Move the check for ASCIIness earlier. This avoids the following | joerg | 1996-12-20 | 1 | -7/+7 |
* | | Fix problem in ftp and case mapping mode where the converted string wasn't | imp | 1996-12-17 | 1 | -0/+1 |
* | | Add \' to valid escapes list to be compatible with printf | ache | 1996-12-15 | 1 | -0/+4 |
* | | Typo fix. | alex | 1996-12-15 | 1 | -2/+2 |
* | | Correct a typo. | mpp | 1996-12-15 | 1 | -2/+2 |
* | | Upgrade to version 2.5.4 of flex. | steve | 1996-12-14 | 6 | -67/+108 |
* | | -Wall cleaning. | steve | 1996-12-14 | 1 | -2/+2 |
* | | Learn to follow the new interface address lists. | wollman | 1996-12-13 | 1 | -2/+2 |
* | | Fix uninitialized memory read for case insensitive search. Harmless. | wosch | 1996-12-13 | 1 | -1/+4 |
* | | Restored installation of /etc/magic. It's now a symlink instead of a | bde | 1996-12-13 | 1 | -9/+10 |
* | | Understand queue-ized ifnet structures. | wollman | 1996-12-11 | 1 | -5/+14 |
* | | Add another matching algorithhm to do heuristics for international | joerg | 1996-12-11 | 4 | -6/+83 |
* | | When mmap is used, do an madvise(MADV_SEQUENTIAL) to make things | dyson | 1996-12-11 | 1 | -0/+3 |
* | | Don't dup the network pipe to stderr, it prevents ssh from asking for a | peter | 1996-12-10 | 1 | -2/+2 |
* | | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 6 | -7/+7 |
* | | Minor formatting fixes. | mpp | 1996-12-09 | 1 | -12/+5 |
* | | Add manual page symlinks | wosch | 1996-12-08 | 1 | -1/+3 |
* | | Link Dutch catalog with nl_NL instead of da_DK | ache | 1996-12-08 | 1 | -3/+3 |
* | | Fix my error from previous commit with mixing rwhod protocol | ache | 1996-12-05 | 1 | -7/+8 |
* | | Remove one space to produce the same output alignment | ache | 1996-12-05 | 1 | -3/+3 |
* | | Adjust line to not overflow 80 cols (result of recent utmp changes) | ache | 1996-12-05 | 1 | -8/+8 |
* | | Use UT_* contstants when possible instead of harcoded 8 | ache | 1996-12-05 | 1 | -8/+9 |
* | | Increase username field to reflect utmp changes | ache | 1996-12-05 | 1 | -1/+1 |
* | | Remove a self referential xref, and add an xref for modload. | mpp | 1996-12-04 | 1 | -3/+3 |
* | | Display multicast addresses if the "a" flag is used in combination | fenner | 1996-12-02 | 1 | -0/+60 |
* | | Made the synopsis in the man page conform to the style guide. | bde | 1996-11-30 | 2 | -7/+3 |
* | | make the Usage string match reality | peter | 1996-11-22 | 1 | -2/+4 |
* | | Add ru_RU as alias to ru_SU | ache | 1996-11-21 | 1 | -1/+2 |
* | | Fix arg parsing. kdump used to allow a single argument, which it | fenner | 1996-11-18 | 1 | -3/+1 |
* | | Detect GUS patches now | ache | 1996-11-17 | 1 | -0/+6 |
* | | fix C programmer's bug number 12.2 | wosch | 1996-11-17 | 1 | -3/+8 |
* | | Fix the C programmer's bug #1: EOF is of type `int', not `char'. | joerg | 1996-11-17 | 1 | -6/+2 |
* | | pw_scan() was being used to convert a string into a struct passwd, with | peter | 1996-11-15 | 1 | -1/+1 |
* | | Report net connection error via hstrerror(h_errno) now instead of | ache | 1996-11-14 | 1 | -2/+3 |
* | | Change to new ftpLogin interface | ache | 1996-11-14 | 1 | -4/+8 |