Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-26 | Use prt_scaled from libutil. ok pjanzen@, millert@ | Ian Darwin | |
2003-05-19 | Fix warnx message to reflect reality. | Artur Grabowski | |
2003-05-18 | fix prototype; ok millert@ | Jason Peel | |
2003-05-17 | pull in a bugfix from systrace-current to let systrace deal with creating | Nikolay Sturm | |
directories correctly OK itojun@, thanks to niels for the help | |||
2003-05-17 | use MAP_FAILED rather than -1; millert@ ok. | Federico G. Schwindt | |
2003-05-16 | fix several constant overflows, remove the strerror prototype (shouldn't be | Jason Peel | |
there), and cleanup some whitespace; help from, and okay millert@ | |||
2003-05-16 | make ksh use our dup2(), and add clarity (we've no configure.in there); | Jason Peel | |
ok millert@ | |||
2003-05-14 | add missing prototype; ok deraadt@ | Jason Peel | |
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | add prototypes; ok millert@ w/ 'static', 'no static', deraadt@ | Jason Peel | |
2003-05-12 | ansify functions, eliminating prototype declaration warnings; ok deraadt@ | Jason Peel | |
2003-05-12 | add s_strl{cat,cpy} prototypes; ok tedu@ | Jason Peel | |
2003-05-12 | s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED. | Jason Peel | |
ok tedu@ | |||
2003-05-12 | strstr() prototype shouldn't be here; kill NOTUSED and an extra newline; | Jason Peel | |
ok tdeval@, tedu@ | |||
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-12 | fix overflow in implicit constant conversion; ok millert@ | Jason Peel | |
2003-05-08 | NUL-terminate the buffer returned by readlink() before we use it to Strlcpy() | Vincent Labrecque | |
ok millert@ | |||
2003-05-05 | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | Federico G. Schwindt | |
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok. | |||
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@ |