Age | Commit message (Expand) | Author |
2015-10-12 | Make wcrtomb() more readable by weeding out range errors up front, | Ingo Schwarze |
2015-10-12 | pledge wasn't called pledge in 5.8, and it was disabled; | Ingo Schwarze |
2015-10-12 | unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that | Philip Guenther |
2015-10-12 | make description of ERRORS more complete; | Ingo Schwarze |
2015-10-11 | Do not insert whitespace into syntax displays, it's just confusing, | Ingo Schwarze |
2015-10-11 | Fix empty .No macros, use .Pf to prefix delimiters to macros. | Ingo Schwarze |
2015-10-11 | Document that execve(2) resets SIGCHLD to SIG_DFL | Philip Guenther |
2015-10-11 | Prefer .Fa over .Em for struct members | Philip Guenther |
2015-10-11 | Document that bind(2) and connect(2) ignore the incoming sa_len | Philip Guenther |
2015-10-10 | Code points U+10000 to U+fffff are valid, too. | Ingo Schwarze |
2015-10-09 | do not use weak; plus this dies next week | Theo de Raadt |
2015-10-09 | oops, typo spotted in temporary .c file, by semarie | Theo de Raadt |
2015-10-09 | fix a gotcha in the connect refactoring, that could result in dropping | Theo de Raadt |
2015-10-09 | tame -> pledge conversion, in libc. I should crank libc, but am cheating | Theo de Raadt |
2015-10-08 | If getaddrinfo() succeeds, then don't try look ups with other flags, even | Philip Guenther |
2015-10-08 | fix conditionals | Eric Faurot |
2015-10-08 | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ | Theo de Raadt |
2015-10-08 | trailing whitespace; | Jason McIntyre |
2015-10-08 | Rip the guts out of another gibbering horror of a time comparison function, and | Bob Beck |
2015-10-08 | revert previous accidental commit | Bob Beck |
2015-10-08 | Spelling in comment | Bob Beck |
2015-10-07 | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | Bob Beck |
2015-10-07 | Allow us to get cipher and version even if there is not a peer certificate. | Bob Beck |
2015-10-07 | Be explicit that the user is responsible for freeing the line buffer | Todd C. Miller |
2015-10-07 | getaddrinfo_async() shouldn't unconditionally intialize the resolver | Theo de Raadt |
2015-10-07 | getaddrinfo() should not res_init() unconditionally, but allow lower | Theo de Raadt |
2015-10-07 | include <sys/time.h> for gettimeofday(2) | Brent Cook |
2015-10-06 | Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a | Tim van der Molen |
2015-10-06 | prefer limits.h over sys/limits.h | Brent Cook |
2015-10-05 | Fix missing checks for truncation of long file names. Rather than | Alexandre Ratchov |
2015-10-05 | Make sure dot is not set after tz - fixes incorrect handling, which allows | Joel Sing |
2015-10-05 | Wrap <resolv.h> so that internal calls go direct | Philip Guenther |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-10-04 | mention sendto(2) destination address restriction for "rw" | Damien Miller |
2015-10-04 | Apply some style(9), tweak a few things for readability and add some | Joel Sing |
2015-10-04 | Clarify a point. Adjust punctuation after discussion w/ jmc@ | Philip Guenther |
2015-10-04 | Wrap <search.h> to make all the symbols there weak | Philip Guenther |
2015-10-04 | Wrap <spawn.h> to make all the symbols there weak | Philip Guenther |
2015-10-04 | wrap __ivaliduser_sa() so the internal call is direct (at least until we | Philip Guenther |
2015-10-04 | wrap _fwalk() so internal calls are direct (at least until we stop | Philip Guenther |
2015-10-04 | recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) | Philip Guenther |
2015-10-04 | getpeereid() and sockatmark() are neither used in libc nor in ISO C, so mark | Philip Guenther |
2015-10-04 | __fdnlist() is exported for libkvm, but the internal call can go direct | Philip Guenther |
2015-10-04 | __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weak | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-10-03 | Initially eric developers asr as a side-load style library for async DNS. | Theo de Raadt |
2015-10-03 | missing asr* -> _asr* symbol rename for building with debug code | Eric Faurot |
2015-10-03 | SSL_new(): fix ref counting and memory leak in error path. | Doug Hogan |
2015-10-02 | make a && && & block more readable. no binary change. | Theo de Raadt |
2015-10-02 | Flense the greasy black guts of unreadble string parsing code out of three areas | Bob Beck |