summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-09-15vmd: emulate UART scratch register, seems to be required by GRUB andMike Larkin
2017-09-14fix accounting for received prefixes per neighborPeter Hessler
2017-09-14clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmcStuart Henderson
2017-09-14spacingReyk Floeter
2017-09-14Differentiate between a style string not being specified and an emptyJonathan Gray
2017-09-12In the default configuration syslogd(8) kept two *:514 UDP socketsAlexander Bluhm
2017-09-11add functions to provide direct access to guest memory as vmd addressesDavid Gwynne
2017-09-11bring SET, CLR, and ISSET macros inDavid Gwynne
2017-09-11remove dead code.Eric Faurot
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