| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stale comment about arm | Warner Losh | 2006-07-26 | 1 | -2/+0 |
* | o compat_group() and files_group() are more complicated than I thought | Maxim Konovalov | 2006-07-14 | 1 | -4/+6 |
* | - ANSIfy. | Xin LI | 2006-06-05 | 1 | -69/+26 |
* | o Record a file offset for a last successfully parsed group file line. | Maxim Konovalov | 2006-06-01 | 1 | -0/+8 |
* | Fix the output. | Ruslan Ermilov | 2006-05-27 | 1 | -0/+1 |
* | Reflect int -> size_t changes in glob.h | Andrey A. Chernov | 2006-05-22 | 1 | -3/+3 |
* | Reflect size_t changes in glob.h | Andrey A. Chernov | 2006-05-22 | 1 | -22/+23 |
* | Remove the kludge, as asked in the Makefile: | Andrey A. Chernov | 2006-05-22 | 1 | -3/+0 |
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lock | David Xu | 2006-05-11 | 1 | -2/+2 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | Hajimu UMEMOTO | 2006-04-28 | 2 | -1/+554 |
* | Correct usage example. | Ceri Davies | 2006-04-18 | 1 | -1/+1 |
* | Document that VIS_CSTYLE encodes space (040) as '\s'. | Christian Brueffer | 2006-04-09 | 1 | -1/+3 |
* | Allocate space for thread pointer, this allows thread library to access | David Xu | 2006-03-28 | 1 | -3/+3 |
* | Make _spinunlock() point to the spinunlock stub, not the | Daniel Eischen | 2006-03-13 | 1 | -1/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+446 |
* | Add some more pthread stubs so that librt can use them. | Daniel Eischen | 2006-03-05 | 1 | -28/+105 |
* | Remove debug printf. | Pawel Jakub Dawidek | 2006-01-26 | 1 | -1/+0 |
* | Make getttyent() report what the pts ptys as well. | Olivier Houchard | 2006-01-26 | 1 | -1/+38 |
* | Use posix_memalign() in valloc() rather than making assumptions about | Jason Evans | 2006-01-12 | 2 | -20/+20 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -0/+9 |
* | Make our ELF64 type definitions match standards. In particular this | Marcel Moolenaar | 2005-12-18 | 1 | -3/+3 |
* | Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. | Doug Ambrisko | 2005-12-03 | 3 | -6/+42 |
* | Unbreak build when I fluff the clean-up of __FBSDID diff reduction | Doug Ambrisko | 2005-12-02 | 1 | -0/+2 |
* | Add support to easily build FreeBSD unpacked in a chroot of another | Doug Ambrisko | 2005-12-02 | 2 | -0/+13 |
* | Add MLINK for execvP(3). | John Baldwin | 2005-12-01 | 1 | -1/+1 |
* | Make SYNOPSIS compile after imp@'s changes. | Ruslan Ermilov | 2005-11-23 | 2 | -11/+11 |
* | Make SYNOPSIS compile. | Ruslan Ermilov | 2005-11-23 | 1 | -1/+1 |
* | Fix a stub function so that is has the correct number of | Daniel Eischen | 2005-11-12 | 1 | -3/+3 |
* | Make __sem_timedwait() consistent with the sem_timedwait() prototype. | Stefan Farfeleder | 2005-10-18 | 1 | -1/+1 |
* | Just by allocating size*2 bytes we can't be sure that new size will be enough, | Andrey A. Chernov | 2005-09-18 | 1 | -2/+2 |
* | Cosmetic fixes to prev. commit. | Andrey A. Chernov | 2005-09-15 | 1 | -4/+4 |
* | Remove any hardcoded assumptions about malloc's way of allocating, | Andrey A. Chernov | 2005-09-14 | 1 | -4/+4 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | Andrey A. Chernov | 2005-09-14 | 1 | -3/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | Stefan Farfeleder | 2005-09-12 | 8 | -0/+11 |
* | Add an MLINK for devname_r(). | Stefan Farfeleder | 2005-09-10 | 1 | -0/+1 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 1 | -0/+1 |
* | Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 to | Simon L. B. Nielsen | 2005-08-12 | 1 | -1/+2 |
* | Make syslog() use the internal (non-cancellation point) _usleep(). | Daniel Eischen | 2005-08-03 | 1 | -1/+1 |
* | Make usleep() overridable by the thread libraries so they can provide | Daniel Eischen | 2005-08-03 | 1 | -1/+4 |
* | Move initialization above point of first possible reference to | Matthew N. Dodd | 2005-07-25 | 1 | -3/+4 |
* | fix innetgr() returning false positives and negatives when reverse netgroup | Jonathan Chen | 2005-07-22 | 1 | -54/+63 |
* | Cross-reference sem_getvalue(3) from several other semaphore-related | Robert Watson | 2005-07-13 | 3 | -0/+3 |
* | Assorted markup fixes. | Ruslan Ermilov | 2005-06-15 | 2 | -14/+33 |
* | When IPC_NOWAIT is set and there is no message, msgrcv() fails | Ruslan Ermilov | 2005-06-14 | 1 | -3/+3 |
* | reduce strlen() call. | Hajimu UMEMOTO | 2005-05-20 | 1 | -4/+6 |
* | use reentrant.h and simplify. | Hajimu UMEMOTO | 2005-05-20 | 1 | -29/+20 |
* | check return value of ttyname_r(). | Hajimu UMEMOTO | 2005-05-20 | 1 | -1/+2 |
* | ttyname_r() didn't pass correct buffer size to devname_r(). | Hajimu UMEMOTO | 2005-05-20 | 1 | -1/+1 |
* | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED), | Xin LI | 2005-05-14 | 1 | -1/+1 |