summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change XOPEN constants to match FreeBSD reality and add someache1997-01-161-4/+4
* Activate _POSIX_* stuff if !_ANSI_SOURCEache1997-01-161-0/+13
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-43/+43
* Internationalise "authorize".davidn1997-01-091-1/+2
* Typo fix.davidn1997-01-071-2/+2
* Move typedef for rlim_t into sys/types.h (as per NetBSD).davidn1997-01-051-7/+1
* Add the forgotten login_cap.hsos1997-01-041-3/+3
* Header for login class capabilities handling.davidn1997-01-041-0/+143
* Oops, remove FNM_NOCASE alias: really I can't remember any systemache1997-01-021-1/+0
* Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLDache1997-01-021-0/+2
* Added group= facility to /etc/ttys for tty grouping for moredavidn1997-01-021-0/+3
* Missed prototype for svc_getreqset2()peter1996-12-311-1/+2
* - Prototypes, including pointers to functionspeter1996-12-302-28/+30
* First commit of a series of cleanups for the libc rpc code which has beenpeter1996-12-308-84/+137
* Update 4.9.4-P1 -> 4.9.5-P1peter1996-12-302-42/+110
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.peter1996-12-302-53/+94
* Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'lljkh1996-12-301-3/+3
* Add some missing ${DESTDIR}s here.jkh1996-12-301-3/+3
* string.h defines nonstandard routines when _POSIX_SOURCE isimp1996-12-171-1/+1
* Fix compiler warning: /* inside commentache1996-12-051-1/+1
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-041-2/+2
* Update to more current reality.phk1996-11-281-11/+31
* Matching routed.h to go along with latest routed.wollman1996-11-191-2/+14
* Change prototypes for gmtime_r() and localtime_r() in accordance withhsu1996-11-111-3/+3
* Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().hsu1996-11-111-5/+7
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thathsu1996-11-111-2/+8
* Remove collate_range_cmpache1996-10-311-3/+0
* improve comments for UT_NAMESIZEwosch1996-10-272-3/+7
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.bde1996-10-241-2/+2
* GNU-style changes:ache1996-10-231-3/+4
* add flag FNM_ICASE for case insensitve searchwosch1996-10-201-0/+1
* Add back netnsjkh1996-10-171-3/+3
* Fixed the wrong include file for a "prototype mismatch" error betweenscrappy1996-10-081-3/+3
* dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,scrappy1996-10-071-3/+3
* Add support for storing a -R path in ld in the section dispatch table,peter1996-10-011-2/+5
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVpeter1996-10-011-1/+8
* Fixed CLEANFILES. osreldate was missing.bde1996-09-201-3/+4
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-145-78/+75
* install rpc header filesadam1996-09-011-1/+4
* 'make install' is not supposed to touch anything.peter1996-08-301-2/+2
* missed these parts of Bruce's changes last time..peter1996-08-301-2/+2
* echo -> ${ECHO}peter1996-08-301-6/+6
* Some bmake magic to clean up the install more.peter1996-08-301-10/+6
* Hand merge in the bind-4.9.4-P1 resolver updates.peter1996-08-294-6/+56
* replace cmp -s || install with ${INSTALL} -C, and @for with .forpeter1996-08-291-21/+10
* Clean up include Makefile:peter1996-08-291-75/+61
* New version of routed.h to match new version of routed.wollman1996-08-271-17/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-203-191/+193
* #if !ANSI !POSIX newly added collate_range_cmp functionache1996-08-131-0/+2
* There is so many places where range comparation (using collate)ache1996-08-121-0/+1
OpenPOWER on IntegriCloud