summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-08-31no Pp needed before non-compact lists;Jason McIntyre
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-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
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-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-16Fixed typo in "distinct".Tobias Stoeckmann
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-10AF_IMPLINK and AF_BLUETOOTH are gonePhilip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-07-23Make queries using the search list for hostname lookups fail withEric Faurot
2014-07-21Add pthread_sigmask() and raise() to the list of async signal safeMatthew Dempsky
2014-07-21missing newlineTheo de Raadt
2014-07-21Fix typo: s/lstate/lstat/Matthew Dempsky
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook
2014-07-20From ISO/IEC 9899:1999 and 9899:201x,Philip Guenther
2014-07-19arc4random re-seeds with getentropy() now; ok deraadt@ jmc@Christian Weisgerber
2014-07-19Document that abort() is async signal safe now that it doesn't flushMatthew Dempsky
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Oops, getentropy() is an "extension interface", not a "base interface"Matthew Dempsky
2014-07-18Document that getentropy() is async signal safe.Matthew Dempsky
2014-07-18As discussed with beck, tweak the wording for getentropy slightly soTheo de Raadt
2014-07-18Remove "const" from the lsearch(3) manual's synopsis too.Matthew Dempsky
2014-07-18zap trailing whitespace;Jason McIntyre
2014-07-18Change lsearch()'s "base" argument to require a non-const pointer toMatthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-17it is 2014, and we still need to encourage people away from srand()Theo de Raadt
2014-07-17"Race-free because we're running single-threaded in a newTheo de Raadt