aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move the Internet Society copyright message so that it appears in theDoug Rabson2006-01-2535-910/+910
* Remove a redundant variable assignment in arena_reg_frag_alloc().Jason Evans2006-01-251-1/+0
* If no coalesced exact-fit small regions are available, but delayed exact-Jason Evans2006-01-251-173/+186
* Add missing symbol pthread_set_name_np.David Xu2006-01-231-0/+2
* Make the 'C' and 'c' malloc options consistent with other options; 'C'Jason Evans2006-01-231-2/+2
* In arena_chunk_reg_alloc(), try to avoid touching the last page in theJason Evans2006-01-231-7/+24
* Back out the previous change to rename.2. The previous rename()Don Lewis2006-01-223-9/+8
* rename(), rmdir(), and undelete() fail with EPERM if the last componentDon Lewis2006-01-213-0/+9
* Use uintptr_t rather than size_t when casting pointers to integers. Also,Jason Evans2006-01-201-44/+45
* Revert addtion of assertions in revision 1.99. These assertions causeJason Evans2006-01-191-7/+0
* Add assertions that detect some forms of region separator corruption.Jason Evans2006-01-191-0/+7
* Remove loops in arena_coalesce(). They are no longer necessary, now thatJason Evans2006-01-191-4/+5
* In order to maintain interoperability with certain broken FTP servers,Dag-Erling Smørgrav2006-01-191-2/+18
* Make all internal variables and functions static.Jason Evans2006-01-191-12/+15
* Return NULL if there is an OOM error during initialization, rather thanJason Evans2006-01-191-35/+50
* Disable "tp" support until I figure out why it's breaking the build. <sigh>Tim Kientzle2006-01-181-1/+0
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-1714-28/+35
* If the attempt to open the archive fails (either the client openTim Kientzle2006-01-172-14/+38
* Add support for "tp" format. tp was the standard systemTim Kientzle2006-01-174-1/+631
* Restore use of strncpy(), as there is later unconditional terminationRobert Watson2006-01-161-1/+1
* Eliminate unused code.David Xu2006-01-161-7/+1
* Add a separate simple internal base allocator and remove base_arena, so thatJason Evans2006-01-161-151/+175
* Replace strncpy() with strlcpy() when parsing login time limit stringsRobert Watson2006-01-161-1/+1
* Remove unnecessary and undesirable 'static' from function-local kegRobert Watson2006-01-161-1/+1
* Define NO_TLS on ia64. The dynamic TLS implementation on ia64 isMarcel Moolenaar2006-01-161-0/+1
* Fix typo in comment.Robert Watson2006-01-161-1/+1
* Validate that the supplied file is not empty before trying mmap(2) itChristian S.J. Peron2006-01-151-0/+5
* Enable mutex inheritance code in mutex_fork, I forgot to turn on it.David Xu2006-01-141-1/+11
* Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withJason Evans2006-01-132-1107/+4597
* Increase the number of spinlocks, since libc's malloc implementation isJason Evans2006-01-133-3/+3
* In the splnet(9) times netgraph(4) was synchronous and if a messageGleb Smirnoff2006-01-121-0/+16
* Fix a bitwise logic error in posix_memalign().Jason Evans2006-01-121-2/+2
* Use posix_memalign() in valloc() rather than making assumptions aboutJason Evans2006-01-122-20/+20
* In preparation for a new malloc implementation:Jason Evans2006-01-128-82/+170
* Build shared library on behalf of bsnmpd.Ruslan Ermilov2006-01-121-1/+0
* I wrote getnetconfig where I meant getnetpath in the previous revision.Ceri Davies2006-01-111-2/+2
* The thr_new sysscall was already in libc, don't generate it.David Xu2006-01-111-1/+0
* Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.Greg Lehey2006-01-103-0/+6
* Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked intoDavid Xu2006-01-102-95/+74
* Rescue pthread_set_name_np for compatible reason, remove unused code.David Xu2006-01-092-151/+10
* Tweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVARIANTS case.David Xu2006-01-091-7/+14
* Return real detached state.David Xu2006-01-091-0/+2
* Fix a bug recently introduced, the _thread_active_count should beDavid Xu2006-01-081-0/+1
* Allow background threads to be suspended.David Xu2006-01-081-1/+4
* Try to reduce total time needed for suspending all threads,David Xu2006-01-081-4/+17
* Remove functions i386_get_gsbase and i386_set_gsbase, they were alreadyDavid Xu2006-01-071-14/+0
* o Document the possibility of putting 'b' in the flag field.Ceri Davies2006-01-061-5/+11
* Refine thread suspension code, now thread suspension is a blockableDavid Xu2006-01-057-68/+177
* Oops, on amd64 (and probably on all non-i386 systems), the previousBruce Evans2006-01-051-6/+11
* Document the recently-added EINVAL behavior.Diomidis Spinellis2006-01-051-1/+7