summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* ptsname() bits for pts.cognet2006-01-261-5/+45
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-255-1/+187
* Remove a redundant variable assignment in arena_reg_frag_alloc().jasone2006-01-251-1/+0
* If no coalesced exact-fit small regions are available, but delayed exact-jasone2006-01-251-173/+186
* Make the 'C' and 'c' malloc options consistent with other options; 'C'jasone2006-01-231-2/+2
* In arena_chunk_reg_alloc(), try to avoid touching the last page in thejasone2006-01-231-7/+24
* Back out the previous change to rename.2. The previous rename()truckman2006-01-223-9/+8
* rename(), rmdir(), and undelete() fail with EPERM if the last componenttruckman2006-01-213-0/+9
* Use uintptr_t rather than size_t when casting pointers to integers. Also,jasone2006-01-201-44/+45
* Revert addtion of assertions in revision 1.99. These assertions causejasone2006-01-191-7/+0
* Add assertions that detect some forms of region separator corruption.jasone2006-01-191-0/+7
* Remove loops in arena_coalesce(). They are no longer necessary, now thatjasone2006-01-191-4/+5
* Make all internal variables and functions static.jasone2006-01-191-12/+15
* 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
OpenPOWER on IntegriCloud