summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-05-18When an array of PCIe extended cability strings was added it missedJonathan Gray
2017-05-17Introduce more use of freezero(). Also, remove ptr conditionals beforeTheo de Raadt
2017-05-17Tweak remote fs check.Antoine Jacoutot
2017-05-15Properly register manual pages in non-English language directories.Ingo Schwarze
2017-05-15Avoid a crash servicing requests when a server is configured withJonathan Gray
2017-05-13No more CD releases, and advertise HTTP rather than FTP for packages.Ingo Schwarze
2017-05-12queue is not owned by _smtpd but _smtpq so a bug in lookup process does notGilles Chehade
2017-05-12Replace memset(3) with explicit_bzero(3) on user(8) on sensitive dataRicardo Mestre
2017-05-12Make sure we have a valid URL in /etc/installurl to prevent ending up stuck inAntoine Jacoutot
2017-05-11typo, spotted by dhill.Mike Larkin
2017-05-09Document that patches are cumulative and as such it is not possible to installAntoine Jacoutot
2017-05-08Print size_t's correctly.Bob Beck
2017-05-08Only test the mirror if it's remote (and not a local directory).Antoine Jacoutot
2017-05-08Adds functions to read and write state of devices in vmd.Reyk Floeter
2017-05-07Add arm64 support.Mark Kettenis
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidJonathan Gray
2017-05-06Convert explicit_bzero() + free() to freezero().Frederic Cambus
2017-05-05VMs cannot use proc_compose() to PROC_VMM, they have to useReyk Floeter
2017-05-05Add a `-R' switch that reverts all patches.Antoine Jacoutot
2017-05-05Allow vmd(8) to set guest %xcr0Mike Larkin
2017-05-04Report command failure back to vmctl reload, reset, load, log verbose.Reyk Floeter
2017-05-04Report error for vmctl commands that need root privileges.Reyk Floeter
2017-05-04Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1.Theo Buehler
2017-05-04Expand comment and bump copyright while here.Antoine Jacoutot
2017-05-04Add support for rdomains.Reyk Floeter
2017-05-03Output explicit error messages for:Antoine Jacoutot
2017-05-03- Don't make an empty syspatch/ repo an error; having no available patchAntoine Jacoutot
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,Ricardo Mestre
2017-05-03Sort parser tokens, no functional changeReyk Floeter
2017-05-02Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZMike Larkin
2017-05-02fix an error in i386 vmd buildMike Larkin
2017-05-02Matching vmd(8) part of previous diff (first part of vmctl send/receive).Mike Larkin
2017-05-01in function used for tracing, display unknown lookup types as "???"Gilles Chehade
2017-05-01Fewer kgdb(7) references and fix previous.Martin Pieuchot
2017-04-30Remove KGDB references.Martin Pieuchot
2017-04-30Tweak error message when running on an unsupported release.Antoine Jacoutot
2017-04-29fix argument check, this should never trigger because it is a libexec called byJoerg Jung
2017-04-28When syslogd(8) failed to open a logfile, the error message couldAlexander Bluhm
2017-04-28rename i8253 "counter" to "channel", a better name for what we areMike Larkin
2017-04-27clang warns about some of the strlcpy arguments here, which aren't theTed Unangst
2017-04-26remove some repetitive text chunks; ok krwJason McIntyre
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-25Allow syslogd(8) to listen on multiple addresses for incomming TLSAlexander Bluhm
2017-04-25Generate randomized MAC addresses earlier to keep them across reboots.Reyk Floeter
2017-04-25spacingReyk Floeter
2017-04-24Print bgp administrative shutdown messages (draft-ietf-idr-shutdown)Sebastian Benoit
2017-04-24a little more consistent text for previous; ok krwJason McIntyre
2017-04-24Add 'echo-client-id' statment, so that RFC 6842 behaviour can beKenneth R Westerback
2017-04-24Don't overflow the allocated DHCP response buffer.Reyk Floeter
2017-04-21Repair AgentX support.Jeremie Courreges-Anglas