Age | Commit message (Expand) | Author |
2017-10-22 | make messages involving fs clearer, parse the mount point AND the device | Marc Espie |
2017-10-20 | When adding a missing "Date" header, use the same timestamp as the "Received" | Eric Faurot |
2017-10-20 | Tweak heuristics to make sure /memory properties are more likely to be | Mark Kettenis |
2017-10-19 | remove useless initialisation | Eric Faurot |
2017-10-19 | don't try to print uninitialised memory as a string in error paths | Jonathan Gray |
2017-10-19 | fix a use after free and a memory leak in error paths | Jonathan Gray |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-16 | Ensure last character in ssv mode is a newline | job |
2017-10-15 | Add "ssv" variant which turns a rib route output into a single | Theo de Raadt |
2017-10-15 | Kill unused defines | Jeremie Courreges-Anglas |
2017-10-14 | Add bwfm(4) to fw_update(1). | Patrick Wildt |
2017-10-13 | Don't check for mirror availability but directly try to fetch SHA256.sig. That | Antoine Jacoutot |
2017-10-12 | Simplify and explicitely state when we cannot access our mirror. | Antoine Jacoutot |
2017-10-12 | Loosen up installurl(5) check: it's OK to have a trailing slash. | Antoine Jacoutot |
2017-10-12 | Better error if installurl points to a local directory. | Antoine Jacoutot |
2017-10-12 | Don't return 1 if the syspatch release directory does not exist; it just | Antoine Jacoutot |
2017-10-12 | add -G to usage(); | Jason McIntyre |
2017-10-11 | Allow GREY entries to be removed by IP address. OK beck@ | Todd C. Miller |
2017-10-10 | reorder the description so that important parts come first. | Marc Espie |
2017-10-10 | in -u mode, the pkgname is optional | Marc Espie |
2017-10-10 | clean-up option handling slightly, some more to be done. | Marc Espie |
2017-10-10 | thinko | Marc Espie |
2017-10-10 | Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPEC | Philip Guenther |
2017-10-09 | correct calls to this constructor *must* include a state. If they don't | Marc Espie |
2017-10-07 | delete #ifdef SYSV code, along with a beautiful #define bcopy memcpy | Theo de Raadt |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |
2017-10-07 | kill reporting old signature schemes, they've been gone for long enough | Marc Espie |
2017-10-07 | Adjust verbose message in case PKG_PATH is undefined. | Marc Espie |
2017-10-07 | The 'dumps' option only accepts a single device | Philip Guenther |
2017-10-07 | vmd: retain ownership on vm reboot | Mike Larkin |
2017-10-06 | The problem when npppd receives a zero length 1701/udp packet seemed to | YASUOKA Masahiko |
2017-10-05 | When syslogd writes some startup errors to stderr or console, they | Alexander Bluhm |
2017-10-05 | I have touched more than half the source code lines of syslogd(8). | Alexander Bluhm |
2017-10-04 | Fix pledge(2) usage | Jeremie Courreges-Anglas |
2017-10-04 | Don't try to handle IPv4-compatible IPv6 addresses | Jeremie Courreges-Anglas |
2017-10-04 | inetd actually supports stream and datagram sockets only | Jeremie Courreges-Anglas |
2017-10-04 | inetd needs cpath pledge to unlink unix socket at program termination. | Sebastian Benoit |
2017-10-02 | Also ignore "Can't assign requested address" error when sendto(2) | Alexander Bluhm |
2017-09-29 | update to unbound-1.6.6, ok florian | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2017-09-27 | config -e's adds new devices to an extra locator array, which is accounted | Theo de Raadt |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair | Alexander Bluhm |
2017-09-25 | Mark error() as __dead so clang doesn't report | Kenneth R Westerback |
2017-09-23 | The relayd regression tests for chunked HTTP traffic were failing | Alexander Bluhm |
2017-09-21 | word fix; from tom smyth | Jason McIntyre |
2017-09-20 | Avoid overflow/truncation during string->integer converion by eliminating | Philip Guenther |
2017-09-19 | Clarify a wrong conditional, found by jsg. | Mike Larkin |
2017-09-18 | document @version | Marc Espie |
2017-09-18 | better diagnostics | Marc Espie |
2017-09-18 | -V option for pkg_create and incorporate version into signatures. | Marc Espie |