| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+98 |
| * | Fix typo in manual page reference. | Wojciech A. Koszek | 2006-02-26 | 1 | -1/+1 |
| * | Remove extra slash from pty slave device name returned by ptsname. | Alexander Kabaev | 2006-02-13 | 1 | -1/+1 |
| * | Fix calculation of the number of arenas to use on multi-processor systems. | Jason Evans | 2006-02-04 | 1 | -1/+1 |
| * | Expand contractions. | Joel Dahl | 2006-02-01 | 1 | -1/+1 |
| * | If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there, | Olivier Houchard | 2006-01-29 | 1 | -2/+7 |
| * | Remove unwarranted uses of 'goto'. | Jason Evans | 2006-01-27 | 1 | -201/+151 |
| * | Add NO_MALLOC_EXTRAS, so that various extra features that can cause | Jason Evans | 2006-01-27 | 1 | -3/+16 |
| * | Fix the type of a statistics counter (unsigned --> unsigned long). | Jason Evans | 2006-01-27 | 1 | -1/+1 |
| * | Clean up statistics gathering and printing. | Jason Evans | 2006-01-27 | 1 | -71/+64 |
| * | Optimize arena_bin_pop() to reduce the number of separator operations. | Jason Evans | 2006-01-26 | 1 | -13/+10 |
| * | ptsname() bits for pts. | Olivier Houchard | 2006-01-26 | 1 | -5/+45 |
| * | Remove a redundant variable assignment in arena_reg_frag_alloc(). | Jason Evans | 2006-01-25 | 1 | -1/+0 |
| * | If no coalesced exact-fit small regions are available, but delayed exact- | Jason Evans | 2006-01-25 | 1 | -171/+184 |
| * | Make the 'C' and 'c' malloc options consistent with other options; 'C' | Jason Evans | 2006-01-23 | 1 | -2/+2 |
| * | In arena_chunk_reg_alloc(), try to avoid touching the last page in the | Jason Evans | 2006-01-23 | 1 | -7/+24 |
| * | Use uintptr_t rather than size_t when casting pointers to integers. Also, | Jason Evans | 2006-01-20 | 1 | -44/+45 |
| * | Revert addtion of assertions in revision 1.99. These assertions cause | Jason Evans | 2006-01-19 | 1 | -7/+0 |
| * | Add assertions that detect some forms of region separator corruption. | Jason Evans | 2006-01-19 | 1 | -0/+7 |
| * | Remove loops in arena_coalesce(). They are no longer necessary, now that | Jason Evans | 2006-01-19 | 1 | -4/+5 |
| * | Make all internal variables and functions static. | Jason Evans | 2006-01-19 | 1 | -12/+15 |
| * | Return NULL if there is an OOM error during initialization, rather than | Jason Evans | 2006-01-19 | 1 | -35/+50 |
| * | Add a separate simple internal base allocator and remove base_arena, so that | Jason Evans | 2006-01-16 | 1 | -151/+175 |
| * | Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is | Marcel Moolenaar | 2006-01-16 | 1 | -0/+1 |
| * | Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with | Jason Evans | 2006-01-13 | 2 | -1046/+4536 |
| * | Fix a bitwise logic error in posix_memalign(). | Jason Evans | 2006-01-12 | 1 | -2/+2 |
| * | In preparation for a new malloc implementation: | Jason Evans | 2006-01-12 | 4 | -63/+156 |
| * | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | Tom Rhodes | 2005-12-24 | 4 | -5/+290 |
| * | Fix prototype. | Ruslan Ermilov | 2005-11-23 | 1 | -1/+3 |
| * | Include a couple of headers to ensure consistency between the prototype and | Stefan Farfeleder | 2005-09-12 | 1 | -0/+1 |
| * | Move the declaration of __cleanup to libc_private.h as it is used in both | Stefan Farfeleder | 2005-09-12 | 2 | -2/+4 |
| * | Fix ptsname(3) by converting it to use devname(3) to obtain the name of | Joe Marcus Clarke | 2005-07-07 | 1 | -3/+4 |
| * | Do not require the pty(4) majors to be anything in particular. | Brian Feldman | 2005-03-04 | 1 | -3/+0 |
| * | Remove the check about whether MALLOC_EXTRA_SANITY is defined, | Xin LI | 2005-02-27 | 1 | -2/+0 |
| * | Especially mention that setting errno to EINVAL in "no conversion" case | Andrey A. Chernov | 2005-01-22 | 2 | -4/+8 |
| * | Whitespace/style tweaking of prev. commit. | Andrey A. Chernov | 2005-01-21 | 6 | -24/+18 |
| * | POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make it | Andrey A. Chernov | 2005-01-21 | 6 | -6/+30 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 9 | -77/+77 |
| * | Markup fixes. | Ruslan Ermilov | 2005-01-14 | 1 | -6/+6 |
| * | Fix some signed/unsigned comparisons. Fix prototypes while I'm here. | Brian Somers | 2005-01-12 | 1 | -3/+6 |
| * | sranddev() is not magic pixie dust. While it gives a good random | Warner Losh | 2004-11-10 | 1 | -2/+4 |
| * | Reword recent addition about memory moving. | Alfred Perlstein | 2004-08-19 | 1 | -5/+4 |
| * | Clarify that realloc and reallocf may move the memory allocation. | Alfred Perlstein | 2004-08-18 | 1 | -3/+7 |
| * | Use #include <unistd.h> rather than the explicit externs in the | Warner Losh | 2004-07-31 | 1 | -2/+1 |
| * | mdoc(7) fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -2/+3 |
| * | Move the return value information about the getenv(3) library function | Hiten Pandya | 2004-07-06 | 1 | -4/+10 |
| * | Keep it sync with OpenBSD: | Andrey A. Chernov | 2004-07-06 | 1 | -3/+4 |
| * | Sort SEE ALSO references (in dictionary order, ignoring case). | Ruslan Ermilov | 2004-07-04 | 1 | -1/+1 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -3/+3 |