summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2003-05-12ansify functions, eliminating prototype declaration warnings; ok deraadt@Jason Peel
2003-05-12add s_strl{cat,cpy} prototypes; ok tedu@Jason Peel
2003-05-12s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.Jason Peel
ok tedu@
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
ok tdeval@, tedu@
2003-05-12cpu -> CPUJason McIntyre
2003-05-12fix overflow in implicit constant conversion; ok millert@Jason Peel
2003-05-08NUL-terminate the buffer returned by readlink() before we use it to Strlcpy()Vincent Labrecque
ok millert@
2003-05-05in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisFederico G. Schwindt
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok.
2003-05-04The custom logic used for determining the basename of source fileNils 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-02Zap unused STRIP_TRAILING_SLASH macro.Nils Nordman
Ok millert@.
2003-04-30strvis -> strnvisVincent Labrecque
ok millert@
2003-04-28return from mainTheo de Raadt
2003-04-28typos;Jason McIntyre
suggestions, corrections and ok millert@
2003-04-26this -Werror stuff is ... let me be polite... fucking garbageTheo de Raadt
2003-04-24fix for EOF in interactive policy generation.Mike Pechkin
millert@ provos@
2003-04-23strchr() should be strrchr(); zyrnixTodd C. Miller
2003-04-20incorrect macro, with too many arguments;Jason McIntyre
2003-04-17use asprintf; fix (remove) some incorrectly sized buffers in the processPeter Valchev
help & ok millert, miod, deraadt, tedu
2003-04-16string cleaning. ok tedu@Thierry Deval
2003-04-15cull warningsTheo de Raadt
2003-04-15use a variableTheo de Raadt
2003-04-15mix of tdeval and my string cleaningTheo de Raadt
2003-04-15remove final call to Strcpy/s_strcpy; some help from teduTheo de Raadt
2003-04-14room for NUL; tdevalTheo de Raadt
2003-04-130 vs NULL; andrushock@korovino.netTheo de Raadt
2003-04-13typos;Jason McIntyre
2003-04-08Strcat/s_strcat is unusedTheo de Raadt
2003-04-07Strlcpy improvements. ok deraadt@Ted Unangst
2003-04-06strlcpy; tedu okTheo de Raadt
2003-04-06strlcat; ok from various peopleTheo de Raadt
2003-04-04two fixes; help from tedu & tdevalTheo de Raadt
2003-04-02strlcpy; millert okTheo de Raadt
2003-03-28little cleanup;Jason McIntyre
systrace(1) ok provos@
2003-03-23Do not closed stdin; Andrey MatveevTodd C. Miller
2003-03-21Fix %mem output in ps, sysctl method of getting mempages returns numberDale Rahn
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@
2003-03-21Fix some typos in comments; Patrick LatifiTodd C. Miller
2003-03-20typos;Jason McIntyre
from NetBSD (Soren Jacobsen) ok millert@
2003-03-18use .Cm for flags without dashDavid Krause
ok miod@ jmc@
2003-03-14document the -f flagJason 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-14better document how getopts handles options;Jason McIntyre
plus typos; from J.A. Neitzel; Fixes PR 3141; ok millert@
2003-03-14tweaks;Jason McIntyre
echos -> echoes from millert@ ok millert@
2003-03-13Use the return value of strcpy() to detect ENAMETOOLONG instead ofTodd C. Miller
doing an extra strlen; deraadt@ OK
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo 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-13Cast 3 to size_t to shut up stupid gcc on 64bit platforms.Todd C. Miller
2003-03-12Add -c option similar to GNU md5sum.Todd C. Miller
Original patch from zyrnix but significantly modified by me. deraadt@ OK
2003-03-12more .LiTheo de Raadt
2003-03-12use .Li moreTheo de Raadt
2003-03-11use file system consistently. spot by margaridaTed Unangst
2003-03-10double words in commentsDavid Krause
ok millert@