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