| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sigset_t change (part 5 of 5) | Marcel Moolenaar | 1999-09-29 | 2 | -8/+91 |
* | Zap $Revision$ | Peter Wemm | 1999-09-05 | 1 | -1/+0 |
* | Only install backwards compat symlink for <machine/soundcard.h> if using | Peter Wemm | 1999-09-05 | 1 | -5/+5 |
* | Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> rather | Peter Wemm | 1999-09-04 | 1 | -0/+5 |
* | Add definition for RTLD_GLOBAL, which is soon to be supported. | John Polstra | 1999-08-30 | 1 | -1/+3 |
* | $Header$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 59 | -62/+78 |
* | Add 2 functions: el_data_set() and el_data_get() which do what you | Matthew N. Dodd | 1999-08-20 | 1 | -1/+4 |
* | Add prototypes for strl* functions | Warner Losh | 1999-08-16 | 1 | -0/+2 |
* | Cleanups to the pthread header files. | Ralf S. Engelschall | 1999-07-31 | 2 | -26/+26 |
* | Hide pthread cancellation routines behind #ifdef NOT_YET. They are | Daniel Eischen | 1999-07-27 | 1 | -3/+7 |
* | Make profil() 64bit-safe for alpha. | Hidetoshi Shimokawa | 1999-07-16 | 1 | -1/+1 |
* | Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha. | Steve Price | 1999-06-22 | 1 | -0/+2 |
* | Add missing declarations. | Sheldon Hearn | 1999-06-21 | 1 | -0/+2 |
* | Change an internal variable from "class" to "ns_class" for C++'s benefit. | Peter Wemm | 1999-06-04 | 1 | -3/+3 |
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | Peter Wemm | 1999-05-18 | 2 | -0/+2 |
* | Restored rev.1.11 which was clobbered by rev.1.12 (translated to `C'). | Bruce Evans | 1999-05-11 | 1 | -2/+2 |
* | Protect declarations for C++ users. | Jordan K. Hubbard | 1999-05-08 | 1 | -1/+3 |
* | 16 characters for the device name in /etc/dumpdates is not long | Jacques Vidrine | 1999-05-08 | 1 | -2/+2 |
* | Part of routed upgrade. | Mark Murray | 1999-05-02 | 1 | -4/+4 |
* | Back out my change from 6 April PDT that added a new dlversion() | John Polstra | 1999-04-22 | 1 | -1/+0 |
* | Oops, the previous log message should have been: | Bruce Evans | 1999-04-10 | 1 | -1/+1 |
* | Declare mkstemps(). | Bruce Evans | 1999-04-09 | 2 | -4/+6 |
* | Add a new function dlversion() which returns the version number of | John Polstra | 1999-04-07 | 1 | -1/+2 |
* | Add prototypes for pread and pwrite. | Dmitrij Tejblum | 1999-04-04 | 1 | -0/+2 |
* | o Runnable threads are now maintained in priority queues. The | John Birrell | 1999-03-23 | 2 | -36/+78 |
* | Nuke old copies of /usr/include/timepps.h | Poul-Henning Kamp | 1999-03-22 | 1 | -1/+2 |