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
2014-09-01
Sync readlink(2) with IEEE Std 1003.1-2008.
Doug Hogan
2014-08-31
no Pp needed before non-compact lists;
Jason McIntyre
2014-08-31
accept4() should be a cancellation point.
Philip Guenther
2014-08-31
Don't .Xr uuidgen(1) yet.
Miod Vallat
2014-08-31
Sync with FreeBSD. No functional change but more readable code.
Miod Vallat
2014-08-31
Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie'
Miod Vallat
2014-08-31
Make the in6addr constant declarations and definitions consistent
Alexander Bluhm
2014-08-31
Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via
Miod Vallat
2014-08-31
tweaks;
Jason McIntyre
2014-08-31
provide section numbers for xrs;
Jason McIntyre
2014-08-31
They're thread IDs, not PIDs. The wording is a bit clunky, but closer
Philip Guenther
2014-08-31
Declare and document getthrid()
Philip Guenther
2014-08-31
Add sockatmark()
Philip Guenther
2014-08-31
Add additional userland interfaces for setting close-on-exec on fds
Philip Guenther
2014-08-31
Add additional kernel interfaces for setting close-on-exec on fds
Philip Guenther
2014-08-30
Xr __tfork instead of fork
Philip Guenther
2014-08-28
preserve errno value on success.
Brent Cook
2014-08-27
Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces
Florian Obser
2014-08-27
Add the API function ressl_config_set_ecdhcurve(config, name) to set a
Reyk Floeter
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing
2014-08-25
Delete secret or secret-derived data with explicit_bzero.
Doug Hogan
2014-08-24
constify strerror return value
Brent Cook
2014-08-24
Include <sys/time.h> to get struct timeval
Brent Cook
2014-08-24
Include <sys/select.h> to get select
Brent Cook
2014-08-24
Let SSL_CIPHER_description() allocate the buffer for the description,
Joel Sing
2014-08-24
Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a
Joel Sing
2014-08-23
Remove non-standard GOST cipher suites (which are not compiled in
Joel Sing
2014-08-23
Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and
Joel Sing
2014-08-23
unbind;
Jason McIntyre
2014-08-22
POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.
Kenneth R Westerback
2014-08-20
Remove userland bits related to the crypto(4) interface; ok deraadt
Mike Belopuhov
2014-08-19
Three independent typos for `independent' or `independently'.
Miod Vallat
2014-08-18
replace more ROTATE macros with plain-old C code.
bcook
2014-08-18
remove return value from HOST_c2l/l2c macros
bcook
2014-08-18
a small tweak to improve malloc in multithreaded programs. we don't need
Ted Unangst
2014-08-18
Add mention of execvpe() setting errno on failure.
Philip Guenther
2014-08-16
Cover execvpe() in the description of what the envp arg means.
Philip Guenther
2014-08-16
only build the getrandom path if SYS_getrandom is defined.
bcook
2014-08-16
Fixed typo in "distinct".
Tobias Stoeckmann
2014-08-16
getrandom(2) support for getentropy_linux
bcook
2014-08-15
use void * instead of char *. ok jsing
Ted Unangst
2014-08-15
XPG requires insque() and remque() to work with linear lists and not just
Philip Guenther
2014-08-15
Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)
Philip Guenther
2014-08-14
fixed overrid(d)en typo
Tobias Stoeckmann
2014-08-13
munmap correct object in (extremely unlikely, and effectively terminal)
Theo de Raadt
2014-08-12
Merge a patch that i successfully pushed to OpenSSL,
Ingo Schwarze
2014-08-12
Replace intrinsic ROTATE macros with an inline.
bcook
2014-08-11
Guard RSA / RC4-5 ASM when NO_ASM is not defined
bcook
2014-08-11
Check the return value of sk_SSL_CIPHER_new_null(), since it allocates
Joel Sing
2014-08-11
Unchecked memory allocation and potential leak upon error in
Miod Vallat
[next]