summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Modify allocation policy, in order to avoid excessive fragmentation forjasone2006-03-172-2503/+1070
* Add a non-optional newline after ".Bx".ru2006-03-151-1/+2
* Revert previous changes as we do support the .Ox macro for OpenBSD.andre2006-03-151-2/+4
* POSIXed strtoll() (and ours one too) can set errno to EINVAL, so checkache2006-03-141-1/+1
* Fix HISTORY and point to OpenBSD.andre2006-03-141-5/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-144-3/+227
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+98
* Fix typo in manual page reference.wkoszek2006-02-261-1/+1
* Remove extra slash from pty slave device name returned by ptsname.kan2006-02-131-1/+1
* Fix calculation of the number of arenas to use on multi-processor systems.jasone2006-02-041-1/+1
* Expand contractions.joel2006-02-011-1/+1
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,cognet2006-01-291-2/+7
* Remove unwarranted uses of 'goto'.jasone2006-01-271-203/+153
* Add NO_MALLOC_EXTRAS, so that various extra features that can causejasone2006-01-271-3/+16
* Fix the type of a statistics counter (unsigned --> unsigned long).jasone2006-01-271-1/+1
* Clean up statistics gathering and printing.jasone2006-01-271-71/+64
* Optimize arena_bin_pop() to reduce the number of separator operations.jasone2006-01-261-13/+10
* ptsname() bits for pts.cognet2006-01-261-5/+45
* Remove a redundant variable assignment in arena_reg_frag_alloc().jasone2006-01-251-1/+0
* If no coalesced exact-fit small regions are available, but delayed exact-jasone2006-01-251-173/+186
* Make the 'C' and 'c' malloc options consistent with other options; 'C'jasone2006-01-231-2/+2
* In arena_chunk_reg_alloc(), try to avoid touching the last page in thejasone2006-01-231-7/+24
* Use uintptr_t rather than size_t when casting pointers to integers. Also,jasone2006-01-201-44/+45
* Revert addtion of assertions in revision 1.99. These assertions causejasone2006-01-191-7/+0
* Add assertions that detect some forms of region separator corruption.jasone2006-01-191-0/+7
* Remove loops in arena_coalesce(). They are no longer necessary, now thatjasone2006-01-191-4/+5
* Make all internal variables and functions static.jasone2006-01-191-12/+15
* Return NULL if there is an OOM error during initialization, rather thanjasone2006-01-191-35/+50
* Add a separate simple internal base allocator and remove base_arena, so thatjasone2006-01-161-151/+175
* Define NO_TLS on ia64. The dynamic TLS implementation on ia64 ismarcel2006-01-161-0/+1
* Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withjasone2006-01-132-1107/+4597
* Fix a bitwise logic error in posix_memalign().jasone2006-01-121-2/+2
* In preparation for a new malloc implementation:jasone2006-01-124-63/+156
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-244-5/+290
* Fix prototype.ru2005-11-231-1/+3
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-121-0/+1
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-122-2/+4
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofmarcus2005-07-071-3/+4
* Do not require the pty(4) majors to be anything in particular.green2005-03-041-3/+0
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,delphij2005-02-271-2/+0
* Especially mention that setting errno to EINVAL in "no conversion" caseache2005-01-222-4/+8
* Whitespace/style tweaking of prev. commit.ache2005-01-216-24/+18
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itache2005-01-216-6/+30
* Sort sections.ru2005-01-209-77/+77
* Markup fixes.ru2005-01-141-6/+6
* Fix some signed/unsigned comparisons. Fix prototypes while I'm here.brian2005-01-121-3/+6
* sranddev() is not magic pixie dust. While it gives a good randomimp2004-11-101-2/+4
* Reword recent addition about memory moving.alfred2004-08-191-5/+4
* Clarify that realloc and reallocf may move the memory allocation.alfred2004-08-181-3/+7
OpenPOWER on IntegriCloud