| Commit message (Expand) | Author | Age | Files | Lines |
* | ptsname() bits for pts. | cognet | 2006-01-26 | 1 | -5/+45 |
* | Teach openpty() how to deal with pts. | cognet | 2006-01-26 | 1 | -0/+45 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 5 | -1/+187 |
* | Add a dummy arm Write_Disk() function, and compile libdisk on arm. | cognet | 2006-01-25 | 4 | -6/+52 |
* | Move the Internet Society copyright message so that it appears in the | dfr | 2006-01-25 | 35 | -910/+910 |
* | Remove a redundant variable assignment in arena_reg_frag_alloc(). | jasone | 2006-01-25 | 1 | -1/+0 |
* | If no coalesced exact-fit small regions are available, but delayed exact- | jasone | 2006-01-25 | 1 | -173/+186 |
* | Add missing symbol pthread_set_name_np. | davidxu | 2006-01-23 | 1 | -0/+2 |
* | Make the 'C' and 'c' malloc options consistent with other options; 'C' | jasone | 2006-01-23 | 1 | -2/+2 |
* | In arena_chunk_reg_alloc(), try to avoid touching the last page in the | jasone | 2006-01-23 | 1 | -7/+24 |
* | Back out the previous change to rename.2. The previous rename() | truckman | 2006-01-22 | 3 | -9/+8 |
* | rename(), rmdir(), and undelete() fail with EPERM if the last component | truckman | 2006-01-21 | 3 | -0/+9 |
* | Use uintptr_t rather than size_t when casting pointers to integers. Also, | jasone | 2006-01-20 | 1 | -44/+45 |
* | Revert addtion of assertions in revision 1.99. These assertions cause | jasone | 2006-01-19 | 1 | -7/+0 |
* | Add assertions that detect some forms of region separator corruption. | jasone | 2006-01-19 | 1 | -0/+7 |
* | Remove loops in arena_coalesce(). They are no longer necessary, now that | jasone | 2006-01-19 | 1 | -4/+5 |
* | In order to maintain interoperability with certain broken FTP servers, | des | 2006-01-19 | 1 | -2/+18 |
* | Make all internal variables and functions static. | jasone | 2006-01-19 | 1 | -12/+15 |
* | Return NULL if there is an OOM error during initialization, rather than | jasone | 2006-01-19 | 1 | -35/+50 |
* | Disable "tp" support until I figure out why it's breaking the build. <sigh> | kientzle | 2006-01-18 | 1 | -1/+0 |
* | Fix an 11 year old mistake: Let the hash functions take a void* instead | phk | 2006-01-17 | 14 | -28/+35 |
* | If the attempt to open the archive fails (either the client open | kientzle | 2006-01-17 | 2 | -14/+38 |
* | Add support for "tp" format. tp was the standard system | kientzle | 2006-01-17 | 4 | -1/+631 |
* | Restore use of strncpy(), as there is later unconditional termination | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Eliminate unused code. | davidxu | 2006-01-16 | 1 | -7/+1 |
* | Add a separate simple internal base allocator and remove base_arena, so that | jasone | 2006-01-16 | 1 | -151/+175 |
* | Replace strncpy() with strlcpy() when parsing login time limit strings | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Remove unnecessary and undesirable 'static' from function-local keg | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is | marcel | 2006-01-16 | 1 | -0/+1 |
* | Fix typo in comment. | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Validate that the supplied file is not empty before trying mmap(2) it | csjp | 2006-01-15 | 1 | -0/+5 |
* | Enable mutex inheritance code in mutex_fork, I forgot to turn on it. | davidxu | 2006-01-14 | 1 | -1/+11 |
* | Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with | jasone | 2006-01-13 | 2 | -1107/+4597 |
* | Increase the number of spinlocks, since libc's malloc implementation is | jasone | 2006-01-13 | 3 | -3/+3 |
* | In the splnet(9) times netgraph(4) was synchronous and if a message | glebius | 2006-01-12 | 1 | -0/+16 |
* | Fix a bitwise logic error in posix_memalign(). | jasone | 2006-01-12 | 1 | -2/+2 |
* | Use posix_memalign() in valloc() rather than making assumptions about | jasone | 2006-01-12 | 2 | -20/+20 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 8 | -82/+170 |
* | Build shared library on behalf of bsnmpd. | ru | 2006-01-12 | 1 | -1/+0 |
* | I wrote getnetconfig where I meant getnetpath in the previous revision. | ceri | 2006-01-11 | 1 | -2/+2 |
* | The thr_new sysscall was already in libc, don't generate it. | davidxu | 2006-01-11 | 1 | -1/+0 |
* | Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs. | grog | 2006-01-10 | 3 | -0/+6 |
* | Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into | davidxu | 2006-01-10 | 2 | -95/+74 |
* | Rescue pthread_set_name_np for compatible reason, remove unused code. | davidxu | 2006-01-09 | 2 | -151/+10 |
* | Tweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVARIANTS case. | davidxu | 2006-01-09 | 1 | -7/+14 |
* | Return real detached state. | davidxu | 2006-01-09 | 1 | -0/+2 |
* | Fix a bug recently introduced, the _thread_active_count should be | davidxu | 2006-01-08 | 1 | -0/+1 |
* | Allow background threads to be suspended. | davidxu | 2006-01-08 | 1 | -1/+4 |
* | Try to reduce total time needed for suspending all threads, | davidxu | 2006-01-08 | 1 | -4/+17 |
* | Remove functions i386_get_gsbase and i386_set_gsbase, they were already | davidxu | 2006-01-07 | 1 | -14/+0 |