Age | Commit message (Expand) | Author |
2015-10-18 | Pull in <float.h> instead of declaring __flt_rounds() locally | Philip Guenther |
2015-10-18 | libc DNS functions will now use the new dnssocket() / dnsconnect() | Theo de Raadt |
2015-10-18 | ld.so no longer needs or uses a bind lock, so stop setting it. This | Philip Guenther |
2015-10-18 | better placement for dnssocket/dnsconnect | Theo de Raadt |
2015-10-18 | create libc stubs for dnssocket() and dnsconnect() | Theo de Raadt |
2015-10-17 | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. | Philip Guenther |
2015-10-17 | Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper | Philip Guenther |
2015-10-17 | PROTO_NORMAL for pledge(); ok guenther | Theo de Raadt |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | Bob Beck |
2015-10-16 | Merge nlist out of boundary access fix with other nlist implementations. | Tobias Stoeckmann |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | Joel Sing |
2015-10-16 | Fix tpyo. | Joel Sing |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | Bob Beck |
2015-10-16 | Validate parsed ELF values to prevent out of boundary accesses. | Tobias Stoeckmann |
2015-10-15 | Don't Xr flock, since that is not the locking method used. | Theo de Raadt |
2015-10-15 | Handle F_ISATTY in the fcntl() stub as well | Theo de Raadt |
2015-10-14 | Document flock request | Todd C. Miller |
2015-10-14 | better fix for overrun reported by Qualys Security. | Ted Unangst |
2015-10-14 | Bail out early if we have no buf_len | Bob Beck |
2015-10-14 | fix a memory leak reported by Qualys Security. | Ted Unangst |
2015-10-14 | Ensure we don't write a 0 byte past end of the buffer in the error case. | Bob Beck |
2015-10-14 | tweak previous (two details i apparently missed) | Ingo Schwarze |
2015-10-14 | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | Reyk Floeter |
2015-10-13 | In rev 1.15 the sizeof argument was fixed in a strlcat() call but | Todd C. Miller |
2015-10-13 | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-10-13 | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | Joel Sing |
2015-10-13 | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | Joel Sing |
2015-10-13 | Group d2i/i2d function prototypes by type and add missing externs for the | Joel Sing |
2015-10-13 | Sync printf family return value with ISO C which specifies that | Todd C. Miller |
2015-10-13 | new sentence, new line; | Jason McIntyre |
2015-10-13 | Tighten the ranges in wcrtomb(3). | Anthony J. Bentley |
2015-10-12 | satisfy jmc! | Theo de Raadt |
2015-10-12 | Add details about a variety of semantics; going to keep adding and then | Theo de Raadt |
2015-10-12 | When isatty() was switched to F_ISATTY, the inline copy in ttyname() | Christian Weisgerber |
2015-10-12 | Make it clear that umask ignores everything but the rwx bits. | Todd C. Miller |
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 |