summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-09-03update to NSD 3.2.16, ok deraadt@ brad@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2013-09-02There is no need to call arc4random_addrandom() and feed it someTheo de Raadt
2013-08-30If the CGI script died due to receipt of signal, pass that backBret Lambert
2013-08-30use version two of the PCIe capability when displaying link speedsJonathan Gray
2013-08-26capitalize a section headerMike Belopuhov
2013-08-26"reactivate";Jason McIntyre
2013-08-26replace rand(3)/random(3) calls with secure arc4random*()Christian Weisgerber
2013-08-26slowcgi grows an option to specify an alternate FastCGI socketBret Lambert
2013-08-24Extraneous local variable with useless increment applied.Mike Larkin
2013-08-23Give slowcgi a style(9) scrubbing. No functional change.Bret Lambert
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-21Remove the use of time_t in the greylist db file and use int64_t insteadTodd C. Miller
2013-08-21zap trailing whitespace;Jason McIntyre
2013-08-20use a single line in usage() and SYNOPSIS and explain in text whichAlexander Hall
2013-08-20replace a predefined string with a mdoc macro; ok jmc, schwarze, sobradoMike Belopuhov
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-19put do { } while (0) around the dprintf macro to make it less scaryDavid Gwynne
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-16Use %lld and cast to (long long) when printing time_t valuesPhilip Guenther
2013-08-15Don't include unused copyright[] string in all the cron binaries.Todd C. Miller
2013-08-15Replace the obsolete ioctl(SIOCGDRLST_IN6) interface withAlexander Bluhm
2013-08-15Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.Alexander Bluhm
2013-08-14Rewrite the internals of the RDE reload logic.Claudio Jeker
2013-08-14Enforce that the ls_id and the adv_rtr field in a type 1 router LSA areClaudio Jeker
2013-08-14editing blip in previous;Jason McIntyre
2013-08-14ISC cron is the defacto BSD cron these days so remove confusingTodd C. Miller
2013-08-14macro simplification;Jason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-08-13Handle firmware for radeondrm(4).Mark Kettenis
2013-08-13reorder SYNOPSIS to match usage()Alexander Hall
2013-08-13firmware is uncountable, i think we decided;Jason McIntyre
2013-08-13allow the user to specify which firmware to install, or install all ofAlexander Hall
2013-08-13when handling puts from a client (ie, tftpd is writing a file toDavid Gwynne
2013-08-12Clarify what "mru" config option does.YASUOKA Masahiko
2013-08-12some minor fixes; From: Jan StaryJason McIntyre
2013-08-12get ready for big ino_t; ok gunther@Otto Moerbeek
2013-08-09Remove dead code and useless #include and #ifdef from ndp.Alexander Bluhm
2013-08-08bugfix update to 1.4.2Robert Nagy
2013-08-08move the parameter expansion text to after the config options text,Jason McIntyre
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
2013-08-07disable libexec/identd and enable usr.sbin/identd.David Gwynne
2013-08-06Write uids/gids as unsigned in the passwd file and error messages.Todd C. Miller
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05Don't assume inode numbers fit in a longPhilip Guenther
2013-08-05better document /etc/mailname;Jason McIntyre
2013-07-28Let mkuboot recognize native ELF binaries and only output the program headersMiod Vallat
2013-07-22we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1)Christian Weisgerber
2013-07-22fix bogus warning due to limited range on 32bit archs.Eric Faurot