summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-22Wrap long lines.Sunil Nimmagadda
2015-12-22Wrap long lines.Sunil Nimmagadda
2015-12-21remove NULL-checks before free()mmcc
2015-12-21remove NULL-check before free()mmcc
2015-12-21Remove NULL-checks before free().mmcc
2015-12-21Start accepting some sendmail compatible commandline arguments.Sunil Nimmagadda
2015-12-21Only run newaliases(8) if we already have an aliases db.Antoine Jacoutot
2015-12-20need to include err.h for err().Sebastian Benoit
2015-12-20Remove unnecessary options:Robert Peichaer
2015-12-20remove redundant logGilles Chehade
2015-12-19No need for an extra log.hReyk Floeter
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Remove NULL-checks before free().mmcc
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Add pledge(2). It is not currently possible to pledge -u and -Utb
2015-12-19Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.Reyk Floeter
2015-12-19Move log_sockaddr() to from log.c to util.c as it is a local additionReyk Floeter
2015-12-17s/failes/failed/gmmcc
2015-12-17add return code to newrequest to distinguish between cache hit and error.Ted Unangst
2015-12-17regen NSD's autoconf script, forgotten with the update - noticed by BradStuart Henderson
2015-12-17Move vcpu register state init to vmd. Allows vmd bootloader to make theMike Larkin
2015-12-17Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb
2015-12-17Add missing $OpenBSD$ tags.tb
2015-12-17Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.tb
2015-12-16Adding mark messages to log files was broken since OpenBSD 5.7.Alexander Bluhm
2015-12-15less macro and linesJoerg Jung
2015-12-15update to Unbound 1.5.7, looks fine to deraadt@.Stuart Henderson
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-12-15PATCH is like PUT, data is expected.Reyk Floeter
2015-12-15Sync the DB file once when done with fsync(), not on each write with O_SYNC.Philip Guenther
2015-12-15if a vcpu run thread in vmd exits unexpectedly, teardown the VM's kernelMike Larkin
2015-12-14move daemon(3) call before chroot(2) in tftpd.Sebastien Marie
2015-12-14Wrap long lines.Sunil Nimmagadda
2015-12-14Wrap long lines and fix bad indents.Sunil Nimmagadda
2015-12-14Fix bad indents and whitespaces.Sunil Nimmagadda
2015-12-14Wrap long lines and whitespace fixes.Sunil Nimmagadda
2015-12-14remove trailing whitespaceJoerg Jung
2015-12-14oops, sorry sunil, -d was in the wrong place:Jason McIntyre
2015-12-14Document -d option.Sunil Nimmagadda
2015-12-14various minor tweaks;Jason McIntyre
2015-12-14track used memory in each VM. This is passed back to vmctl status.Mike Larkin
2015-12-14Remove unused macro that's just a clone of abs(3). ok tb@mmcc
2015-12-14s/begining/beginning/gmmcc
2015-12-14Update default MTA reference to smtpd(8). Rectify documentation ofSunil Nimmagadda
2015-12-14pledge.Kenneth R Westerback
2015-12-13fix warnings; spotted by `mandoc -Tlint'Gleydson Soares
2015-12-13add filter api man pageJoerg Jung