| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove extra debuggin gsupport that is turned on for head but turned off | Ken Smith | 2011-10-15 | 1 | -1/+1 |
| * | 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 |
| * | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | Konstantin Belousov | 2010-08-17 | 1 | -6/+15 |
| * | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | Joel Dahl | 2010-08-16 | 1 | -2/+2 |
| * | Fix typos and spelling mistakes. | Joel Dahl | 2010-08-06 | 1 | -1/+1 |
| * | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early, | Andrey A. Chernov | 2010-08-05 | 1 | -5/+5 |
| * | mdoc: remove unbalanced quotes | Ulrich Spörlein | 2010-08-02 | 1 | -2/+2 |
| * | Provide 64-bit PowerPC support in libc. | Nathan Whitehorn | 2010-07-10 | 1 | -1/+6 |
| * | In threaded processes, destroy the mutex atexit_mutex when we've | Colin Percival | 2010-06-13 | 1 | -0/+3 |
| * | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | Ulrich Spörlein | 2010-05-13 | 1 | -12/+12 |
| * | The previous revision actually removed the bug being hinted at, so | Christian Brueffer | 2010-05-12 | 1 | -3/+2 |
| * | C language does not has references, it provides pointers. | Konstantin Belousov | 2010-04-21 | 1 | -2/+2 |
| * | Add standards section, improve wording, taking into account the handling | Konstantin Belousov | 2010-04-21 | 1 | -6/+8 |
| * | Free() is not allowed to modify errno, remove safety brackets around it [1]. | Konstantin Belousov | 2010-04-20 | 1 | -13/+5 |
| * | Slightly modernize realpath(3). | Konstantin Belousov | 2010-04-20 | 2 | -8/+65 |
| * | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 2 | -2/+2 |
| * | In reallocf(3), free the memory only when size != 0. Otherwise, when the | Jaakko Heinonen | 2010-03-03 | 1 | -1/+8 |
| * | Rewrite red-black trees to do lazy balance fixup. This improves | Jason Evans | 2010-02-28 | 2 | -772/+837 |
| * | Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I, | Marcel Moolenaar | 2010-02-16 | 1 | -0/+1 |
| * | Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes | Marcel Moolenaar | 2010-02-16 | 1 | -11/+9 |
| * | Fix PR | Martin Cracauer | 2010-02-10 | 1 | -2/+2 |
| * | Fix bugs: | Jason Evans | 2010-01-31 | 4 | -1345/+2249 |
| * | Add missing return, in a rare case where we can't allocate memory in | Ed Maste | 2010-01-27 | 1 | -0/+1 |
| * | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | Jason Evans | 2009-12-10 | 1 | -89/+28 |
| * | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | Jason Evans | 2009-12-10 | 1 | -0/+1 |
| * | Revert behavior change to setenv(), unsetenv() and putenv() until a more | Sean Farley | 2009-12-07 | 1 | -3/+6 |
| * | Update the getenv(3) man page to reflect the recent change to the behavior | Sean Farley | 2009-12-06 | 1 | -9/+9 |
| * | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | Sean Farley | 2009-12-06 | 1 | -6/+3 |
| * | Improve the comment within getenv() explaining the search order it takes to | Sean Farley | 2009-12-06 | 1 | -8/+9 |