Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-15 | .Ql Pa -> .Sq Pa where literal makes no sense; | Jason McIntyre | |
2003-07-15 | .Ql Cm -> .Sq Cm where literal makes no sense; | Jason McIntyre | |
2003-07-15 | protos | Theo de Raadt | |
2003-07-14 | -make a copy the global variable | Daniel Hartmeier | |
+make a copy of the global variable | |||
2003-07-14 | Fixes from deraadt. | Magnus Holmberg | |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵ | Magnus Holmberg | |
David Krause, ... | |||
2003-07-13 | Fix two cases where malloc() returns NULL but does not set errno to ENOMEM. | Otto Moerbeek | |
ok tdeval@ henning@ millert@ | |||
2003-07-11 | license oops; from tedu | Theo de Raadt | |
2003-07-10 | Use a logical comparison (unsigned) for pointers. ok drahn@ | Thierry Deval | |
2003-07-10 | put a xdr_ypresp_all_seq proto here | Theo de Raadt | |
2003-07-10 | 5 missing protos | Theo de Raadt | |
2003-07-10 | get rid of config.h; ok miod@, millert@, deraadt@ | Markus Friedl | |
2003-07-09 | open() is not ANSI; | Jason McIntyre | |
pointed out by Pedro Bastos; | |||
2003-07-09 | update to libevent-0.7a.tar.gz; keep local changes | Markus Friedl | |
2003-07-08 | some \" -> .\" that i missed earlier; | Jason McIntyre | |
2003-07-08 | - fix some lists and displays | Jason McIntyre | |
- simplify macros | |||
2003-07-08 | fix a list; | Jason McIntyre | |
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||
2003-07-08 | remove variable never read | Marco S Hyman | |
2003-07-08 | KNF + ansification | Jean-Francois Brousseau | |
ok deraadt@, vincent@ | |||
2003-07-07 | - fix a list | Jason McIntyre | |
- remove .Pp before .Bd | |||
2003-07-07 | - remove some unnecessary quoting | Jason McIntyre | |
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li | |||
2003-07-07 | - .Li Ta -> .D1 | Jason McIntyre | |
- .Li Dq -> .Dq Li - remove .br | |||
2003-07-07 | convert some complicated lists to displays; | Jason McIntyre | |
2003-07-05 | protos | Theo de Raadt | |
2003-07-04 | Fix the types in struct dirent and document d_type (description | Todd C. Miller | |
taken from NetBSD). | |||
2003-07-03 | protos | Theo de Raadt | |
2003-07-02 | nonstandard->non-standard | Anil Madhavapeddy | |
jmc@ ok | |||
2003-07-02 | the arrays are null terminated, but the strings are only nul terminated. | Ted Unangst | |
2003-07-02 | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees | Peter Valchev | |
2003-07-02 | hit CLEANFILES also for cleandir target | Theo de Raadt | |
2003-06-30 | Mention environment variables used + some other minor fixes. | Todd C. Miller | |
jmc@ and henning@ OK | |||
2003-06-29 | remove some old groff macros and replace them with -mdoc ones; | Jason McIntyre | |
2003-06-29 | remove superfluous semicolon; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-29 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-06-28 | new sysctl, ddb.log | Ted Unangst | |
2003-06-27 | ansi | Theo de Raadt | |
2003-06-27 | ensure we stay within the boundaries of our packet | Vincent Labrecque | |
ok itojun | |||
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | boring protos | Theo de Raadt | |
2003-06-26 | cabsf takes complex float not double | Jason Wright | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |
2003-06-25 | Move static funcion and variable declarations from header to the | Marco S Hyman | |
.c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@ | |||
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | pull in headers | Theo de Raadt | |
2003-06-25 | missing const; millert ok | Theo de Raadt | |
2003-06-23 | make sure .x and .h do not get installed on the split of the seconds and ↵ | Michael Shalayeff | |
make will not freak out; found by espie@ and deraadt@ ok |