summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
1995-09-23Define `dlexit()' in crt<=>rtld interface (active in v4).pk
1995-08-08Added declarations for hsearch(), hdestroy(), and hcreate().jtc
1995-07-30add prototypes for tsearch, etc. functionsjtc
1995-07-28Improvements to YP support from Jason Downs.phil
1995-07-20prototype dbm_error and dbm_clearerrjtc
1995-07-14- Const poisoningchristos
1995-07-03Declare h_error as suggested by PR #1065 and done by many other systems.jtc
1995-06-20Update for rip version 2.christos
1995-06-05Prototypes (PR#1097)pk
1995-06-05{BEGIN,END}DECLSpk
1995-06-05Add dlfcn.h and alphabetize.pk
1995-06-05Put dlopen() et.al. declarations in separate header file for compatibility.pk
1995-06-04Revive library search paths.pk
1995-05-28Definition equating NSIG to _NSIG has been moved to <sys/signal.h>jtc
1995-05-28Use _NSIG instead of NSIG or constant 32.jtc
1995-04-29Winning Strategies has placed this code into the Public Domain.jtc
1995-04-29provide group_from_gid() proto if not _POSIX_SOURCE and not _XOPEN_SOURCEcgd
1995-04-29provide user_from_uid() proto if not _POSIX_SOURCE and not _XOPEN_SOURCEcgd
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1995-04-28Winning Strategies has placed this code into the Public Domainsearch.hjtc
1995-04-16Follow symlinks when copying .h files. From Greg Hudson.mycroft
1995-04-09Move fp_except and fp_rnd definitions to machine/include.mycroft
1995-04-09Correct fp_rnd for i386. Add FP_X_* for m68k.mycroft
1995-04-07New header file <ieeefp.h>, which provides a API for getting and settingjtc
1995-03-26KERNEL -> _KERNELjtc
1995-03-25change second arg of fgets() from size_t to intjtc
1995-03-22Removed const qualifier from ftell's FILE * argument. It's not ANSI,jtc
1995-03-22added prototype for qabs()jtc
1995-03-21Moved conditional #include of <sys/types.h> to near the top of file.jtc
1995-03-19Make definitions of psignal() and sys_siglist match signal.h.mycroft
1995-03-04oops; 'pid' is supposed to be signed (?)cgd
1995-03-04ship fixed-size quantities over the wirecgd
1995-03-01catclose returns intjtc
1995-03-01Clean up deleted files.mycroft
1995-02-17For Normative Addendum 1.jtc
1995-01-15fix tipojtc
1995-01-12Use and .jtc
1995-01-10Don't include <sys/types.h> if _ANSI_SOURCE is defined.jtc
1995-01-06Unhide `svc_maxfd'. Why do we bother with `#if FD_SETSIZE' anyway?pk
1995-01-05We removed the sigaddset(), sigdelset(), and sigismember() macros, althoughjtc
1995-01-04Add svc_maxfd.mycroft
1994-12-28Add prototypes for undelete(2).mycroft
1994-12-28Sync with CSRG.mycroft
1994-12-28Sync with CSRG.mycroft
1994-12-23Put a reserved field into use (weak symbol support).pk
1994-12-23proto for iruserok.cgd
1994-12-23oops; one too many __const'scgd
1994-12-20make the char *'s that some of these routines take/return __const.cgd
1994-12-20*jmp_buf -> arrays of longs, and make the definition of _JBLEN mach. dep.cgd
1994-12-17fix typojtc