| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not conditionalize function prototype definition for functions we | jasone | 2000-02-20 | 1 | -6/+0 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 2 | -62/+62 |
* | Change IPv6 address scope delimeter from '@' to '%' as recent KAME change. | shin | 2000-02-08 | 1 | -1/+1 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -2/+0 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -2/+1 |
* | Add a #define for RTLD_LOCAL as required by the Single Unix | jdp | 2000-01-29 | 1 | -0/+1 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -0/+2 |
* | Sigh. Really fix it this time. It seems the first time through the | peter | 2000-01-26 | 1 | -1/+4 |
* | Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb). | peter | 2000-01-26 | 1 | -1/+8 |
* | bindresvport related changes | shin | 2000-01-26 | 1 | -1/+1 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -0/+2 |
* | Install the USB include files in /usr/include/dev/usb. | n_hibma | 2000-01-25 | 1 | -2/+2 |
* | Add prototypes for [sg]etres[ug]id(). | peter | 2000-01-17 | 1 | -0/+4 |
* | Fixed disordering, misformatting, and duplicate declaration of | bde | 2000-01-14 | 1 | -3/+2 |
* | libc rcmd update for IPv6. | shin | 2000-01-13 | 2 | -0/+5 |
* | Make sched_param parameter a const to comply with POSIX and SUSv2 specs. | deischen | 2000-01-10 | 1 | -1/+1 |
* | Remove the comment warning that the dllockinit() interface might | jdp | 2000-01-09 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 4 | -5/+6 |
* | Work around an assert failure in the dynamic linker's default thread | jdp | 1999-12-28 | 1 | -0/+1 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 2 | -0/+96 |
* | Add a new function dllockinit() for registering thread locking | jdp | 1999-12-27 | 1 | -0/+7 |
* | Fixed missing declaration of ctermid_r(3). | bde | 1999-12-23 | 1 | -0/+1 |
* | Fixed missing declaration of getlogin_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Fixed missing declaration of rand_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Fixed missing declaration of getdents(2). | bde | 1999-12-23 | 1 | -0/+1 |
* | Fix some minor POSIX/SUSv2 compliance nits. | jasone | 1999-12-18 | 1 | -4/+2 |
* | Back up following macros by functions: ishexnumber, isideogram, isnumber, | phantom | 1999-12-17 | 2 | -10/+20 |
* | Move POSIX feature constants from pthread.h to unistd.h, as required by | jasone | 1999-12-16 | 1 | -17/+0 |
* | Revert previous commit. | marcel | 1999-12-09 | 1 | -25/+58 |
* | Remove support for symlinks instead of copies. This also avoids | marcel | 1999-12-08 | 1 | -58/+25 |
* | Create a symlink for <machine/joystick.h>, like soundcard.h | peter | 1999-12-05 | 1 | -1/+1 |
* | Added ntfs subdir to be filled. | semenu | 1999-12-03 | 1 | -1/+1 |
* | style fixes, remove extra braces. | alfred | 1999-11-29 | 1 | -3/+1 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 2 | -7/+18 |
* | Add FNM_FILE_NAME - GNU alias to FNM_PATHNAME | ache | 1999-11-21 | 1 | -0/+5 |
* | Add missing netinet6. | jlemon | 1999-11-05 | 1 | -2/+2 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -2/+2 |
* | Make libncp actually compiled. | bp | 1999-10-14 | 1 | -2/+2 |
* | Complete move of kvm.h to lib/libkvm so it's self contained. | peter | 1999-10-04 | 2 | -97/+1 |
* | Link ucontext.h to sys/ucontext.h | marcel | 1999-10-03 | 2 | -37/+2 |
* | Remove the inline versions of sigaddset, sigdelset, sigemptyset, | marcel | 1999-10-02 | 1 | -53/+0 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 2 | -8/+91 |
* | Zap $Revision$ | peter | 1999-09-05 | 1 | -1/+0 |
* | Only install backwards compat symlink for <machine/soundcard.h> if using | peter | 1999-09-05 | 1 | -5/+5 |
* | Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> rather | peter | 1999-09-04 | 1 | -0/+5 |
* | Add definition for RTLD_GLOBAL, which is soon to be supported. | jdp | 1999-08-30 | 1 | -1/+3 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 59 | -62/+78 |
* | Add 2 functions: el_data_set() and el_data_get() which do what you | mdodd | 1999-08-20 | 1 | -1/+4 |
* | Add prototypes for strl* functions | imp | 1999-08-16 | 1 | -0/+2 |