summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the recently-added EINVAL behavior.dds2006-01-051-1/+7
* gmon now supported on powerpcgrehan2005-12-291-2/+0
* The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.grehan2005-12-291-1/+1
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-244-5/+290
* Add abort2 manual page.phk2005-12-232-1/+100
* Explicitely use a "signed char" instead of a "char", for those archs wherecognet2005-12-221-2/+2
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-0/+9
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-3/+3
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-169-0/+2054
* With current pthread implementations, a mutex initialization willdavidxu2005-12-163-9/+19
* Sort .Xr by section number.davidxu2005-12-138-14/+14
* /* You're not supposed to hit this problem */phk2005-12-131-2/+2
* Add cross references to siginfo.3.davidxu2005-12-1310-3/+13
* Fix markeup.davidxu2005-12-061-1/+2
* Fix markup.davidxu2005-12-051-5/+13
* Document SIGEV_NONE and SIGEV_SIGNAL.davidxu2005-12-051-0/+15
* Fix prototype.ru2005-12-031-1/+1
* Fix type of argument.ru2005-12-031-1/+1
* Break hard sentence break.ru2005-12-031-1/+2
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.ambrisko2005-12-033-6/+42
* Remove implementation-defined, it has already been described in NOTESdavidxu2005-12-031-5/+0
* Remove implementation-defined sentences.davidxu2005-12-033-22/+5
* Fix lots of markup and content bug.davidxu2005-12-037-139/+201
* syscall -> system call.davidxu2005-12-027-25/+25
* Fix markup.davidxu2005-12-021-1/+4
* Unbreak build when I fluff the clean-up of __FBSDID diff reductionambrisko2005-12-021-0/+2
* Add support to easily build FreeBSD unpacked in a chroot of anotherambrisko2005-12-022-0/+13
* Tweak markup for POSIX standards. Minor wordsmithing.imp2005-12-011-3/+7
* Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while onimp2005-12-011-0/+17
* Add MLINK for execvP(3).jhb2005-12-011-1/+1
* Update conformance and history sections.davidxu2005-11-304-4/+16
* Symlink mq_send to mq_timedsend.davidxu2005-11-301-0/+2
* Add manuals for POSIX message queue.davidxu2005-11-308-2/+1077
* Implement following POSIX message queue interfaces:davidxu2005-11-262-1/+74
* Make SYNOPSIS compile.ru2005-11-241-1/+1
* Fix prototypes.ru2005-11-241-3/+3
* Fix prototypes.ru2005-11-241-2/+2
* Keep up with const poisoning in uuid.h,v 1.3.ru2005-11-241-6/+6
* Fix prototype.ru2005-11-241-2/+2
* Fix prototype.ru2005-11-231-1/+3
OpenPOWER on IntegriCloud