summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Sync with actual code.jcamou2006-03-031-2/+6
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Staticize a couple of functions.deischen2006-02-2723-71/+106
* Correct a comment.deischen2006-02-273-22/+6
* Fix typo in manual page reference.wkoszek2006-02-261-1/+1
* Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includesume2006-02-263-85/+420
* - Just query 'as is', if there is a trailing dot in the name.ume2006-02-242-18/+40
* Tell the truth about a) how to get the first fileid, andyar2006-02-221-5/+10
* - Massage wording to make it easier to understand and fix some grammar.brd2006-02-161-4/+4
* Remove extra slash from pty slave device name returned by ptsname.kan2006-02-131-1/+1
* Remove spurious "union arg" from printf.hphk2006-02-041-2/+3
* 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
* Add missing 's' suffix on alternate rendition of time.phk2006-01-311-1/+1
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-301-1/+3
* 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
* Remove debug printf.pjd2006-01-261-1/+0
* Optimize arena_bin_pop() to reduce the number of separator operations.jasone2006-01-261-13/+10
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* ptsname() bits for pts.cognet2006-01-261-5/+45
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-255-1/+187
* 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
* Back out the previous change to rename.2. The previous rename()truckman2006-01-223-9/+8
* rename(), rmdir(), and undelete() fail with EPERM if the last componenttruckman2006-01-213-0/+9
* 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
* Use posix_memalign() in valloc() rather than making assumptions aboutjasone2006-01-122-20/+20
* In preparation for a new malloc implementation:jasone2006-01-125-66/+160
* I wrote getnetconfig where I meant getnetpath in the previous revision.ceri2006-01-111-2/+2
* Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.grog2006-01-103-0/+6
* o Document the possibility of putting 'b' in the flag field.ceri2006-01-061-5/+11
OpenPOWER on IntegriCloud