summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-09-13Make sure that the following functions return 0 and EINVAL asIngo Schwarze
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt.Mark Kettenis
2014-09-12Fix some bugs in the _Qp_sqrt implementation that would limit the accuracyMark Kettenis
2014-09-10zap trailing whitespace;Jason McIntyre
2014-09-10document \<word\> as being non standardJonathan Gray
2014-09-10sockatmark(3) has been implemented; add it to the async-signal-safe listsPhilip Guenther
2014-09-10update STANDARDS reference from POSIX 1990 to POSIX 2008;Ingo Schwarze
2014-09-09Identify domains with AF_* instead of PF_* herePhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>Philip Guenther
2014-09-09tweak previous;Jason McIntyre
2014-09-09Don't need to mention names on .Rv line herePhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09We have no protocols which require explicit confirmationPhilip Guenther
2014-09-08bump minor after addition of \<word\> support to regcomp; ok miod@Christian Weisgerber
2014-09-08add \<word\> support to regcomp. prompted by renewed interest from jsgTed Unangst
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-07Document that 4.4BSD changed the semantics but that others have restoredPhilip Guenther
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,Joel Sing
2014-09-07Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating socketsPhilip Guenther
2014-09-04POSIX specifies arpa/inet.h as the include file for these.Todd C. Miller
2014-09-02Fix previous commit: fd wasn't set in the FAE_DUP2 casePhilip Guenther
2014-09-01The libevent event_log() function called by event_msgx() adds a newAlexander Bluhm
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