summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2003-06-02prevents systrace from referencing freed memory; provosJun-ichiro itojun Hagino
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
2003-05-30section reorder;Jason McIntyre
2003-05-30merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29- section reorderJason McIntyre
2003-05-29missing full stop.Jason McIntyre
2003-05-29- section reorderJason McIntyre
2003-05-29- section reorderJason McIntyre
2003-05-29- section reorderJason McIntyre
2003-05-29escaped whitespace at EOL using "\ \&" so as not to confuse groff.Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29- merge COMPATIBILITY with STANDARDSJason McIntyre
2003-05-29- section reorderJason McIntyre
2003-05-29merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-29>permit numberic values for uid and gid; allow "<" and ">" for less andJun-ichiro itojun Hagino
2003-05-26Use prt_scaled from libutil. ok pjanzen@, millert@Ian Darwin
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-05-18fix prototype; ok millert@Jason Peel
2003-05-17pull in a bugfix from systrace-current to let systrace deal with creatingNikolay Sturm
2003-05-17use MAP_FAILED rather than -1; millert@ ok.Federico G. Schwindt
2003-05-16fix several constant overflows, remove the strerror prototype (shouldn't beJason Peel
2003-05-16make ksh use our dup2(), and add clarity (we've no configure.in there);Jason Peel
2003-05-14add missing prototype; ok deraadt@Jason Peel
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14add prototypes; ok millert@ w/ 'static', 'no static', deraadt@Jason Peel
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
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
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
2003-05-05in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisFederico G. Schwindt
2003-05-04The custom logic used for determining the basename of source fileNils Nordman
2003-05-02Zap unused STRIP_TRAILING_SLASH macro.Nils Nordman
2003-04-30strvis -> strnvisVincent Labrecque
2003-04-28return from mainTheo de Raadt
2003-04-28typos;Jason McIntyre
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
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
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