Age | Commit message (Expand) | Author |
2015-09-09 | Bump for symbol removals | Philip Guenther |
2015-09-09 | Hide __sigintr and __strsignal as internal implementation details. | Philip Guenther |
2015-09-09 | Hide all unnecessary asr / resolver related API with _ prefixes. | Theo de Raadt |
2015-09-09 | Use SOCK_NONBLOCK in a couple more places | Philip Guenther |
2015-09-09 | Stop exporting from libc the <mpool.h> and the mpool_* API | Philip Guenther |
2015-09-09 | Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc | Theo de Raadt |
2015-09-09 | Only take ownership of a socket if we allocated it within libtls. If we are | Joel Sing |
2015-09-09 | Syslogd can handle 8192 bytes per message now. Increase the libc | Alexander Bluhm |
2015-09-09 | Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that's | Mark Kettenis |
2015-09-09 | Now that ld(1) will generate a read-only GOT for truly static binaries, we | Mark Kettenis |
2015-09-09 | Simplify makefile rules for building the ASM stubs into "pick something | Philip Guenther |
2015-09-09 | Backtrack a little bit and don't try to use the per-thread errno location if | Mark Kettenis |
2015-09-08 | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to | David Gwynne |
2015-09-08 | Remove the default HTTPS port from tls_connect() - this is a TLS library, | Joel Sing |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-09-07 | Add getfsstat(2) to TAME_RPATH; OK deraadt@ | tim |
2015-09-06 | Document the rule for keeping static and shared archs in sync | Philip Guenther |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-06 | spacing required before punctuation; | Jason McIntyre |
2015-09-06 | remove excessive Xr; from rob pierce | Theo de Raadt |
2015-09-05 | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return | Philip Guenther |
2015-09-05 | This is probably what guenther@ had in mind. | Miod Vallat |
2015-09-05 | off-by-one for the previous patch. the limit is inclusive: 0x10ffff is a vali... | Sebastien Marie |
2015-09-05 | Hide some YP internals. Annotate a few private hooks currently used | Theo de Raadt |
2015-09-05 | rather than assuming stderr is alive, open + dprintf to /dev/tty | Theo de Raadt |
2015-09-05 | check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629. | Sebastien Marie |
2015-09-05 | Delete duplicated CVS $foo tags | Philip Guenther |
2015-09-05 | Use new framework for wrapping dbopen() | Philip Guenther |
2015-09-05 | Use new framework for wrapping cat{open,gets,close}(), eliminating | Philip Guenther |
2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-09-04 | Add missing information to the socket splicing man page to make it | Alexander Bluhm |
2015-09-04 | word fix; from henning petersen (netbsd pr/49641, -r1.18) | Jason McIntyre |
2015-09-04 | fix a race when fetching files from the kernel. the number of files | David Gwynne |
2015-09-04 | add kvm_realloc() as a private function. | David Gwynne |
2015-09-03 | no more gcc2. | Daniel Dickman |
2015-09-02 | Replace dtls1_client_hello() with ssl3_client_hello() - both are basically | Joel Sing |
2015-09-02 | Fewer magic numbers - we already have defines for the header lengths, so | Joel Sing |
2015-09-02 | use _PATH_RESCONF | Theo de Raadt |
2015-09-02 | Delete 3 more stderr messages, right before returning a proper error. | Theo de Raadt |
2015-09-02 | do not printf() on error from libc; ok millert | Theo de Raadt |
2015-09-01 | Remove all bogus writes to stderr. Only explicit requests should | Theo de Raadt |
2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these | Theo de Raadt |
2015-09-01 | Remove duplicate prototype for SSL_get_selected_srtp_profile(). | Joel Sing |
2015-09-01 | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | Joel Sing |
2015-09-01 | Make it always safe to call CBB_cleanup() providing that CBB_init() or | Joel Sing |
2015-09-01 | In static binaries, invoke kbind() once to disable it. | Philip Guenther |
2015-08-31 | only 32-bit systems need the quad functions. | Theo de Raadt |
2015-08-31 | use #function rather than @function on arm | Theo de Raadt |
2015-08-31 | Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em too | Philip Guenther |
2015-08-31 | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. | Philip Guenther |