Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-06-23 | Clean up. Still not enabled. | Magnus Holmberg | |
2003-06-22 | whatever happened, i cannot explain it. rollback my stupid | Federico G. Schwindt | |
good-for-nothing commit. my apologies. | |||
2003-06-22 | fix prototype; from Pedro Bastos. | Federico G. Schwindt | |
2003-06-22 | 3 missing header files | Theo de Raadt | |
2003-06-21 | document mount_ntfs and better formatting; | Jason McIntyre | |
ok tedu@ | |||
2003-06-21 | clarify these functions by changing references from strings to buffers | Anil Madhavapeddy | |
ok deraadt@, millert@, jmc@, suggested by espie@ | |||
2003-06-21 | the the | Theo de Raadt | |
2003-06-20 | remove unused autoconf files | Markus Friedl | |
2003-06-20 | remove old files; libevent is maintained elsewhere | Markus Friedl | |
2003-06-19 | generate ANSI code | Theo de Raadt | |
2003-06-19 | constify constant structures; niels ok | Michael Shalayeff | |
2003-06-19 | knf | Theo de Raadt | |
2003-06-19 | ansi and knf inside | Theo 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-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-13 | obsolete | Markus Friedl | |
2003-06-11 | ansification, pval ok | Theo de Raadt | |
2003-06-11 | ansification; pval ok | Theo de Raadt | |
2003-06-11 | oops | Theo de Raadt | |
2003-06-11 | oops | Theo de Raadt | |
2003-06-11 | ansification; checked by pval | Theo de Raadt | |
2003-06-11 | sync 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-10 | Remove 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-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd 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-10 | Use ITIMER_VIRTUAL instead of ITIMER_PROF as the thread scheduler | Marco 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. |