index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2015-10-23
Fix waitpid() loop again: do the errno check only if waitpid() returns -1
Philip Guenther
2015-10-23
Use waitpid() instead of wait() to avoid returning early from another child
Philip Guenther
2015-10-23
Loop the waitpid() on EINTR, and save and restore the disposition of
Philip Guenther
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
Philip Guenther
2015-10-23
Add 3 new pledge requests. "ps" exposes enough sysctl information for
Theo de Raadt
2015-10-23
crank libc major
Theo de Raadt
2015-10-23
Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS
Theo de Raadt
2015-10-23
Switch to using SOCK_DNS flag, rather than the dnssocket() and
Theo de Raadt
2015-10-22
Cast ctype function arguments to unsigned char.
mmcc
2015-10-22
Another change that is needed to restore the previous behaviour of
Joel Sing
2015-10-22
Restore previous behaviour and allow
Joel Sing
2015-10-22
document "id" request; from Gregor Best
Theo de Raadt
2015-10-21
Reject too small bits value in BN_generate_prime_ex(), so that it does not risk
Miod Vallat
2015-10-21
In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code
Joel Sing
2015-10-20
Document SOCK_DNS flag
Theo de Raadt
2015-10-20
Lob a style(9) grenade in here.
Joel Sing
2015-10-19
Remove old tame() stub
Theo de Raadt
2015-10-19
free rbio before wbio
Bob Beck
2015-10-19
missing deref on char check. from David Binderman
Ted Unangst
2015-10-19
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
Bob Beck
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
[next]