summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-04-27pledge earlier in preparation of pledgepathFlorian Obser
2018-04-27vmd(8): allow counter state readback via misc port for square wave modeMike Larkin
2018-04-27vmd(8): allow unlatch PIT readsMike Larkin
2018-04-26- fix some macro abuseJason McIntyre
2018-04-26fix build for smtp(1) after log.h updateEric Faurot
2018-04-26sync log.h with other daemonsEric Faurot
2018-04-26vmd(8): fix some bugs in PIT mode settingMike Larkin
2018-04-26vmd(8): some more long lines that got missed last timeMike Larkin
2018-04-26vmd(8): handle PIT channel 2 status readback via port 0x61Mike Larkin
2018-04-26vmd(8): wrap some long linesMike Larkin
2018-04-26vmd(8): bump virtio network max queue size to 256 (to match qemu)Mike Larkin
2018-04-26vmd(8): use #defines for queue indices and cleanup some codeMike Larkin
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-26fix OpenBSD releaseEric Faurot
2018-04-26vmd(8): fix broken networking on newer linux guest kernelsMike Larkin
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-26add a simple SMTP clientEric Faurot
2018-04-26Globally remember the passwd entry for _syslogd. The user id isAlexander Bluhm
2018-04-26Minimal macro cleanup.Ingo Schwarze
2018-04-26adjust to removed support for /etc/networksIngo Schwarze
2018-04-26Delete support for the networks.by{name,addr} YP maps.Ingo Schwarze
2018-04-26Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.Antoine Jacoutot
2018-04-26Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).Ingo Schwarze
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-04-26reorg error handling so it's always passed to class methods that canMarc Espie
2018-04-26remove mail.file.{8,c}, unusedGilles Chehade
2018-04-26remove unused MakefileGilles Chehade
2018-04-26don't build mail.fileGilles Chehade
2018-04-26spelling error in log messageccardenas
2018-04-25vmd(8)'s early error messages weren't visible when started via /etc/rcMike Larkin
2018-04-25remove the largely out of date examples related to kernelJason McIntyre
2018-04-25we might not get update_info if unsigned!Marc Espie
2018-04-25Return-Path should be in brackets as per RFC5322Gilles Chehade
2018-04-25you can't have wsmoused and x mouse together ;(Jason McIntyre
2018-04-23Allow escaping quote within quotes.Sunil Nimmagadda
2018-04-22try logging, but if we're in pkg_info, we don't have the toolsMarc Espie
2018-04-21spelling error in log messageMike Larkin
2018-04-20adjust the example to make it work;Jason McIntyre
2018-04-18Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relaysClaudio Jeker
2018-04-17Drive i8253 with CLOCK_MONOTONIC.cheloha
2018-04-15Add TCP support to snmpd.Marco Pfatschbacher
2018-04-14In case of a tcp read timeout, the destination host state needs to beSebastian Benoit
2018-04-13Close socket from vmm to parent after forking to vm process.Martijn van Duren
2018-04-11Make httpd listen on all IPv4 and IPv6 addresses forFlorian Obser
2018-04-10Schedule events against the monotonic clock.cheloha
2018-04-10Fix previous. Use inet_net_pton(3) instead of inet_pton(3) asSunil Nimmagadda
2018-04-09Check for legitimate IPv4, IPv6 addrs before printing.Sunil Nimmagadda
2018-04-09Do not discourage IPv6, it's working fine in LDOMs.kn
2018-04-08We warned long enough, also sysmerge(8) should have handled theFlorian Obser
2018-04-08AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, butPhilip Guenther