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