summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-282-1/+554
* Correct usage example.ceri2006-04-181-1/+1
* Document that VIS_CSTYLE encodes space (040) as '\s'.brueffer2006-04-091-1/+3
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-3/+3
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+446
* Add some more pthread stubs so that librt can use them.deischen2006-03-051-28/+105
* Remove debug printf.pjd2006-01-261-1/+0
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* Use posix_memalign() in valloc() rather than making assumptions aboutjasone2006-01-122-20/+20
* 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
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.ambrisko2005-12-033-6/+42
* 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
* Add MLINK for execvP(3).jhb2005-12-011-1/+1
* Make SYNOPSIS compile after imp@'s changes.ru2005-11-232-11/+11
* Make SYNOPSIS compile.ru2005-11-231-1/+1
* Fix a stub function so that is has the correct number ofdeischen2005-11-121-3/+3
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.stefanf2005-10-181-1/+1
* Just by allocating size*2 bytes we can't be sure that new size will be enough,ache2005-09-181-2/+2
* Cosmetic fixes to prev. commit.ache2005-09-151-4/+4
* Remove any hardcoded assumptions about malloc's way of allocating,ache2005-09-141-4/+4
* Don't reuse *pl to skip [], it is already used for {} parts in the loop aboveache2005-09-141-3/+3
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-128-0/+11
* Add an MLINK for devname_r().stefanf2005-09-101-0/+1
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedstefanf2005-08-201-0/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 tosimon2005-08-121-1/+2
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can providedeischen2005-08-031-1/+4
* Move initialization above point of first possible reference tomdodd2005-07-251-3/+4
* fix innetgr() returning false positives and negatives when reverse netgroupjon2005-07-221-54/+63
* Cross-reference sem_getvalue(3) from several other semaphore-relatedrwatson2005-07-133-0/+3
* Assorted markup fixes.ru2005-06-152-14/+33
* When IPC_NOWAIT is set and there is no message, msgrcv() failsru2005-06-141-3/+3
* reduce strlen() call.ume2005-05-201-4/+6
* use reentrant.h and simplify.ume2005-05-201-29/+20
* check return value of ttyname_r().ume2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().ume2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),delphij2005-05-141-1/+1
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlydelphij2005-05-132-22/+41
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-111-1/+1
* Cleanup for getgrouplist(3):delphij2005-05-031-8/+6
* Include paths.h for prototype of getbootfile(3).delphij2005-05-031-0/+2
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-3/+9
* Remove unused variables and assignments.stefanf2005-04-081-1/+0
* Use prototypes in the function definitions.stefanf2005-04-082-34/+14
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-0/+5
OpenPOWER on IntegriCloud