summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-05-24Fix a possible fatal() when smtpd is configured to *force* relaying overGilles Chehade
2017-05-24Sync NO_PID value from kernel header to tcpdump source. It isAlexander Bluhm
2017-05-24document that "for local" is the default; while here,Jason McIntyre
2017-05-24Preserve the modification time when install(1)ing.Antoine Jacoutot
2017-05-24Remove 2 unused parameters from copydotfiles functionRicardo Mestre
2017-05-24Don't fill up /tmp when installing or reverting multiple patches at once.Antoine Jacoutot
2017-05-24Also trap INT when reverting a patch.Antoine Jacoutot
2017-05-24Set REQ_EXT in req section so ikectl ca certificate revoke will work again.Jonathan Gray
2017-05-23Hide sh(1) error message when /etc/installurl does not exist; we alreadyAntoine Jacoutot
2017-05-23Only install /bsd.mp on SP machines if it's already there (a defaultAntoine Jacoutot
2017-05-23Shorten varname.Antoine Jacoutot
2017-05-23"update table" is for tables of type file only; ok gillesJason McIntyre
2017-05-22- filters are currently broken, do not allow using them until we're doneGilles Chehade
2017-05-22stub for the smtp filter protocol, currently always returns -1Gilles Chehade
2017-05-21A few more freezero() usesTheo de Raadt
2017-05-19- switch to recallocarrayEric Faurot
2017-05-18document installpath, explain PKG_PATH defaults in terms of it.Marc Espie
2017-05-18introduce new url "installpath" to mean "the contents of installurl"Marc Espie
2017-05-18Don't pass `-m' to ftp(1). Instead let isatty() decide whether we display theAntoine Jacoutot
2017-05-18Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> inMartin Pieuchot
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