Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-18 | pull in missing includes | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-09 | Remove private unused version of warn(). | Hans Insulander | |
Replave private basename() with the real one. ok millert@ | |||
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-04-27 | Correctly operate on hardlink when source and destination are not on the | Theo de Raadt | |
same device; freebsd | |||
1998-04-26 | fix free before last use; charnier | Theo de Raadt | |
1997-11-16 | report correct filename in error msg; netbsd | Theo de Raadt | |
1997-11-05 | zap that timezone stuff; mycroft | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-02-09 | buf oflow, eivind@freebsd | Theo de Raadt | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-09-16 | /tmp// -> /tmp | Todd C. Miller | |
1996-09-10 | Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.edu | Todd C. Miller | |
1996-08-22 | rcmdsh() is now prototyped in unistd.h | Todd C. Miller | |
1996-08-22 | NetBSD changes: use POSIX regex routines and fix more buff oflow | Todd C. Miller | |
Can't use mkstemp() so go back to mktemp and open(2) with sane flags. Now uses rcmdsh and fixes memory leak in NetBSD POSIX regex support (leak fixed by Charles Amos <amos@umiacs.umd.edu>). | |||
1996-07-30 | use mkstemp() instead of mktemp() to close temp file race. | Todd C. Miller | |
1996-07-25 | Replaced sprintf() with snprintf() where buffer size is obvious. | Todd C. Miller | |
Probably just paranoia but why take the chance? Just four occurences of sprintf() left. | |||
1996-07-19 | oldrdist now uses rsh so doesn't need to be setuid. | Todd C. Miller | |
Incorporates some changes from Chris Siebenmann <cks@utcc.utoronto.ca> and rdist 6.1.2. Also fixes at least one possible core dump and uses strr?chr() instead of r?index(). | |||
1996-07-08 | 8lgm#26, buffer overflow | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-26 | open + fdopen | Theo de Raadt | |
1996-05-28 | sync | Theo de Raadt | |
1996-02-03 | rdist 6.1.1 | dm | |