Age | Commit message (Expand) | Author |
2020-05-24 | Make "init-system -n" check vcpu and memory constraints | kn |
2020-05-24 | msg | kn |
2020-05-24 | Relax the filename checks to allow dashes as well. Starting with | Theo Buehler |
2020-05-23 | Typofix | kn |
2020-05-23 | Fail on duplicate vcpu, memory or iodevice parameters | kn |
2020-05-22 | Revert previous | kn |
2020-05-22 | Make "init-system -n" check vcpu and memory constraints | kn |
2020-05-22 | Use the simpler HTML5 idiom to declare charset in autogenerated pages. | Anthony J. Bentley |
2020-05-21 | Correct getsockname(2)/getpeername(2) usage. | Todd C. Miller |
2020-05-20 | style(9), no functionnal change. | denis |
2020-05-20 | Include interface name in warning when a RA is recieved from a non-link-local | Claudio Jeker |
2020-05-20 | properly pass the number of strings in an array to gtp_print_str. | David Gwynne |
2020-05-19 | merge unbound 1.10.1 | Stuart Henderson |
2020-05-18 | Externalise the output aspect of ospfctl. | denis |
2020-05-18 | httpd: add a "dark mode" in directory listings and error pages | cwen |
2020-05-18 | Properly wait for exiting rsync processes. Since SIGCHILD is blocked | Claudio Jeker |
2020-05-17 | IF_IFACE_AVAIL is never used/checked, wipe it. | denis |
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt |
2020-05-17 | in order for PKG_CACHE to work, skipped entries at the end should still | Marc Espie |
2020-05-16 | somehow yacc pieces got missed from the "domain name" commit; add them. | Stuart Henderson |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-05-16 | add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 too | Martin Reindl |
2020-05-16 | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless | denis |
2020-05-16 | IMSG_IFADD is never used, wipe it | denis |
2020-05-16 | Simplify: _BSDMP was only used once. | Antoine Jacoutot |
2020-05-15 | pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace | cheloha |
2020-05-14 | be little bit more verbose what went wrong in mkostemp | job |
2020-05-14 | Enable TLSv1.3 support in relayd(8) | pvk |
2020-05-14 | rpki-client no longer passes -l to rsync since it does not make sense to | Claudio Jeker |
2020-05-14 | Update to 4.3.1 | Florian Obser |
2020-05-14 | We forgot to keep ChangeLog in sync in previous updates. | Florian Obser |
2020-05-12 | new sentence, new line; | Jason McIntyre |
2020-05-12 | Remove unused token BULK and for PREFIX and ADDRESS the table value is always | Claudio Jeker |
2020-05-11 | There is no reason to limit the string length of log_reason() to REASON_LEN | Claudio Jeker |
2020-05-11 | Allow specifying -d multiple times. Only print the fcgi header data if | Claudio Jeker |
2020-05-11 | Add support for VPNv6 in the family keyword of show rib | Claudio Jeker |
2020-05-10 | In case the order fails print the human readable reason from the | Florian Obser |
2020-05-10 | remove noisy and useless debug line | Florian Obser |
2020-05-10 | In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]') | Theo de Raadt |
2020-05-10 | Allow to have multiple domain ... {} sextions with the same domain | Sebastian Benoit |
2020-05-08 | Use a union to ensure cmsg buffer is properly aligned | Jeremie Courreges-Anglas |
2020-05-08 | Do not use string litterals in the grammar ("{") it is not POSIX compliant | Claudio Jeker |
2020-05-08 | Just a bit of KNF. | Claudio Jeker |
2020-05-06 | Only allow forkmda() to be called from a local action dispatcher. | Todd C. Miller |
2020-05-06 | Same fix for ospfd lsupdate.c applies in ospf6d as well. | Claudio Jeker |
2020-05-06 | Do not use the pointer returned by ibuf_reserve() after calling another | Claudio Jeker |
2020-05-06 | rpki-client is only interested in real files. Don't tell rsync to | Claudio Jeker |
2020-05-04 | Using int64_t together with printf %llu is not portable. Either add a | Claudio Jeker |
2020-05-04 | Partially reverse a commit from 2019/12/28 | denis |
2020-05-03 | Use strftime() rather than ctime() to generate timestamps nicer. | Theo de Raadt |