summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2003-06-23Clean up. Still not enabled.Magnus Holmberg
2003-06-22whatever happened, i cannot explain it. rollback my stupidFederico G. Schwindt
good-for-nothing commit. my apologies.
2003-06-22fix prototype; from Pedro Bastos.Federico G. Schwindt
2003-06-223 missing header filesTheo de Raadt
2003-06-21document mount_ntfs and better formatting;Jason McIntyre
ok tedu@
2003-06-21clarify these functions by changing references from strings to buffersAnil Madhavapeddy
ok deraadt@, millert@, jmc@, suggested by espie@
2003-06-21the theTheo de Raadt
2003-06-20remove unused autoconf filesMarkus Friedl
2003-06-20remove old files; libevent is maintained elsewhereMarkus Friedl
2003-06-19generate ANSI codeTheo de Raadt
2003-06-19constify constant structures; niels okMichael Shalayeff
2003-06-19knfTheo de Raadt
2003-06-19ansi and knf insideTheo de Raadt
2003-06-18- rewrite of the plan9 sections of rfork(2) and new (c)Jason McIntyre
- updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-13obsoleteMarkus Friedl
2003-06-11ansification, pval okTheo de Raadt
2003-06-11ansification; pval okTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-11sync man page with sys/socket.h;Jason McIntyre
from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).Todd C. Miller
Use "extern __inline" instead of "static __inline" since the extern flavor behaves more like a macro (which is what we want). OK deraadt@ and tested on all platforms by various folks.
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
o document EROFS in man page (2 possible causes) o recognize EROFS in mount_ffs and try to give a reasonable error message deraadt@ OK
2003-06-10Use ITIMER_VIRTUAL instead of ITIMER_PROF as the thread schedulerMarco S Hyman
timer. Allows threaded aps to be profiled. Tested on i386, alpha, macppc, sparc64 and vax. miod@ says: I think this is the right thing to do.