summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-10-04Fix pledge(2) usageJeremie Courreges-Anglas
2017-10-04Don't try to handle IPv4-compatible IPv6 addressesJeremie Courreges-Anglas
2017-10-04inetd actually supports stream and datagram sockets onlyJeremie Courreges-Anglas
2017-10-04inetd needs cpath pledge to unlink unix socket at program termination.Sebastian Benoit
2017-10-02Also ignore "Can't assign requested address" error when sendto(2)Alexander Bluhm
2017-09-29update to unbound-1.6.6, ok florianStuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2017-09-27config -e's adds new devices to an extra locator array, which is accountedTheo de Raadt
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairAlexander Bluhm
2017-09-25Mark error() as __dead so clang doesn't reportKenneth R Westerback
2017-09-23The relayd regression tests for chunked HTTP traffic were failingAlexander Bluhm
2017-09-21word fix; from tom smythJason McIntyre
2017-09-20Avoid overflow/truncation during string->integer converion by eliminatingPhilip Guenther
2017-09-19Clarify a wrong conditional, found by jsg.Mike Larkin
2017-09-18document @versionMarc Espie
2017-09-18better diagnosticsMarc Espie
2017-09-18-V option for pkg_create and incorporate version into signatures.Marc Espie
2017-09-18protect i8259 state with a mutex.David Gwynne
2017-09-17syslogd has special code to report errors before it has beenAlexander Bluhm
2017-09-17vmd: send/recv pci config space instead of recreating pci devices on receivepd
2017-09-17vmd: re add rtc.per and rtc.sec evtimers on receivepd
2017-09-17When writing local output, syslogd ignores EAGAIN. UnfortunatelyAlexander Bluhm
2017-09-16we already have a comparison function for libobjects, so move it up toMarc Espie
2017-09-16recognize @version, to be used for a system-wide version markerMarc Espie
2017-09-15move the envelope handling code to its own function to clarify theEric Faurot
2017-09-15port taskqs to vmd for use in future work on virtio devicesDavid Gwynne
2017-09-15vmd: improve a debug message with more informationMike Larkin
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