| Age | Commit message (Expand) | Author |
| 2000-07-21 | Use correct argument type in call to "fparseln(3)". Fix supplied by | tron |
| 2000-07-19 | You can't just define read_line as fparseln since former keeps the storage | enami |
| 2000-03-12 | If we fail due to not being able to lookup our own hostname, display the | abs |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 1999-11-18 | Typos (from OpenBSD) | kristerw |
| 1999-08-24 | Add libwrap support to supfilesrv, as annnounced 2 weeks ago on tech-userlevel, | bouyer |
| 1999-08-02 | Replace the provided read_line function with calls to the fparseln function i... | erh |
| 1999-06-17 | Add -u flag, that prevents sup from attempting to restore a and m times | christos |
| 1999-04-12 | Software_Distribution => Software.Distribution. | pk |
| 1999-01-11 | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration | kleink |
| 1998-11-02 | Type mismatch in declaration... NOT (reverted previous change). | kim |
| 1998-10-14 | Type mismatch in declaration. | kim |
| 1998-10-12 | Before running "rm -rf" on a directory chmod the directory and its parent | kim |
| 1998-09-12 | Before running "rm -rf" on a directory try to turn on the S_IRWXU bits. | kim |
| 1998-09-06 | Fix paths to match the current code. | kim |
| 1998-09-05 | distclean is a synonym for cleandir | lukem |
| 1998-08-27 | {} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs. | ross |
| 1998-08-04 | handle negative arguments correctly | mikel |
| 1998-07-30 | Use the variable u instead of p in line 641 to prevent sup coredumping. | frueauf |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-03-30 | remove some register | mrg |
| 1998-02-03 | change includes to fix compiler warning | perry |
| 1998-01-21 | update to match new reality (/usr/lib/supfiles -> /etc/supfiles) | mikel |
| 1998-01-09 | RCS Id Police. | perry |
| 1997-11-15 | fix typo | msaitoh |
| 1997-11-13 | Oops! Forgot this yesterday: Add read_line.o goo. | thorpej |
| 1997-11-13 | Make sup(1) handle lines continued with '\'. Fixes PR #4430, from | thorpej |
| 1997-10-19 | Use S_IS*(), not S_IF*. | mycroft |
| 1997-10-19 | fix compile warnings on the alpha. | mrg |
| 1997-10-18 | use string.h instead of strings.h | lukem |
| 1997-10-17 | WARNSify | lukem |
| 1997-10-07 | Garbage-collect the USE_CRYPT stuff. | thorpej |
| 1997-09-22 | String overflow bugs (from OpenBSD) | christos |
| 1997-08-04 | Add -q flag for quiet operation. | christos |
| 1997-07-30 | If a directory gets deleted in the master tree, but the client has it in | christos |
| 1997-07-30 | - Don't botch varargs: the are not always an array of void * in the stack... | christos |
| 1997-07-15 | When in compress mode, don't overwrite the destination file directly, | christos |
| 1997-07-12 | c-style rcsid comments changed to nroff style, from Dave Huang in pr-3855 | perry |
| 1997-07-08 | avoid last.temp filename collision by using rel-suffix; | mikel |
| 1997-07-08 | include release suffix when reporting update times; from my PR bin/1344. | mikel |
| 1997-06-18 | Make sure you set _base, otherwise we core dump. | christos |
| 1997-06-18 | When creating directories, make sure you remove previous non-directories | christos |
| 1997-06-17 | Cleanup unsigned char -> char and #if __STDC__ -> #ifdef __STDC__ | christos |
| 1997-06-17 | - add $NetBSD$ | christos |
| 1997-06-17 | Avoid coredump in svrfinishup. | christos |
| 1997-02-26 | compare only the prefix "nfs", not the whole word, so we match "nfs3" too. | christos |
| 1996-12-31 | 64 bit patches (mostly long -> time_t) from Matthew Jacob (?) | christos |
| 1996-12-23 | - add missing prototypes. | christos |