summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-09-26erm, committing to teh right repository helps sometimes.Henning Brauer
2003-09-26realloc tuning; pvalchev okTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-26use a much more random salt; prompted by ast@domdv.deTheo de Raadt
2003-09-25realloc fixes; markus okTheo de Raadt
2003-09-25- simplify macrosJason McIntyre
2003-09-24cleanup privsep communications between child/parent with a lot moreAnil Madhavapeddy
2003-09-24sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors.Henning Brauer
2003-09-23simplify by using getifaddrs. cedric@ okJun-ichiro itojun Hagino
2003-09-23ignore address families other than AF_INET in get_netmask().Matthieu Herrb
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
2003-09-22sync with FreeBSD page, including standard options list and some mdoc nits;Jason McIntyre
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino
2003-09-19when dropping privileges use initgroups(3) instead of setgroups(2) so theHenning Brauer
2003-09-19whack getopt ? matching; jeffi@rcn.comTheo de Raadt
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt
2003-09-08Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.Cedric Berger
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob Beck
2003-09-07fix crash. pr3454 from openbsd at rukh.net. ok deraadt@Ted Unangst
2003-09-06- interval specified with -i flag, not -wJason McIntyre
2003-09-06zap ?; jeffi@rcn.comTheo de Raadt
2003-09-05one check return from sysconf, one off by one vnsprintf, and one missing free.Ted Unangst
2003-09-05-t missing in synopsisHenning Brauer
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-04clarify that user's full name (not username) generally goes in GECOS;Jason McIntyre
2003-09-03plug mem leaks, pr3425 from patrick latifi. ok deraadt@Ted Unangst
2003-09-02make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kameJun-ichiro itojun Hagino
2003-09-02no need for extra {}. sync w/ kameJun-ichiro itojun Hagino
2003-09-02make sure config_list does not get garbage. from kameJun-ichiro itojun Hagino
2003-09-02use poll since it is easier than fd_set overflows; itojun okTheo de Raadt
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-08-31add FILES and SEE ALSO sections;Jason McIntyre
2003-08-31Make deviceInitAll work again. -mojMats O Jansson
2003-08-30spacing;Jason McIntyre
2003-08-30- sync SYNOPSIS(es) and ciphers/digests available with realityJason McIntyre
2003-08-28tweak;Jason McIntyre
2003-08-27these are not needed here; henning@ ok.Federico G. Schwindt
2003-08-27- sort SYNOPSIS and DESCRIPTIONJason McIntyre
2003-08-27Build process.S using the rules in bsd.lib.mk, instead of having a specificHans Insulander
2003-08-27Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based onJolan Luff
2003-08-27correct error message (wall -> syslogd)Anil Madhavapeddy
2003-08-26Fix afsd on architectures that care about alignment. This corrects a problemBob Beck
2003-08-26bitgarbage to the recycle binHenning Brauer
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-25string shitHenning Brauer
2003-08-25protosTheo de Raadt
2003-08-23oops, if file is not on ftp server with PKG_PATH, check installed too.Ted Unangst
2003-08-22Don't age non-gateway host routes. NetBSD PR bin/22568 from Andrew WhiteJun-ichiro itojun Hagino