summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ...Jun-ichiro itojun Hagino
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev
2002-08-26minor cleanups, correct cast of a svc_getargs() arg; ok deraadtPeter Valchev
2002-08-21suppress dump output on -q. sync w/kameJun-ichiro itojun Hagino
2002-08-19TypoIan Darwin
2002-08-15$OpenBSD$ for modules with local changesHenning Brauer
2002-08-15$OpenBSD$Henning Brauer
2002-08-12missing periodKevin Steves
2002-08-12Build the wscons utilities on sparc tooMiod Vallat
2002-08-12screenblank is replaced by the wscons built-in burner facility on sparcMiod Vallat
2002-08-12!X for 3/13 (administratively prohibited); ok itojun@Kevin Steves
2002-08-12SO_DONTROUTE on receive socket is not needed; ok itojun@Kevin Steves
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-11document 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-10style; from thorstenJakob Schlyter
2002-08-10Just zero out pw_passwd in the pw_dup()'d copy. There's no needTodd C. Miller
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-08-09avoid dynamically-generated string to printf. die if fd_set overruns.Jun-ichiro itojun Hagino
2002-08-08remove unused struct timezone; ok itojun@Kevin Steves
2002-08-08Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok.Aaron Campbell
2002-08-08Move closelog() into log_close() function and call that insteadTodd C. Miller
2002-08-08Make wakeupKind an enum for clarity at Vixie's requestTodd C. Miller
2002-08-08Use open() with proper 3rd arg. From arla cvs. miod@ ok.Hakan Olsson
2002-08-08don't use dynamically-generated printf format string. more pickyJun-ichiro itojun Hagino
2002-08-07paranoia: zero out pw_passwd since we don't need itTodd C. Miller
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
2002-08-05Make readjust work correctly.Artur Grabowski
2002-08-04Handle snprintf(3) returning -1; ok deraadtPeter Valchev
2002-08-04Extra paranoia -- check that pw_name matches the crontab user's name.Todd C. Miller
2002-08-04only open kvm once between these twoTheo de Raadt
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03check return value from read; from thorstenJakob Schlyter
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-08-02o Instead of passing "*system*" as the fname to process_crontab()Todd C. Miller
2002-08-022 missing #includesHenning Brauer
2002-08-01knf and minor tweeking from thorstenJakob Schlyter
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-07-31minor changes and knf from thorsten glaserJakob Schlyter
2002-07-31sync to libc calloc()Theo de Raadt
2002-07-31#ifdef MOD_SSL for OpenSSL initializationHenning Brauer
2002-07-31use fdcache for RewriteLog.Henning Brauer
2002-07-30knfTheo de Raadt
2002-07-30for the disabled DSTORAGE option, fix the local calloc() here in the same way...Theo de Raadt
2002-07-30strip_chroot here as well.Henning Brauer
2002-07-30two more strip_chrootHenning Brauer
2002-07-29Replace an instance of chmod() with fchmod()Todd C. Miller