| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvs | cvs2svn | 2000-07-26 | 66 | -68/+68 |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.1.0 | cvs2svn | 2000-07-26 | 1 | -56/+0 |
| * | MFC: Merge KAME 2000/07 code. | Kris Kennaway | 2000-07-15 | 1 | -1/+1 |
| * | Fix the world and releases. | John Hay | 2000-07-13 | 1 | -1/+1 |
| * | MFC: rev 1.113 (install /usr/include/dev/ppbus) | David E. O'Brien | 2000-07-12 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-07-10 | 2 | -0/+112 |
| * | MFC: revision 1.36. | Josef Karthauser | 2000-07-03 | 1 | -0/+2 |
| * | MFC: (rev 1.110) Unbroke `make symlinks; make copies' sequence. | Ruslan Ermilov | 2000-06-13 | 1 | -1/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 2 | -240/+0 |
| * | Do not conditionalize function prototype definition for functions we | Jason Evans | 2000-02-20 | 1 | -6/+0 |
| * | There is a problem in that one cannot use ctype.h at the same time as parts | David E. O'Brien | 2000-02-08 | 2 | -62/+62 |
| * | Change IPv6 address scope delimeter from '@' to '%' as recent KAME change. | Yoshinobu Inoue | 2000-02-08 | 1 | -1/+1 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 1 | -2/+0 |
| * | sync iruserok() extension API with other BSDs | Yoshinobu Inoue | 2000-02-01 | 1 | -2/+1 |
| * | Add a #define for RTLD_LOCAL as required by the Single Unix | John Polstra | 2000-01-29 | 1 | -0/+1 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 1 | -0/+2 |
| * | Sigh. Really fix it this time. It seems the first time through the | Peter Wemm | 2000-01-26 | 1 | -1/+4 |
| * | Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb). | Peter Wemm | 2000-01-26 | 1 | -1/+8 |
| * | bindresvport related changes | Yoshinobu Inoue | 2000-01-26 | 1 | -1/+1 |
| * | several tcp apps IPv6 update | Yoshinobu Inoue | 2000-01-25 | 1 | -0/+2 |
| * | Install the USB include files in /usr/include/dev/usb. | Nick Hibma | 2000-01-25 | 1 | -2/+2 |
| * | Add prototypes for [sg]etres[ug]id(). | Peter Wemm | 2000-01-17 | 1 | -0/+4 |
| * | Fixed disordering, misformatting, and duplicate declaration of | Bruce Evans | 2000-01-14 | 1 | -3/+2 |
| * | libc rcmd update for IPv6. | Yoshinobu Inoue | 2000-01-13 | 2 | -0/+5 |
| * | Make sched_param parameter a const to comply with POSIX and SUSv2 specs. | Daniel Eischen | 2000-01-10 | 1 | -1/+1 |
| * | Remove the comment warning that the dllockinit() interface might | John Polstra | 2000-01-09 | 1 | -1/+0 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 4 | -5/+6 |
| * | Work around an assert failure in the dynamic linker's default thread | John Polstra | 1999-12-28 | 1 | -0/+1 |
| * | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue | 1999-12-28 | 2 | -0/+96 |
| * | Add a new function dllockinit() for registering thread locking | John Polstra | 1999-12-27 | 1 | -0/+7 |
| * | Fixed missing declaration of ctermid_r(3). | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | Fixed missing declaration of getlogin_r(3). | Bruce Evans | 1999-12-23 | 1 | -0/+2 |
| * | Fixed missing declaration of rand_r(3). | Bruce Evans | 1999-12-23 | 1 | -0/+2 |
| * | Fixed missing declaration of getdents(2). | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | Fix some minor POSIX/SUSv2 compliance nits. | Jason Evans | 1999-12-18 | 1 | -4/+2 |
| * | Back up following macros by functions: ishexnumber, isideogram, isnumber, | Alexey Zelkin | 1999-12-17 | 2 | -10/+20 |
| * | Move POSIX feature constants from pthread.h to unistd.h, as required by | Jason Evans | 1999-12-16 | 1 | -17/+0 |
| * | Revert previous commit. | Marcel Moolenaar | 1999-12-09 | 1 | -25/+58 |
| * | Remove support for symlinks instead of copies. This also avoids | Marcel Moolenaar | 1999-12-08 | 1 | -58/+25 |
| * | Create a symlink for <machine/joystick.h>, like soundcard.h | Peter Wemm | 1999-12-05 | 1 | -1/+1 |
| * | Added ntfs subdir to be filled. | Semen Ustimenko | 1999-12-03 | 1 | -1/+1 |
| * | style fixes, remove extra braces. | Alfred Perlstein | 1999-11-29 | 1 | -3/+1 |
| * | add pthread_cancel, obtained from OpenBSD. | Alfred Perlstein | 1999-11-28 | 2 | -7/+18 |
| * | Add FNM_FILE_NAME - GNU alias to FNM_PATHNAME | Andrey A. Chernov | 1999-11-21 | 1 | -0/+5 |
| * | Add missing netinet6. | Jonathan Lemon | 1999-11-05 | 1 | -2/+2 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 1 | -2/+2 |
| * | Make libncp actually compiled. | Boris Popov | 1999-10-14 | 1 | -2/+2 |
| * | Complete move of kvm.h to lib/libkvm so it's self contained. | Peter Wemm | 1999-10-04 | 2 | -97/+1 |
| * | Link ucontext.h to sys/ucontext.h | Marcel Moolenaar | 1999-10-03 | 2 | -37/+2 |
| * | Remove the inline versions of sigaddset, sigdelset, sigemptyset, | Marcel Moolenaar | 1999-10-02 | 1 | -53/+0 |