summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-09-10Assorted simple improvements:Ingo Schwarze
2017-09-08Whoops, remove extra include.Bryan Steele
2017-09-08fork+exec model for tcpdump(8); re-exec the privileged child after forkBryan Steele
2017-09-08remove more filter-related cruftEric Faurot
2017-09-08use plain values for transaction error codes rather than a bitmask.Eric Faurot
2017-09-08better VM termination handling.Mike Larkin
2017-09-08fix a wrong comment.Mike Larkin
2017-09-08vmctl: style cleanup - spaces vs tabs.Mike Larkin
2017-09-08vmd: add more explanatory log_debug messagesMike Larkin
2017-09-08vmd: handle queue index wraparound in viornd. Without this, openbsd guestsMike Larkin
2017-09-07unifdef some ancient COMPAT code that's not used. 500 byte blocks!Ted Unangst
2017-09-06ntpd has been on by default for over two years now, so reworkJason McIntyre
2017-09-05Detail how VM guests acquire a nameserver for local interfaces.Edd Barrett
2017-09-05Add HISTORY and AUTHORS, using hints from miod@ and my own research.Ingo Schwarze
2017-09-01more code cleanup after filter removalEric Faurot
2017-09-01Make 'tcpdump -v' decode RSN information elements in beaconsStefan Sperling
2017-09-01disable a few warnings so we can start to see the relevant ones;Otto Moerbeek
2017-09-01the wait_filter_data session set is now pointlessEric Faurot
2017-09-01vmctl: -L option clarification in man pageMike Larkin
2017-08-31enum can be signed or unsigned depending on the compiler; so make sure weOtto Moerbeek
2017-08-31assorted warning fixes; ok millert@Otto Moerbeek
2017-08-31vmctl: change a feedback message displayed to the user from "terminatedMike Larkin
2017-08-31vmd: fix two wrong comments I stumbled across while updating the vmctl(8)Mike Larkin
2017-08-31vmd/vmctl: disallow use of block or character devices as disks in VMs.Mike Larkin
2017-08-31match vmctl.8 vm name constraintsJasper Lievisse Adriaanse
2017-08-30unused fileEric Faurot
2017-08-30Add support for interface departure and arrival.rob
2017-08-30rename smtp_filter_fd() to smtp_message_fd() and cleanup code.Eric Faurot
2017-08-30unsigneds cannot be < 0; ok jca@Otto Moerbeek
2017-08-30rename functionEric Faurot
2017-08-30remove smtp_filter_*() indirections.Eric Faurot
2017-08-30remove use of PAGE_SIZE and #include <sys/param.h>Mike Larkin
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29missing word; from raf czlonkaJason McIntyre
2017-08-29avoid double search. Fix abieber's commit vaguely. (todo: speed-ups)Marc Espie
2017-08-29While failing to relink the kernel is not fatal to syspatch, we still needAntoine Jacoutot
2017-08-29Fix logic to not error out.Antoine Jacoutot
2017-08-29do not claim that this is isc dhcpd (but retain credit);Jason McIntyre
2017-08-29Change the table parser logic. If the table is untyped, determineEric Faurot
2017-08-29zap trailing whitespace;Jason McIntyre
2017-08-28Do not close the relay if data is still in the output buffer.Alexander Bluhm
2017-08-28add -z and -Z options to auto suspend or hibernate when low on battery.Ted Unangst
2017-08-28print id first to make this symetrical to address proposalsFlorian Obser
2017-08-28Inform the user when we are relinking the kernel.Antoine Jacoutot
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-08-25-Wextra is over the top; note that int < sizeof(..) is generally safe, sinceOtto Moerbeek
2017-08-24Disable enum warnings after checking the code is ok. ok millert@Otto Moerbeek
2017-08-23No need to handle more than one routing message here.Jeremie Courreges-Anglas
2017-08-23sync with upstream; unbound 1.6.5Stuart Henderson
2017-08-23Fix trust anchor installation when two anchors are present. Concretely, fixesStuart Henderson