summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* obvious cases of missing .An;schwarze2014-09-085-17/+23
* Document that 4.4BSD changed the semantics but that others have restoredguenther2014-09-071-3/+14
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-0716-182/+54
* Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating socketsguenther2014-09-071-7/+4
* POSIX specifies arpa/inet.h as the include file for these.millert2014-09-041-3/+3
* Fix previous commit: fd wasn't set in the FAE_DUP2 caseguenther2014-09-021-3/+4
* The libevent event_log() function called by event_msgx() adds a newbluhm2014-09-011-3/+2
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-011-4/+4
* no Pp needed before non-compact lists;jmc2014-08-311-2/+1
* accept4() should be a cancellation point.guenther2014-08-313-4/+27
* Don't .Xr uuidgen(1) yet.miod2014-08-311-3/+3
* Sync with FreeBSD. No functional change but more readable code.miod2014-08-311-20/+18
* Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie'miod2014-08-311-20/+121
* Make the in6addr constant declarations and definitions consistentbluhm2014-08-311-3/+3
* Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viamiod2014-08-3112-1/+877
* tweaks;jmc2014-08-311-8/+8
* provide section numbers for xrs;jmc2014-08-312-4/+4
* They're thread IDs, not PIDs. The wording is a bit clunky, but closerguenther2014-08-311-7/+7
* Declare and document getthrid()guenther2014-08-313-4/+83
* Add sockatmark()guenther2014-08-313-5/+170
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-3111-98/+292
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-3110-42/+210
* Xr __tfork instead of forkguenther2014-08-301-3/+3
* preserve errno value on success.bcook2014-08-282-8/+12
* Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesflorian2014-08-271-8/+2
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-274-9/+29
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-2655-33619/+0
* Delete secret or secret-derived data with explicit_bzero.doug2014-08-252-15/+15
* constify strerror return valuebcook2014-08-242-4/+4
* Include <sys/time.h> to get struct timevalbcook2014-08-242-2/+4
* Include <sys/select.h> to get selectbcook2014-08-244-4/+9
* Let SSL_CIPHER_description() allocate the buffer for the description,jsing2014-08-241-4/+6
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-2410-58/+38
* Remove non-standard GOST cipher suites (which are not compiled injsing2014-08-232-136/+2
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-238-80/+60
* unbind;jmc2014-08-235-27/+16
* POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.krw2014-08-221-3/+3
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-201-21/+3
* Three independent typos for `independent' or `independently'.miod2014-08-192-2/+2
* replace more ROTATE macros with plain-old C code.bcook2014-08-184-80/+38
* remove return value from HOST_c2l/l2c macrosbcook2014-08-1816-212/+212
* a small tweak to improve malloc in multithreaded programs. we don't needtedu2014-08-181-7/+21
* Add mention of execvpe() setting errno on failure.guenther2014-08-181-3/+4
* Cover execvpe() in the description of what the envp arg means.guenther2014-08-161-3/+5
* only build the getrandom path if SYS_getrandom is defined.bcook2014-08-162-6/+14
* Fixed typo in "distinct".tobias2014-08-161-3/+3
* getrandom(2) support for getentropy_linuxbcook2014-08-162-26/+20
* use void * instead of char *. ok jsingtedu2014-08-152-6/+6
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-155-101/+26
* Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)guenther2014-08-155-62/+41