Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-04 | The custom logic used for determining the basename of source file | Nils Nordman | |
was flawed in that it did not account for trailing slashes. Use basename(3) instead. Fixes invocations where target is a directory and source has a trailing slash (e.g. ln -s /tmp/ .). Ok millert@. | |||
2003-05-02 | Zap unused STRIP_TRAILING_SLASH macro. | Nils Nordman | |
Ok millert@. | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert@ | |||
2003-04-28 | return from main | Theo de Raadt | |
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-04-26 | this -Werror stuff is ... let me be polite... fucking garbage | Theo de Raadt | |
2003-04-24 | fix for EOF in interactive policy generation. | Mike Pechkin | |
millert@ provos@ | |||
2003-04-23 | strchr() should be strrchr(); zyrnix | Todd C. Miller | |
2003-04-20 | incorrect macro, with too many arguments; | Jason McIntyre | |
2003-04-17 | use asprintf; fix (remove) some incorrectly sized buffers in the process | Peter Valchev | |
help & ok millert, miod, deraadt, tedu | |||
2003-04-16 | string cleaning. ok tedu@ | Thierry Deval | |
2003-04-15 | cull warnings | Theo de Raadt | |
2003-04-15 | use a variable | Theo de Raadt | |
2003-04-15 | mix of tdeval and my string cleaning | Theo de Raadt | |
2003-04-15 | remove final call to Strcpy/s_strcpy; some help from tedu | Theo de Raadt | |
2003-04-14 | room for NUL; tdeval | Theo de Raadt | |
2003-04-13 | 0 vs NULL; andrushock@korovino.net | Theo de Raadt | |
2003-04-13 | typos; | Jason McIntyre | |
2003-04-08 | Strcat/s_strcat is unused | Theo de Raadt | |
2003-04-07 | Strlcpy improvements. ok deraadt@ | Ted Unangst | |
2003-04-06 | strlcpy; tedu ok | Theo de Raadt | |
2003-04-06 | strlcat; ok from various people | Theo de Raadt | |
2003-04-04 | two fixes; help from tedu & tdeval | Theo de Raadt | |
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2003-03-28 | little cleanup; | Jason McIntyre | |
systrace(1) ok provos@ | |||
2003-03-23 | Do not closed stdin; Andrey Matveev | Todd C. Miller | |
2003-03-21 | Fix %mem output in ps, sysctl method of getting mempages returns number | Dale Rahn | |
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@ | |||
2003-03-21 | Fix some typos in comments; Patrick Latifi | Todd C. Miller | |
2003-03-20 | typos; | Jason McIntyre | |
from NetBSD (Soren Jacobsen) ok millert@ | |||
2003-03-18 | use .Cm for flags without dash | David Krause | |
ok miod@ jmc@ | |||
2003-03-14 | document the -f flag | Jason McIntyre | |
remove the -t flag (it was an alias to -f) document that eject ignores $TAPE doc suggestion from Ross Richardson -t removal suggested by millert@ fixes PR 3143 ok millert@ | |||
2003-03-14 | better document how getopts handles options; | Jason McIntyre | |
plus typos; from J.A. Neitzel; Fixes PR 3141; ok millert@ | |||
2003-03-14 | tweaks; | Jason McIntyre | |
echos -> echoes from millert@ ok millert@ | |||
2003-03-13 | Use the return value of strcpy() to detect ENAMETOOLONG instead of | Todd C. Miller | |
doing an extra strlen; deraadt@ OK | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-13 | a few strcpy -> strlcpy; a couple people have mailed in a variety of | Theo de Raadt | |
patches, and i already had this sitting on my laptop at that time.. i used that as a chance to note that we had all done the same work, more or less | |||
2003-03-13 | Cast 3 to size_t to shut up stupid gcc on 64bit platforms. | Todd C. Miller | |
2003-03-12 | Add -c option similar to GNU md5sum. | Todd C. Miller | |
Original patch from zyrnix but significantly modified by me. deraadt@ OK | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-12 | use .Li more | Theo de Raadt | |
2003-03-11 | use file system consistently. spot by margarida | Ted Unangst | |
2003-03-10 | double words in comments | David Krause | |
ok millert@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-09 | grammar fixes | David Krause | |
ok millert@ | |||
2003-03-08 | duplicate include; andrushock@pisem.net | Theo de Raadt | |
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2003-03-04 | do not use angle brackets for error indication; christos | Theo de Raadt | |
2003-02-28 | typos; from Brian Poole | Jason McIntyre | |
2003-02-26 | clarify that eject works on other media | Ted Unangst | |
ok millert@ |