summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-10-11obvious reallocarray() useTheo de Raadt
2014-10-11use reallocarray, and avoid this << 1 ugliness.Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Add UTC support to %Z conversion in strptime().Doug Hogan
2014-10-10replace select with equiv poll usage.David Gwynne
2014-10-10Remove unnecessary includes now that we are no longer using select()Todd C. Miller
2014-10-09replace the use of select() for a short sleep with nanosleep().David Gwynne
2014-10-09use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usTheo de Raadt
2014-10-08obvious realloc -> reallocarray conversionTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08using reallocarray() gives us multiplicative integer overflow checkingTheo de Raadt
2014-10-08obvious conversion of realloc() to reallocarray(). Luckily this isTheo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt
2014-10-08obvious malloc -> reallocarray, for mult int oflowTheo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() for mult int overflow detect; ok dougTheo de Raadt
2014-10-03Strip trailing new-lines from syslog messages. This avoids emptyAlexander Bluhm
2014-10-02Fix a crash when there is text after a failed %Z conversion in strptime.Doug Hogan
2014-09-15We missed a hyphen in 'async-signal-safe'Philip Guenther
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-09-15Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwardsPhilip Guenther
2014-09-15Use _PATH_NETWORKS for "/etc/networks"Philip Guenther
2014-09-15Mention that SIGTHR is both local and weirdPhilip Guenther
2014-09-14Do not claim that empty numbers set EINVAL, our implementation doesn't.Ingo Schwarze
2014-09-13Make sure that the following functions return 0 and EINVAL asIngo Schwarze
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-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