summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.das2005-03-211-1/+1
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.phk2005-03-081-3/+5
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant Idavidxu2005-02-261-0/+5
* Add an EXAMPLES section[1], quote Nd, and bump doc date.trhodes2005-02-231-2/+12
* Expand contractions.ru2005-02-132-2/+2
* Expand *n't contractions.ru2005-02-134-11/+11
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
* Update my email address.das2005-02-062-2/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-272-2/+9
* - Document ldexpf().das2005-01-231-17/+12
* - Document frexpf().das2005-01-231-9/+13
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-0/+123
OpenPOWER on IntegriCloud