Age | Commit message (Expand) | Author |
2002-08-19 | Typo | Ian Darwin |
2002-08-15 | $OpenBSD$ for modules with local changes | Henning Brauer |
2002-08-15 | $OpenBSD$ | Henning Brauer |
2002-08-12 | missing period | Kevin Steves |
2002-08-12 | Build the wscons utilities on sparc too | Miod Vallat |
2002-08-12 | screenblank is replaced by the wscons built-in burner facility on sparc | Miod Vallat |
2002-08-12 | !X for 3/13 (administratively prohibited); ok itojun@ | Kevin Steves |
2002-08-12 | SO_DONTROUTE on receive socket is not needed; ok itojun@ | Kevin Steves |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-11 | document other ICMP redirect code strings; ok millert@ | Kevin Steves |
2002-08-11 | -m default from net.inet.ip.ttl MIB variable now; ok millert@ | Kevin Steves |
2002-08-10 | style; from thorsten | Jakob Schlyter |
2002-08-10 | Just zero out pw_passwd in the pw_dup()'d copy. There's no need | Todd C. Miller |
2002-08-09 | die if fd_set overruns. | Jun-ichiro itojun Hagino |
2002-08-09 | avoid dynamically-generated string to printf. die if fd_set overruns. | Jun-ichiro itojun Hagino |
2002-08-08 | remove unused struct timezone; ok itojun@ | Kevin Steves |
2002-08-08 | Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok. | Aaron Campbell |
2002-08-08 | Move closelog() into log_close() function and call that instead | Todd C. Miller |
2002-08-08 | Make wakeupKind an enum for clarity at Vixie's request | Todd C. Miller |
2002-08-08 | Use open() with proper 3rd arg. From arla cvs. miod@ ok. | Hakan Olsson |
2002-08-08 | don't use dynamically-generated printf format string. more picky | Jun-ichiro itojun Hagino |
2002-08-07 | paranoia: zero out pw_passwd since we don't need it | Todd C. Miller |
2002-08-05 | Get rid of useless local definitions P_void, voidp, Const and use | Peter Valchev |
2002-08-05 | Do some cleanups to allow this to compile after previous changes made. | Peter Valchev |
2002-08-05 | Make readjust work correctly. | Artur Grabowski |
2002-08-04 | Handle snprintf(3) returning -1; ok deraadt | Peter Valchev |
2002-08-04 | Extra paranoia -- check that pw_name matches the crontab user's name. | Todd C. Miller |
2002-08-04 | only open kvm once between these two | Theo de Raadt |
2002-08-03 | xdr_pri_free() ansi; pvalchev ok | Theo de Raadt |
2002-08-03 | check return value from read; from thorsten | Jakob Schlyter |
2002-08-03 | use getifaddrs, not SIOCGIFCONF. | Jun-ichiro itojun Hagino |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev |
2002-08-03 | various KNF and code cleanup/simplification, parts checked by millert/deraadt | Peter Valchev |
2002-08-02 | o Instead of passing "*system*" as the fname to process_crontab() | Todd C. Miller |
2002-08-02 | 2 missing #includes | Henning Brauer |
2002-08-01 | knf and minor tweeking from thorsten | Jakob Schlyter |
2002-08-01 | u_short cleansing | Jun-ichiro itojun Hagino |
2002-07-31 | minor changes and knf from thorsten glaser | Jakob Schlyter |
2002-07-31 | sync to libc calloc() | Theo de Raadt |
2002-07-31 | #ifdef MOD_SSL for OpenSSL initialization | Henning Brauer |
2002-07-31 | use fdcache for RewriteLog. | Henning Brauer |
2002-07-30 | knf | Theo de Raadt |
2002-07-30 | for the disabled DSTORAGE option, fix the local calloc() here in the same way... | Theo de Raadt |
2002-07-30 | strip_chroot here as well. | Henning Brauer |
2002-07-30 | two more strip_chroot | Henning Brauer |
2002-07-29 | Replace an instance of chmod() with fchmod() | Todd C. Miller |
2002-07-29 | fix -u description in httpd -h: we don't chroot into DocumentRoot but | Henning Brauer |
2002-07-28 | call ntpleaps before trying to sync if needed | Jakob Schlyter |
2002-07-27 | merge if() and foo = snprintf checks better; millert ok | Theo de Raadt |
2002-07-27 | move leap seconds correction to -N option for now | Jakob Schlyter |