summaryrefslogtreecommitdiff
path: root/lib
AgeCommit 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-15protosTheo de Raadt
2003-07-14-make a copy the global variableDaniel Hartmeier
+make a copy of the global variable
2003-07-14Fixes from deraadt.Magnus Holmberg
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-07-13Fix two cases where malloc() returns NULL but does not set errno to ENOMEM.Otto Moerbeek
ok tdeval@ henning@ millert@
2003-07-11license oops; from teduTheo de Raadt
2003-07-10Use a logical comparison (unsigned) for pointers. ok drahn@Thierry Deval
2003-07-10put a xdr_ypresp_all_seq proto hereTheo de Raadt
2003-07-105 missing protosTheo de Raadt
2003-07-10get rid of config.h; ok miod@, millert@, deraadt@Markus Friedl
2003-07-09open() is not ANSI;Jason McIntyre
pointed out by Pedro Bastos;
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-07-08some \" -> .\" that i missed earlier;Jason McIntyre
2003-07-08- fix some lists and displaysJason McIntyre
- simplify macros
2003-07-08fix a list;Jason McIntyre
2003-07-08- fix some lists/displaysJason McIntyre
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-07-08remove variable never readMarco S Hyman
2003-07-08KNF + ansificationJean-Francois Brousseau
ok deraadt@, vincent@
2003-07-07- fix a listJason McIntyre
- remove .Pp before .Bd
2003-07-07- remove some unnecessary quotingJason McIntyre
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li
2003-07-07- .Li Ta -> .D1Jason McIntyre
- .Li Dq -> .Dq Li - remove .br
2003-07-07convert some complicated lists to displays;Jason McIntyre
2003-07-05protosTheo de Raadt
2003-07-04Fix the types in struct dirent and document d_type (descriptionTodd C. Miller
taken from NetBSD).
2003-07-03protosTheo de Raadt
2003-07-02nonstandard->non-standardAnil Madhavapeddy
jmc@ ok
2003-07-02the arrays are null terminated, but the strings are only nul terminated.Ted Unangst
2003-07-026 X's -> 10 X's in all examples, per avsm's idea, millert agreesPeter Valchev
2003-07-02hit CLEANFILES also for cleandir targetTheo de Raadt
2003-06-30Mention environment variables used + some other minor fixes.Todd C. Miller
jmc@ and henning@ OK
2003-06-29remove some old groff macros and replace them with -mdoc ones;Jason McIntyre
2003-06-29remove superfluous semicolon;Jason McIntyre
from wiz@netbsd
2003-06-29tweak;Jason McIntyre
ok tedu@
2003-06-28new sysctl, ddb.logTed Unangst
2003-06-27ansiTheo de Raadt
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
ok itojun
2003-06-26ansiTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-26boring protosTheo de Raadt
2003-06-26cabsf takes complex float not doubleJason Wright
2003-06-26ansi and protosTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-25Move static funcion and variable declarations from header to theMarco S Hyman
.c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@
2003-06-25protosTheo de Raadt
2003-06-25pull in headersTheo de Raadt
2003-06-25missing const; millert okTheo de Raadt
2003-06-23make 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