Age | Commit message (Expand) | Author |
2019-06-28 | Write back and invalidate caches before updating CPU microcode, | Alexander Bluhm |
2019-06-28 | merge unbound 1.9.2 | Stuart Henderson |
2019-06-28 | update to unbound-1.9.2, florian@ agrees | Stuart Henderson |
2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, | Ingo Schwarze |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | Since clang only supports the "secure" PLT ABI for "big" PIC/PIE on powerpc, | Mark Kettenis |
2019-06-28 | fputc returns EOF | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | fputc/fputs return EOF on error | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | miniroot prototype disklabels should attempt to contain accurate | Theo de Raadt |
2019-06-28 | Skip VFS barrier lock during normal operation to reduce overhead. | Visa Hankala |
2019-06-28 | delete duplicate .Xr below SEE ALSO | Ingo Schwarze |
2019-06-28 | The bgpctl parser can not handle neighbor and neighbors at the same time. | Claudio Jeker |
2019-06-28 | Reset rpending (read pending) indicator for a peer when the peer goes down | Claudio Jeker |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-06-28 | switch timestamps to use timevals in filters like we do in reporting | Gilles Chehade |
2019-06-28 | landisk/sh didn't have the code for checking if sp is on MAP_STACK | Theo de Raadt |
2019-06-28 | local __libcpp_asprintf_l() -> libc asprintf() was inspecting the pointer | Theo de Raadt |
2019-06-28 | bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file. | Claudio Jeker |
2019-06-28 | failed to detect asprintf() error by observing return of -1, instead the | Theo de Raadt |
2019-06-28 | Remove some debug echos | Claudio Jeker |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |
2019-06-28 | Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERIC | Claudio Jeker |
2019-06-28 | oops, from asou | Theo de Raadt |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2019-06-27 | DESCRIPTION: Be more direct about what delay(9) actually does. | cheloha |
2019-06-27 | Partial rewrite of the explanation of environment handling to avoid: | Ingo Schwarze |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-27 | Enable MSI-X interrupts. | Mark Kettenis |
2019-06-27 | minor eol issues; | Jason McIntyre |
2019-06-27 | Display an error message if trying to copy or rename a file to itself. | Mark Lumsden |
2019-06-27 | The C89 standard only requires that atexit(3) returns a non-zero value | Ingo Schwarze |
2019-06-27 | Print out message after copying a file. | Mark Lumsden |
2019-06-27 | This diff uses the existing filename as the new filename if none is | Mark Lumsden |
2019-06-27 | Allow logging to both stderr and syslog; don't reset the log level if | Otto Moerbeek |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-06-27 | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze |
2019-06-27 | Move the check wether line is NULL above further accesses of it. | Matthias Kilian |
2019-06-27 | Improve "man -h" output. | Ingo Schwarze |
2019-06-27 | Simplify the description of [v]snprintf(3), move the description | Ingo Schwarze |
2019-06-27 | let free_address_proposal() handle the LIST_REMOVE, like free_dfr_proposal() | Florian Obser |
2019-06-27 | free_dfr_proposal() does the LIST_REMOVE for us; do not run it twice | Florian Obser |
2019-06-27 | Add more option tests to req, ts, x509 and verify in appstest.sh | Kinichiro Inoguchi |
2019-06-27 | be more realistic | Marc Espie |
2019-06-27 | Be precise in checking for errors. pclose(3) returns -1 and fclose(3) | Florian Obser |
2019-06-27 | fix NULL deference (bzero) on error path added in last commit; | Damien Miller |