| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove implementation-defined, it has already been described in NOTES | davidxu | 2005-12-03 | 1 | -5/+0 |
* | Remove implementation-defined sentences. | davidxu | 2005-12-03 | 3 | -22/+5 |
* | Fix lots of markup and content bug. | davidxu | 2005-12-03 | 7 | -139/+201 |
* | syscall -> system call. | davidxu | 2005-12-02 | 7 | -25/+25 |
* | Fix markup. | davidxu | 2005-12-02 | 1 | -1/+4 |
* | Unbreak build when I fluff the clean-up of __FBSDID diff reduction | ambrisko | 2005-12-02 | 1 | -0/+2 |
* | Add support to easily build FreeBSD unpacked in a chroot of another | ambrisko | 2005-12-02 | 2 | -0/+13 |
* | Tweak markup for POSIX standards. Minor wordsmithing. | imp | 2005-12-01 | 1 | -3/+7 |
* | Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while on | imp | 2005-12-01 | 1 | -0/+17 |
* | Add MLINK for execvP(3). | jhb | 2005-12-01 | 1 | -1/+1 |
* | Update conformance and history sections. | davidxu | 2005-11-30 | 4 | -4/+16 |
* | Symlink mq_send to mq_timedsend. | davidxu | 2005-11-30 | 1 | -0/+2 |
* | Add manuals for POSIX message queue. | davidxu | 2005-11-30 | 8 | -2/+1077 |
* | Implement following POSIX message queue interfaces: | davidxu | 2005-11-26 | 2 | -1/+74 |
* | Make SYNOPSIS compile. | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix prototypes. | ru | 2005-11-24 | 1 | -3/+3 |
* | Fix prototypes. | ru | 2005-11-24 | 1 | -2/+2 |
* | Keep up with const poisoning in uuid.h,v 1.3. | ru | 2005-11-24 | 1 | -6/+6 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -2/+2 |
* | Fix prototype. | ru | 2005-11-23 | 1 | -1/+3 |