summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove stale comment about armWarner Losh2006-07-261-2/+0
* o compat_group() and files_group() are more complicated than I thoughtMaxim Konovalov2006-07-141-4/+6
* - ANSIfy.Xin LI2006-06-051-69/+26
* o Record a file offset for a last successfully parsed group file line.Maxim Konovalov2006-06-011-0/+8
* Fix the output.Ruslan Ermilov2006-05-271-0/+1
* Reflect int -> size_t changes in glob.hAndrey A. Chernov2006-05-221-3/+3
* Reflect size_t changes in glob.hAndrey A. Chernov2006-05-221-22/+23
* Remove the kludge, as asked in the Makefile:Andrey A. Chernov2006-05-221-3/+0
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockDavid Xu2006-05-111-2/+2
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-282-1/+554
* Correct usage example.Ceri Davies2006-04-181-1/+1
* Document that VIS_CSTYLE encodes space (040) as '\s'.Christian Brueffer2006-04-091-1/+3
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-281-3/+3
* Make _spinunlock() point to the spinunlock stub, not theDaniel Eischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+446
* Add some more pthread stubs so that librt can use them.Daniel Eischen2006-03-051-28/+105
* Remove debug printf.Pawel Jakub Dawidek2006-01-261-1/+0
* Make getttyent() report what the pts ptys as well.Olivier Houchard2006-01-261-1/+38
* Use posix_memalign() in valloc() rather than making assumptions aboutJason Evans2006-01-122-20/+20
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-0/+9
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-3/+3
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.Doug Ambrisko2005-12-033-6/+42
* Unbreak build when I fluff the clean-up of __FBSDID diff reductionDoug Ambrisko2005-12-021-0/+2
* Add support to easily build FreeBSD unpacked in a chroot of anotherDoug Ambrisko2005-12-022-0/+13
* Add MLINK for execvP(3).John Baldwin2005-12-011-1/+1
* Make SYNOPSIS compile after imp@'s changes.Ruslan Ermilov2005-11-232-11/+11
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-231-1/+1
* Fix a stub function so that is has the correct number ofDaniel Eischen2005-11-121-3/+3
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.Stefan Farfeleder2005-10-181-1/+1
* Just by allocating size*2 bytes we can't be sure that new size will be enough,Andrey A. Chernov2005-09-181-2/+2
* Cosmetic fixes to prev. commit.Andrey A. Chernov2005-09-151-4/+4
* Remove any hardcoded assumptions about malloc's way of allocating,Andrey A. Chernov2005-09-141-4/+4
* Don't reuse *pl to skip [], it is already used for {} parts in the loop aboveAndrey A. Chernov2005-09-141-3/+3
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-128-0/+11
* Add an MLINK for devname_r().Stefan Farfeleder2005-09-101-0/+1
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-201-0/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 toSimon L. B. Nielsen2005-08-121-1/+2
* Make syslog() use the internal (non-cancellation point) _usleep().Daniel Eischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can provideDaniel Eischen2005-08-031-1/+4
* Move initialization above point of first possible reference toMatthew N. Dodd2005-07-251-3/+4
* fix innetgr() returning false positives and negatives when reverse netgroupJonathan Chen2005-07-221-54/+63
* Cross-reference sem_getvalue(3) from several other semaphore-relatedRobert Watson2005-07-133-0/+3
* Assorted markup fixes.Ruslan Ermilov2005-06-152-14/+33
* When IPC_NOWAIT is set and there is no message, msgrcv() failsRuslan Ermilov2005-06-141-3/+3
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI2005-05-141-1/+1