Age | Commit message (Expand) | Author |
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 |
2017-09-18 | protect i8259 state with a mutex. | David Gwynne |
2017-09-17 | syslogd has special code to report errors before it has been | Alexander Bluhm |
2017-09-17 | vmd: send/recv pci config space instead of recreating pci devices on receive | pd |
2017-09-17 | vmd: re add rtc.per and rtc.sec evtimers on receive | pd |
2017-09-17 | When writing local output, syslogd ignores EAGAIN. Unfortunately | Alexander Bluhm |
2017-09-16 | we already have a comparison function for libobjects, so move it up to | Marc Espie |
2017-09-16 | recognize @version, to be used for a system-wide version marker | Marc Espie |
2017-09-15 | move the envelope handling code to its own function to clarify the | Eric Faurot |
2017-09-15 | port taskqs to vmd for use in future work on virtio devices | David Gwynne |
2017-09-15 | vmd: improve a debug message with more information | Mike Larkin |