Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-11 | de-register and ansify functions | Theo de Raadt | |
2003-06-11 | license was lost; it is from print.c | Theo de Raadt | |
2003-06-10 | o Pass the -G flag to sendmail like sendmail(8) says | Todd C. Miller | |
o Delivery in the foreground instead of just queueing since otherwise mail is not delivered until the next queue run. From Takahiro Yugawa; closes PR 3182 | |||
2003-06-06 | liternal -> literal; | Jason McIntyre | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | prevents systrace from referencing freed memory; provos | Jun-ichiro itojun Hagino | |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller | |
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly. | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- correct macro - escape some whitespace | |||
2003-05-29 | escaped whitespace at EOL using "\ \&" so as not to confuse groff. | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - merge COMPATIBILITY with STANDARDS | Jason McIntyre | |
- use .St for POSIX standard | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- .An/.Aq for AUTHORS | |||
2003-05-29 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-05-29 | >permit numberic values for uid and gid; allow "<" and ">" for less and | Jun-ichiro itojun Hagino | |
>greate; requested by dugsong@, strum ok | |||
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@ |