Age | Commit message (Expand) | Author |
2017-10-28 | Prefer useradd(1) over chpass(1) so that new users are added before the YP '+' | Antoine Jacoutot |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-27 | Add missing quote. | Kevin Lo |
2017-10-25 | Open a bunch of fds with O_CLOEXEC | Jeremie Courreges-Anglas |
2017-10-25 | Remove dead code, found by jsg@. | Martin Pieuchot |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-24 | Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. This | Mike Larkin |
2017-10-24 | The VMD parent process didn't handle the case of a VM exiting | Mike Larkin |
2017-10-23 | When the partition of /var/log was full, syslogd(8) stopped writing | Alexander Bluhm |
2017-10-23 | Close the socket (and dfd) in at(1) child processes | Jeremie Courreges-Anglas |
2017-10-23 | Close cron sockets in child processes. | friehm |
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 |