| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Use O_CLOEXEC for various internal file descriptors. | Jilles Tjoelker | 2012-09-29 | 2 | -2/+2 |
* | Slight stylification. | Dag-Erling Smørgrav | 2012-09-28 | 1 | -18/+11 |
* | According to a clarification at http://austingroupbugs.net/view.php?id=503 | Ed Maste | 2012-09-12 | 2 | -4/+3 |
* | Avoid mapping ENOENT to ENOTDIR for non-existent path components. | Ed Maste | 2012-09-12 | 1 | -2/+0 |
* | Add the same warning to rand48(3) as to rand(3) and random(3). | Dag-Erling Smørgrav | 2012-09-11 | 1 | -1/+0 |
* | Bump dates. | Dag-Erling Smørgrav | 2012-09-04 | 2 | -2/+2 |
* | Add a prominent warning about these functions' unsuitability for | Dag-Erling Smørgrav | 2012-09-04 | 2 | -13/+17 |
* | Make 'junk' volatile so that compilers won't be tempted to optimize | Kevin Lo | 2012-08-17 | 1 | -1/+1 |
* | Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro. | Sergey Kandaurov | 2012-07-26 | 2 | -2/+4 |
* | Remove end of line whitespace. | Joel Dahl | 2012-06-26 | 1 | -1/+1 |
* | Add more locale-specific functions to the relevant man pages and | Isabell Long | 2012-06-25 | 2 | -1/+19 |
* | Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22) | Xin LI | 2012-06-11 | 1 | -8/+1 |
* | 1) Although unpublished version of standard | Andrey A. Chernov | 2012-06-05 | 1 | -17/+6 |
* | 1) IEEE Std 1003.1-2008, "errno" section, is explicit that | Andrey A. Chernov | 2012-06-04 | 1 | -6/+16 |
* | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-11 | 2 | -3/+4 |
* | According to SUSv4, realpath(3) must fail if | Konstantin Belousov | 2012-05-11 | 2 | -12/+29 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | Jason Evans | 2012-04-17 | 11 | -8241/+167 |
* | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 2 | -7/+7 |
* | Add aligned_alloc(3). | Ed Schouten | 2012-01-09 | 4 | -9/+55 |
* | Properly sort functions by name. | Ed Schouten | 2012-01-08 | 1 | -3/+3 |
* | Add missing opening and closing brackets in getopt_long.3 and getsubopt.3 | Glen Barber | 2011-12-26 | 2 | -3/+6 |
* | Since clang does not support the tls_model attribute used in malloc.c | Dimitry Andric | 2011-12-15 | 1 | -2/+10 |
* | Small style(9) improvements. | David Chisnall | 2011-12-15 | 1 | -2/+4 |
* | Some fixes to the man pages for [at_]quick_exit(3) | David Chisnall | 2011-12-07 | 2 | -12/+17 |
* | style(9) cleanups. | David Chisnall | 2011-12-07 | 1 | -10/+7 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | David Chisnall | 2011-12-07 | 7 | -3/+204 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 12 | -20/+203 |
* | Fix a warning emitted by Clang. | Ed Schouten | 2011-11-04 | 1 | -1/+2 |
* | Fix building of 32-bit compat libraries on amd64 with clang, and using | Dimitry Andric | 2011-07-18 | 1 | -4/+0 |
* | Fix whitespace inconsistencies in libc in files copyrighted by me. | Ed Schouten | 2011-06-26 | 1 | -1/+1 |
* | Change sparc64 to use the initial exec TLS model, too. This avoids random | Marius Strobl | 2011-06-21 | 1 | -1/+1 |
* | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | Marcel Moolenaar | 2011-03-17 | 1 | -1/+1 |
* | Now that TLS generally is available on sparc64 since r219534 turn on | Marius Strobl | 2011-03-11 | 1 | -1/+1 |
* | Correct a typo in the malloc(3) manpage. Malloc options are set in the | Ryan Stone | 2011-03-07 | 1 | -2/+2 |
* | Put in a temporary workaround for ctfmerge hanging on processing | Dimitry Andric | 2011-03-01 | 1 | -0/+4 |
* | Fix some style(9) issues. | Konstantin Belousov | 2011-01-08 | 1 | -4/+5 |
* | Revert to r214147, errno is not clobbered as originally | Benedict Reuschling | 2010-10-22 | 1 | -2/+0 |
* | Document strtonum()s behavior of setting errno to 0 when no error is found. | Benedict Reuschling | 2010-10-21 | 1 | -0/+2 |
* | Sync with OpenBSD rev. 1.13: | Benedict Reuschling | 2010-10-21 | 1 | -2/+1 |
* | mdoc: drop redundant .Pp and .LP calls | Ulrich Spörlein | 2010-10-08 | 2 | -2/+0 |
* | Missed space. | Konstantin Belousov | 2010-10-06 | 1 | -1/+1 |
* | Add cross-references to lrand48(3) and arc4random(3) from rand(3) | Konstantin Belousov | 2010-10-06 | 2 | -1/+11 |
* | Revert changes of 'assure' to 'ensure' made in r211936. | Rebecca Cran | 2010-09-11 | 1 | -2/+2 |
* | Because POSIX does not allow EINTR to be returned from sigwait(), | David Xu | 2010-09-10 | 1 | -1/+1 |
* | Fix incorrect usage of 'assure' and 'insure'. | Rebecca Cran | 2010-08-28 | 1 | -2/+2 |
* | Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info. | Konstantin Belousov | 2010-08-27 | 1 | -1/+1 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | Warner Losh | 2010-08-24 | 1 | -2/+2 |
* | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -2/+2 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | Konstantin Belousov | 2010-08-23 | 1 | -3/+20 |
* | Style. | Konstantin Belousov | 2010-08-23 | 1 | -2/+2 |