Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-07-13 | bad macro here too: .I -> .Ar | Jason McIntyre | |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd C. Miller | |
o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later. | |||
2003-05-06 | not compiled, nuke it | Todd C. Miller | |
2003-05-06 | Whoops, forgot a return statement in last commit | Todd C. Miller | |
2003-05-06 | use POSIX regex | Todd C. Miller | |
2003-05-06 | Now that rcmdsh(3) can deal with an rsh command w/ args, deal with | Todd C. Miller | |
-P path elements that have spaces. | |||
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-04-19 | strcpy/strcat/sprintf removal; krw@ OK | Todd C. Miller | |
2003-04-07 | replace strcpy calls that got inlined by gcc; ↵ | Theo de Raadt | |
Hans-Joerg.Hoexer@yerbouti.franken.de | |||
2003-04-06 | kill another strcat; ok krw | Theo de Raadt | |
2003-04-05 | strings; ok miod ho krw | Theo de Raadt | |
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-05-30 | snprintf in .y files | Theo de Raadt | |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |
2002-05-10 | Convert to mdoc, though there are still a few troff font directives left. | Todd C. Miller | |
Examples could use updating. | |||
2002-05-09 | Now use ssh, not rsh by default. | Todd C. Miller | |
2002-05-09 | Fix noexec option on ELF systems | Todd C. Miller | |
2002-05-06 | do not install a SIGSEGV handler | Todd C. Miller | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2001-12-29 | Collapse two if statements into one (introduced in previous commit) | Todd C. Miller | |
2001-12-29 | Don't use the contents of the RSH environment variable if it is empty. | Todd C. Miller | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-08-31 | Don't need signal.c since we have standard signals... | Todd C. Miller | |
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-11 | Various cleanups and standardizations. | 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-06-05 | capitalize the acronym ID | Aaron Campbell | |
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... :/ | |||
1999-05-14 | correct error msg so it considers the terminating null byte | Aaron Campbell | |
1999-03-05 | make output look more like what BSD pritnf does when it hits a NULL | Todd C. Miller | |
1999-03-05 | Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ↵ | Todd C. Miller | |
but SysV does not | |||
1999-02-23 | Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵ | Todd C. Miller | |
introduce in rev 1.8 | |||
1999-02-06 | kill redundant (and incorrect) check for mallco failure | Todd C. Miller | |
1999-02-05 | Use rchildfdsn+1, not FD_SETSIZE for nfds in select() | Todd C. Miller | |
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller | |
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure. | |||
1998-08-13 | buf oflow; spotted by jmcdonal@UNF.EDU | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |