| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -0/+9 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -3/+3 |
* | Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. | ambrisko | 2005-12-03 | 3 | -6/+42 |
* | Unbreak build when I fluff the clean-up of __FBSDID diff reduction | ambrisko | 2005-12-02 | 1 | -0/+2 |
* | Add support to easily build FreeBSD unpacked in a chroot of another | ambrisko | 2005-12-02 | 2 | -0/+13 |
* | Add MLINK for execvP(3). | jhb | 2005-12-01 | 1 | -1/+1 |
* | Make SYNOPSIS compile after imp@'s changes. | ru | 2005-11-23 | 2 | -11/+11 |
* | Make SYNOPSIS compile. | ru | 2005-11-23 | 1 | -1/+1 |
* | Fix a stub function so that is has the correct number of | deischen | 2005-11-12 | 1 | -3/+3 |
* | Make __sem_timedwait() consistent with the sem_timedwait() prototype. | stefanf | 2005-10-18 | 1 | -1/+1 |
* | Just by allocating size*2 bytes we can't be sure that new size will be enough, | ache | 2005-09-18 | 1 | -2/+2 |
* | Cosmetic fixes to prev. commit. | ache | 2005-09-15 | 1 | -4/+4 |
* | Remove any hardcoded assumptions about malloc's way of allocating, | ache | 2005-09-14 | 1 | -4/+4 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | ache | 2005-09-14 | 1 | -3/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 8 | -0/+11 |
* | Add an MLINK for devname_r(). | stefanf | 2005-09-10 | 1 | -0/+1 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 1 | -0/+1 |
* | Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 to | simon | 2005-08-12 | 1 | -1/+2 |
* | Make syslog() use the internal (non-cancellation point) _usleep(). | deischen | 2005-08-03 | 1 | -1/+1 |
* | Make usleep() overridable by the thread libraries so they can provide | deischen | 2005-08-03 | 1 | -1/+4 |
* | Move initialization above point of first possible reference to | mdodd | 2005-07-25 | 1 | -3/+4 |
* | fix innetgr() returning false positives and negatives when reverse netgroup | jon | 2005-07-22 | 1 | -54/+63 |
* | Cross-reference sem_getvalue(3) from several other semaphore-related | rwatson | 2005-07-13 | 3 | -0/+3 |
* | Assorted markup fixes. | ru | 2005-06-15 | 2 | -14/+33 |
* | When IPC_NOWAIT is set and there is no message, msgrcv() fails | ru | 2005-06-14 | 1 | -3/+3 |
* | reduce strlen() call. | ume | 2005-05-20 | 1 | -4/+6 |
* | use reentrant.h and simplify. | ume | 2005-05-20 | 1 | -29/+20 |
* | check return value of ttyname_r(). | ume | 2005-05-20 | 1 | -1/+2 |
* | ttyname_r() didn't pass correct buffer size to devname_r(). | ume | 2005-05-20 | 1 | -1/+1 |
* | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED), | delphij | 2005-05-14 | 1 | -1/+1 |
* | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | delphij | 2005-05-13 | 2 | -22/+41 |
* | Connect MLINKS for ttyname_r(3), and add prototype into unistd.h. | delphij | 2005-05-11 | 1 | -1/+1 |
* | Cleanup for getgrouplist(3): | delphij | 2005-05-03 | 1 | -8/+6 |
* | Include paths.h for prototype of getbootfile(3). | delphij | 2005-05-03 | 1 | -0/+2 |
* | Add a sysctl that returns the full path of a process' text file. | das | 2005-04-18 | 1 | -3/+9 |
* | Remove unused variables and assignments. | stefanf | 2005-04-08 | 1 | -1/+0 |
* | Use prototypes in the function definitions. | stefanf | 2005-04-08 | 2 | -34/+14 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | das | 2005-04-02 | 1 | -0/+5 |
* | Use __weak_reference macro to define weak symbols. | davidxu | 2005-03-21 | 1 | -31/+51 |
* | Teach fmtcheck() about the ' (thousands separator) flag. | das | 2005-03-21 | 1 | -1/+1 |
* | Have ttyname_r() try to ask DEVFS for the device name. | phk | 2005-03-08 | 2 | -35/+16 |
* | Make the returnvalue of times(3) insensitive to changes in wall-clock. | phk | 2005-03-08 | 1 | -3/+5 |
* | Add manpage links for frexpf, frexpl, ldexpf, and ldexpl. | das | 2005-03-07 | 1 | -0/+2 |
* | Document frexpl and ldexpl. | das | 2005-03-07 | 2 | -13/+25 |
* | Fix incorrect comment. | davidxu | 2005-03-01 | 1 | -1/+1 |
* | Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I | davidxu | 2005-02-26 | 1 | -0/+5 |
* | Add an EXAMPLES section[1], quote Nd, and bump doc date. | trhodes | 2005-02-23 | 1 | -2/+12 |
* | Expand contractions. | ru | 2005-02-13 | 2 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 4 | -11/+11 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+1 |