aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* string.h defines nonstandard routines when _POSIX_SOURCE isWarner Losh1996-12-171-1/+1
* Fix compiler warning: /* inside commentAndrey A. Chernov1996-12-051-1/+1
* Bump maximum username length to 16 characters. This brings us intoJordan K. Hubbard1996-12-041-2/+2
* Update to more current reality.Poul-Henning Kamp1996-11-281-11/+31
* Matching routed.h to go along with latest routed.Garrett Wollman1996-11-191-2/+14
* Change prototypes for gmtime_r() and localtime_r() in accordance withJeffrey Hsu1996-11-111-3/+3
* Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().Jeffrey Hsu1996-11-111-5/+7
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thatJeffrey Hsu1996-11-111-2/+8
* Remove collate_range_cmpAndrey A. Chernov1996-10-311-3/+0
* improve comments for UT_NAMESIZEWolfram Schneider1996-10-272-3/+7
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.Bruce Evans1996-10-241-2/+2
* GNU-style changes:Andrey A. Chernov1996-10-231-3/+4
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-201-0/+1
* Add back netnsJordan K. Hubbard1996-10-171-3/+3
* Fixed the wrong include file for a "prototype mismatch" error betweenMarc G. Fournier1996-10-081-3/+3
* dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,Marc G. Fournier1996-10-071-3/+3
* Add support for storing a -R path in ld in the section dispatch table,Peter Wemm1996-10-011-2/+5
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVPeter Wemm1996-10-011-1/+8
* Fixed CLEANFILES. osreldate was missing.Bruce Evans1996-09-201-3/+4
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-145-78/+75
* install rpc header filesAdam David1996-09-011-1/+4
* 'make install' is not supposed to touch anything.Peter Wemm1996-08-301-2/+2
* missed these parts of Bruce's changes last time..Peter Wemm1996-08-301-2/+2
* echo -> ${ECHO}Peter Wemm1996-08-301-6/+6
* Some bmake magic to clean up the install more.Peter Wemm1996-08-301-10/+6
* Hand merge in the bind-4.9.4-P1 resolver updates.Peter Wemm1996-08-294-6/+56
* replace cmp -s || install with ${INSTALL} -C, and @for with .forPeter Wemm1996-08-291-21/+10
* Clean up include Makefile:Peter Wemm1996-08-291-75/+61
* New version of routed.h to match new version of routed.Garrett Wollman1996-08-271-17/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-203-191/+193
* #if !ANSI !POSIX newly added collate_range_cmp functionAndrey A. Chernov1996-08-131-0/+2
* There is so many places where range comparation (using collate)Andrey A. Chernov1996-08-121-0/+1
* Create FreeBSD copyright (c comment) for OS versionWolfram Schneider1996-08-041-3/+4
* New routed.h that goes with the new routed.Garrett Wollman1996-07-221-13/+1
* Fixed new and old standards conformance bugs. The non-POSIX confstr() wasBruce Evans1996-07-171-3/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Add netatalk symlink, ifconfig not compiled in other caseAndrey A. Chernov1996-07-091-2/+2
* There are a few small additions to the protocol to make itBill Paul1996-07-041-5/+63
* remove zopen, zopen is not part of libc.Wolfram Schneider1996-07-021-1/+0
* Added missing prototype for sigaltstack()Sujal Patel1996-06-281-0/+1
* Add `netkey' to list of kernel directories to include in /usr/include.Garrett Wollman1996-06-151-2/+2
* Add an independent implementation of addr2ascii(3) and ascii2addr(3)Garrett Wollman1996-06-131-1/+6
* Now that Peter has been nice enough to bail me out of my last littleBill Paul1996-06-051-4/+5
* (I hope I'm doing this correctly.)Bill Paul1996-06-051-0/+117
* Install pccard includes.Poul-Henning Kamp1996-06-041-2/+2
* Protocol definitions for RIPv2.Garrett Wollman1996-05-301-21/+88
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm1996-05-271-0/+2
* Made this work with the documented prerequisite #includes (none).Bruce Evans1996-05-011-0/+8
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans1996-05-015-39/+51
* Fix sgetrune/sputrune arg type: was unsigned int instead of size_tAndrey A. Chernov1996-04-181-2/+7