| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unwarranted uses of 'goto'. | jasone | 2006-01-27 | 1 | -203/+153 |
* | Add NO_MALLOC_EXTRAS, so that various extra features that can cause | jasone | 2006-01-27 | 1 | -3/+16 |
* | Fix the type of a statistics counter (unsigned --> unsigned long). | jasone | 2006-01-27 | 1 | -1/+1 |
* | Clean up statistics gathering and printing. | jasone | 2006-01-27 | 1 | -71/+64 |
* | Remove debug printf. | pjd | 2006-01-26 | 1 | -1/+0 |
* | Optimize arena_bin_pop() to reduce the number of separator operations. | jasone | 2006-01-26 | 1 | -13/+10 |
* | Make getttyent() report what the pts ptys as well. | cognet | 2006-01-26 | 1 | -1/+38 |
* | ptsname() bits for pts. | cognet | 2006-01-26 | 1 | -5/+45 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 5 | -1/+187 |
* | 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 |
* | 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 |
* | 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 |
* | Add a separate simple internal base allocator and remove base_arena, so that | jasone | 2006-01-16 | 1 | -151/+175 |
* | Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is | marcel | 2006-01-16 | 1 | -0/+1 |
* | Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with | jasone | 2006-01-13 | 2 | -1107/+4597 |
* | 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 | 5 | -66/+160 |
* | I wrote getnetconfig where I meant getnetpath in the previous revision. | ceri | 2006-01-11 | 1 | -2/+2 |
* | Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs. | grog | 2006-01-10 | 3 | -0/+6 |
* | o Document the possibility of putting 'b' in the flag field. | ceri | 2006-01-06 | 1 | -5/+11 |
* | Document the recently-added EINVAL behavior. | dds | 2006-01-05 | 1 | -1/+7 |
* | gmon now supported on powerpc | grehan | 2005-12-29 | 1 | -2/+0 |
* | The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms. | grehan | 2005-12-29 | 1 | -1/+1 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 4 | -5/+290 |
* | Add abort2 manual page. | phk | 2005-12-23 | 2 | -1/+100 |
* | Explicitely use a "signed char" instead of a "char", for those archs where | cognet | 2005-12-22 | 1 | -2/+2 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -0/+9 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -3/+3 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 9 | -0/+2054 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 3 | -9/+19 |
* | Sort .Xr by section number. | davidxu | 2005-12-13 | 8 | -14/+14 |
* | /* You're not supposed to hit this problem */ | phk | 2005-12-13 | 1 | -2/+2 |
* | Add cross references to siginfo.3. | davidxu | 2005-12-13 | 10 | -3/+13 |
* | Fix markeup. | davidxu | 2005-12-06 | 1 | -1/+2 |
* | Fix markup. | davidxu | 2005-12-05 | 1 | -5/+13 |
* | Document SIGEV_NONE and SIGEV_SIGNAL. | davidxu | 2005-12-05 | 1 | -0/+15 |
* | Fix prototype. | ru | 2005-12-03 | 1 | -1/+1 |
* | Fix type of argument. | ru | 2005-12-03 | 1 | -1/+1 |
* | Break hard sentence break. | ru | 2005-12-03 | 1 | -1/+2 |
* | Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. | ambrisko | 2005-12-03 | 3 | -6/+42 |