Age | Commit message (Expand) | Author |
2017-05-24 | Fix a possible fatal() when smtpd is configured to *force* relaying over | Gilles Chehade |
2017-05-24 | Sync NO_PID value from kernel header to tcpdump source. It is | Alexander Bluhm |
2017-05-24 | document that "for local" is the default; while here, | Jason McIntyre |
2017-05-24 | Preserve the modification time when install(1)ing. | Antoine Jacoutot |
2017-05-24 | Remove 2 unused parameters from copydotfiles function | Ricardo Mestre |
2017-05-24 | Don't fill up /tmp when installing or reverting multiple patches at once. | Antoine Jacoutot |
2017-05-24 | Also trap INT when reverting a patch. | Antoine Jacoutot |
2017-05-24 | Set REQ_EXT in req section so ikectl ca certificate revoke will work again. | Jonathan Gray |
2017-05-23 | Hide sh(1) error message when /etc/installurl does not exist; we already | Antoine Jacoutot |
2017-05-23 | Only install /bsd.mp on SP machines if it's already there (a default | Antoine Jacoutot |
2017-05-23 | Shorten varname. | Antoine Jacoutot |
2017-05-23 | "update table" is for tables of type file only; ok gilles | Jason McIntyre |
2017-05-22 | - filters are currently broken, do not allow using them until we're done | Gilles Chehade |
2017-05-22 | stub for the smtp filter protocol, currently always returns -1 | Gilles Chehade |
2017-05-21 | A few more freezero() uses | Theo de Raadt |
2017-05-19 | - switch to recallocarray | Eric Faurot |
2017-05-18 | document installpath, explain PKG_PATH defaults in terms of it. | Marc Espie |
2017-05-18 | introduce new url "installpath" to mean "the contents of installurl" | Marc Espie |
2017-05-18 | Don't pass `-m' to ftp(1). Instead let isatty() decide whether we display the | Antoine Jacoutot |
2017-05-18 | Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in | Martin Pieuchot |
2017-05-18 | When an array of PCIe extended cability strings was added it missed | Jonathan Gray |
2017-05-17 | Introduce more use of freezero(). Also, remove ptr conditionals before | Theo de Raadt |
2017-05-17 | Tweak remote fs check. | Antoine Jacoutot |
2017-05-15 | Properly register manual pages in non-English language directories. | Ingo Schwarze |
2017-05-15 | Avoid a crash servicing requests when a server is configured with | Jonathan Gray |
2017-05-13 | No more CD releases, and advertise HTTP rather than FTP for packages. | Ingo Schwarze |
2017-05-12 | queue is not owned by _smtpd but _smtpq so a bug in lookup process does not | Gilles Chehade |
2017-05-12 | Replace memset(3) with explicit_bzero(3) on user(8) on sensitive data | Ricardo Mestre |
2017-05-12 | Make sure we have a valid URL in /etc/installurl to prevent ending up stuck in | Antoine Jacoutot |
2017-05-11 | typo, spotted by dhill. | Mike Larkin |
2017-05-09 | Document that patches are cumulative and as such it is not possible to install | Antoine Jacoutot |
2017-05-08 | Print size_t's correctly. | Bob Beck |
2017-05-08 | Only test the mirror if it's remote (and not a local directory). | Antoine Jacoutot |
2017-05-08 | Adds functions to read and write state of devices in vmd. | Reyk Floeter |
2017-05-07 | Add arm64 support. | Mark Kettenis |
2017-05-07 | Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid | Jonathan Gray |
2017-05-06 | Convert explicit_bzero() + free() to freezero(). | Frederic Cambus |
2017-05-05 | VMs cannot use proc_compose() to PROC_VMM, they have to use | Reyk Floeter |
2017-05-05 | Add a `-R' switch that reverts all patches. | Antoine Jacoutot |
2017-05-05 | Allow vmd(8) to set guest %xcr0 | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Report error for vmctl commands that need root privileges. | Reyk Floeter |
2017-05-04 | Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1. | Theo Buehler |
2017-05-04 | Expand comment and bump copyright while here. | Antoine Jacoutot |
2017-05-04 | Add support for rdomains. | Reyk Floeter |
2017-05-03 | Output explicit error messages for: | Antoine Jacoutot |
2017-05-03 | - Don't make an empty syspatch/ repo an error; having no available patch | Antoine Jacoutot |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2017-05-03 | Sort parser tokens, no functional change | Reyk Floeter |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |