| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs | cvs2svn | 2000-06-25 | 65 | -67/+67 |
| * | MFC: add $FReeBSD$ | Jeroen Ruigrok van der Werven | 2000-06-14 | 1 | -1/+2 |
| * | MFC: various fixes: | Jeroen Ruigrok van der Werven | 2000-06-14 | 1 | -4/+3 |
| * | MFC: Add $FreeBSD$ | Jeroen Ruigrok van der Werven | 2000-06-14 | 1 | -0/+1 |
| * | MFC: Fix namespace pollution which will less likely cause | Jeroen Ruigrok van der Werven | 2000-06-13 | 1 | -31/+31 |
| * | MFC: Back up following macros by functions: ishexnumber, isideogram, | Jeroen Ruigrok van der Werven | 2000-06-13 | 1 | -5/+10 |
| * | Sync with -current: add locking support to the dynamic linker. | John Polstra | 2000-01-21 | 1 | -0/+7 |
| * | MFC: Cancellation functions. | Thomas Gellekum | 2000-01-04 | 1 | -7/+19 |
| * | MFC: make pthread_rwlockattr_setpshared POSIX compliant. | Thomas Gellekum | 2000-01-04 | 1 | -4/+3 |
| * | MFC: Add rand_r and readdir_r. | Thomas Gellekum | 2000-01-04 | 1 | -0/+2 |
| * | MFC rev 1.2: Conditionalize on __i386__ instead of i386 . | Sheldon Hearn | 1999-12-29 | 1 | -3/+5 |
| * | Add missing function prototype for mkstemps(). | John Baldwin | 1999-12-23 | 1 | -0/+2 |
| * | MFC: extra flags for rtld-elf | Jordan K. Hubbard | 1999-12-17 | 1 | -1/+3 |
| * | MFC: GNU-compatible define, move non-POSIX defines under ifdef | Andrey A. Chernov | 1999-11-22 | 1 | -0/+5 |
| * | MFC: | Julian Elischer | 1999-11-22 | 1 | -2/+2 |
| * | MFC: Backport strl* routines. | Warner Losh | 1999-09-03 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 56 | -58/+58 |
| * | MFC: wrap fpsetmask(3) and friends in 'extern "C"'. | Steve Price | 1999-06-22 | 1 | -0/+2 |
| * | MFC: rev 1.3: Add missing declarations. | Sheldon Hearn | 1999-06-21 | 1 | -0/+2 |
| * | MFC: 16 characters for the device name in /etc/dumpdates is not long | Jacques Vidrine | 1999-05-09 | 1 | -2/+2 |
| * | MFC: (mostly) Realtime scheduling patches from Dan Eischen. | John Birrell | 1999-05-09 | 2 | -36/+78 |
| * | MFC: C++ safe. | Jordan K. Hubbard | 1999-05-08 | 1 | -1/+3 |
| * | MFC: pread() and pwrite(). | Dmitrij Tejblum | 1999-05-05 | 1 | -0/+2 |
| * | MFC: fseeko() and ftello(). | Dmitrij Tejblum | 1999-05-05 | 1 | -1/+3 |
| * | MFC: | Poul-Henning Kamp | 1999-03-22 | 2 | -88/+3 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-01-21 | 2 | -235/+0 |
| * | Add a prototype for strtok_r(). | John Polstra | 1999-01-20 | 1 | -0/+1 |
| * | Use the correct type for uid and gid in struct passwd. Document it. | Dag-Erling Smørgrav | 1999-01-18 | 1 | -2/+2 |
| * | Install <sys/aio.h> as <aio.h>. | Dmitrij Tejblum | 1999-01-17 | 1 | -2/+2 |
| * | Instead of a wrapper <linker_set.h>, use a symlink to | John Polstra | 1999-01-14 | 2 | -37/+3 |
| * | Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that | John Polstra | 1999-01-14 | 2 | -2/+36 |
| * | optreset is a POSIX extension, make it visible in POSIX_SOURCE scope. | Mike Smith | 1999-01-11 | 1 | -1/+1 |
| * | Move nologin from /etc to /var/run. This means one less file that has | Satoshi Asami | 1999-01-11 | 1 | -1/+1 |
| * | POSIX introduced optreset to deal with multiple invocations | Mike Smith | 1999-01-11 | 1 | -0/+1 |
| * | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | Dmitrij Tejblum | 1999-01-04 | 1 | -7/+4 |
| * | Implement fpsetmask() and other fp*() functions. Programs should use | Doug Rabson | 1998-12-23 | 2 | -2/+27 |
| * | Install <sys/inttypes.h> as <inttypes.h>. | Dmitrij Tejblum | 1998-12-19 | 1 | -2/+2 |
| * | Little reorganization: | Dmitrij Tejblum | 1998-12-19 | 1 | -5/+3 |
| * | Declare size_t and ssize_t if they are not already declared, so that | Bruce Evans | 1998-12-16 | 1 | -6/+15 |
| * | Make this protototype of mmap return void *, like two other copies. | Dmitrij Tejblum | 1998-12-14 | 1 | -2/+2 |
| * | Make rcsid a const char[] instead of char[] to avoid compiler warnings | Archie Cobbs | 1998-12-06 | 10 | -10/+10 |
| * | Add support for pthread_mutexattr_settype(). As a side effect of | Eivind Eklund | 1998-11-28 | 1 | -2/+8 |
| * | Don't forget to use the appropriate __printf*like attribute for verr* | Bruce Evans | 1998-11-22 | 1 | -11/+14 |
| * | 64bit clean now | Dima Ruban | 1998-11-08 | 1 | -1/+1 |
| * | Add support for -Wformat consistency checking between format strings | John Polstra | 1998-10-29 | 1 | -7/+7 |
| * | 64bit fixes. | Dima Ruban | 1998-10-27 | 1 | -9/+9 |
| * | make talk/talkd work on alpha. | Dima Ruban | 1998-10-20 | 1 | -3/+3 |
| * | Don't even think about using a sysctl to build osreldate.h, since this | Bruce Evans | 1998-10-17 | 1 | -17/+4 |
| * | Move auth.conf path in here. Doesn't affect published interface. | Jordan K. Hubbard | 1998-10-09 | 1 | -0/+1 |
| * | back out h2ph from here, Bruce found another proper place | Andrey A. Chernov | 1998-10-02 | 1 | -4/+1 |