summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Do not conditionalize function prototype definition for functions wejasone2000-02-201-6/+0
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-082-62/+62
* Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.shin2000-02-081-1/+1
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-2/+0
* sync iruserok() extension API with other BSDsshin2000-02-011-2/+1
* Add a #define for RTLD_LOCAL as required by the Single Unixjdp2000-01-291-0/+1
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-0/+2
* Sigh. Really fix it this time. It seems the first time through thepeter2000-01-261-1/+4
* Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb).peter2000-01-261-1/+8
* bindresvport related changesshin2000-01-261-1/+1
* several tcp apps IPv6 updateshin2000-01-251-0/+2
* Install the USB include files in /usr/include/dev/usb.n_hibma2000-01-251-2/+2
* Add prototypes for [sg]etres[ug]id().peter2000-01-171-0/+4
* Fixed disordering, misformatting, and duplicate declaration ofbde2000-01-141-3/+2
* libc rcmd update for IPv6.shin2000-01-132-0/+5
* Make sched_param parameter a const to comply with POSIX and SUSv2 specs.deischen2000-01-101-1/+1
* Remove the comment warning that the dllockinit() interface mightjdp2000-01-091-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-5/+6
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-281-0/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-282-0/+96
* Add a new function dllockinit() for registering thread lockingjdp1999-12-271-0/+7
* Fixed missing declaration of ctermid_r(3).bde1999-12-231-0/+1
* Fixed missing declaration of getlogin_r(3).bde1999-12-231-0/+2
* Fixed missing declaration of rand_r(3).bde1999-12-231-0/+2
* Fixed missing declaration of getdents(2).bde1999-12-231-0/+1
* Fix some minor POSIX/SUSv2 compliance nits.jasone1999-12-181-4/+2
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-172-10/+20
* Move POSIX feature constants from pthread.h to unistd.h, as required byjasone1999-12-161-17/+0
* Revert previous commit.marcel1999-12-091-25/+58
* Remove support for symlinks instead of copies. This also avoidsmarcel1999-12-081-58/+25
* Create a symlink for <machine/joystick.h>, like soundcard.hpeter1999-12-051-1/+1
* Added ntfs subdir to be filled.semenu1999-12-031-1/+1
* style fixes, remove extra braces.alfred1999-11-291-3/+1
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-282-7/+18
* Add FNM_FILE_NAME - GNU alias to FNM_PATHNAMEache1999-11-211-0/+5
* Add missing netinet6.jlemon1999-11-051-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-2/+2
* Make libncp actually compiled.bp1999-10-141-2/+2
* Complete move of kvm.h to lib/libkvm so it's self contained.peter1999-10-042-97/+1
* Link ucontext.h to sys/ucontext.hmarcel1999-10-032-37/+2
* Remove the inline versions of sigaddset, sigdelset, sigemptyset,marcel1999-10-021-53/+0
* sigset_t change (part 5 of 5)marcel1999-09-292-8/+91
* Zap $Revision$peter1999-09-051-1/+0
* Only install backwards compat symlink for <machine/soundcard.h> if usingpeter1999-09-051-5/+5
* Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> ratherpeter1999-09-041-0/+5
* Add definition for RTLD_GLOBAL, which is soon to be supported.jdp1999-08-301-1/+3
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2759-62/+78
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-201-1/+4
* Add prototypes for strl* functionsimp1999-08-161-0/+2
OpenPOWER on IntegriCloud