Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-26 | save_errno | Todd C. Miller | |
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller | |
1998-06-26 | we have a real paths.h | Todd C. Miller | |
1998-06-26 | we use rcmdsh(3) from libc | Todd C. Miller | |
1998-06-26 | make 'now' work as a timespec | Todd C. Miller | |
1998-06-25 | handle missing swap | Theo de Raadt | |
1998-06-25 | and mailx too.. | Theo de Raadt | |
1998-06-25 | first cut at isofs support | Theo de Raadt | |
1998-06-23 | complain correctly when /var/msgs/bounds does not exist; ↵ | Theo de Raadt | |
fullermd@futuresouth.com | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-23 | use sysconf() to get ARG_MAX | Theo de Raadt | |
1998-06-22 | mention that block usage != file size | Todd C. Miller | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-15 | add -p opt to usage; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-06-14 | fix gecos subfield description | Theo de Raadt | |
1998-06-13 | lif is BIG_ENDIAN | Michael Shalayeff | |
1998-06-12 | fix vm load display | Marco S Hyman | |
1998-06-12 | back out some signal changes that can cause mail to hang when quitting due ↵ | Todd C. Miller | |
to SIGCHLD blockage | |||
1998-06-12 | Don't call truncate() directly; have rm() do it if we get EPERM on unlink() | Todd C. Miller | |
In popen.c, findchild() may return NULL so catch that case. | |||
1998-06-12 | Properly delete messages that the user has deleted in his/her spool. | Todd C. Miller | |
I fudged up the logic when I replaced an unlink with a truncate. | |||
1998-06-12 | describe bug about faking EOF | David Leonard | |
1998-06-12 | there is no %w format | David Leonard | |
1998-06-12 | make -o semantics obvious | David Leonard | |
1998-06-12 | spelling | David Leonard | |
1998-06-11 | Don't segfault just because a line starts with NUL; ross | Theo de Raadt | |
1998-06-11 | typo; thepish@freebsd.org | Theo de Raadt | |
1998-06-08 | use endptr in a strtl() | Todd C. Miller | |
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller | |
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments) | |||
1998-06-05 | spelling | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-02 | no, the code is correct as it is, and you did the wrong thing based on a gcc ↵ | Theo de Raadt | |
warning | |||
1998-06-02 | shut up -Wall | Michael Shalayeff | |
1998-06-02 | Add some more explanatory text. augustss | Niels Provos | |
1998-05-29 | Remove shadow decl. | Jason Downs | |
1998-05-29 | accept spaces in name | Theo de Raadt | |
1998-05-29 | put temp file _PATH_VARTMP | Todd C. Miller | |
1998-05-28 | unlink tmpfile; noted by chris@dqc.org | Theo de Raadt | |
1998-05-28 | buf problem with TMPDIR; karls@inet.no | Theo de Raadt | |
1998-05-28 | permit any gecos field to be empty | Theo de Raadt | |
1998-05-27 | compile; needs lots of work. | Jason Downs | |
1998-05-26 | stderr, not stdout | Theo de Raadt | |
1998-05-23 | fix multi-address host connects; cstone@pobox.com | Theo de Raadt | |
print new address as it is tried; deraadt | |||
1998-05-22 | support U, and LL suffixes; rnordier | Theo de Raadt | |
1998-05-19 | 14 for a type field to accomodate 'VM page bucket' | Michael Shalayeff | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-05-18 | you want MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1 | Theo de Raadt | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-05-15 | cleanup warnings. | Artur Grabowski | |