Age | Commit message (Expand) | Author |
2014-10-11 | obvious reallocarray() use | Theo de Raadt |
2014-10-11 | use reallocarray, and avoid this << 1 ugliness. | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Add UTC support to %Z conversion in strptime(). | Doug Hogan |
2014-10-10 | replace select with equiv poll usage. | David Gwynne |
2014-10-10 | Remove unnecessary includes now that we are no longer using select() | Todd C. Miller |
2014-10-09 | replace the use of select() for a short sleep with nanosleep(). | David Gwynne |
2014-10-09 | use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us | Theo de Raadt |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | using reallocarray() gives us multiplicative integer overflow checking | Theo de Raadt |
2014-10-08 | obvious conversion of realloc() to reallocarray(). Luckily this is | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | obvious malloc -> reallocarray, for mult int oflow | Theo de Raadt |
2014-10-08 | reallocarray() to detect potential int overflow; ok doug | Theo de Raadt |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-10-03 | Strip trailing new-lines from syslog messages. This avoids empty | Alexander Bluhm |
2014-10-02 | Fix a crash when there is text after a failed %Z conversion in strptime. | Doug Hogan |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-09-15 | Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards | Philip Guenther |
2014-09-15 | Use _PATH_NETWORKS for "/etc/networks" | Philip Guenther |
2014-09-15 | Mention that SIGTHR is both local and weird | Philip Guenther |
2014-09-14 | Do not claim that empty numbers set EINVAL, our implementation doesn't. | Ingo Schwarze |
2014-09-13 | Make sure that the following functions return 0 and EINVAL as | Ingo Schwarze |
2014-09-12 | Fix some bugs in the _Qp_sqrt implementation that would limit the accuracy | Mark Kettenis |
2014-09-10 | zap trailing whitespace; | Jason McIntyre |
2014-09-10 | document \<word\> as being non standard | Jonathan Gray |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-10 | update STANDARDS reference from POSIX 1990 to POSIX 2008; | Ingo Schwarze |
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther |
2014-09-09 | tweak previous; | Jason McIntyre |
2014-09-09 | Don't need to mention names on .Rv line here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | We have no protocols which require explicit confirmation | Philip Guenther |
2014-09-08 | bump minor after addition of \<word\> support to regcomp; ok miod@ | Christian Weisgerber |
2014-09-08 | add \<word\> support to regcomp. prompted by renewed interest from jsg | Ted Unangst |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther |
2014-09-04 | POSIX specifies arpa/inet.h as the include file for these. | Todd C. Miller |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | no Pp needed before non-compact lists; | Jason McIntyre |
2014-08-31 | Don't .Xr uuidgen(1) yet. | Miod Vallat |
2014-08-31 | Sync with FreeBSD. No functional change but more readable code. | Miod Vallat |
2014-08-31 | Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie' | Miod Vallat |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |