summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
Define NSIG equal to _NSIG if !ANSI && !POSIX.
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
types. add xdr_{,u_}int{16,32}_t() functions to convert them. This is necessary, because things like BPF use the RPC headers to look at the on-the-wire data, so the headers must accurately represent what's on the wire, too.
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
IEEE rounding mode, exception enable flags, and exception sticky flags.
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
and the recent change to flush output causes it to be changed.
1995-03-22added prototype for qabs()jtc
1995-03-21Moved conditional #include of <sys/types.h> to near the top of file.jtc
Defined qdiv_t typedef. Declared qdiv function.
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
We have this cr*p because no one would sa "no" to the danes.
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
they were POSIX.1 compliant, because users have misinterpreted the spec and have written programs that depend on -1 being returned when a signal number is out of range. This made initialization of signal masks significantly more expensive. This change uses GCC's inline function extension to provide macro-like signal mask manipulation functions. Since most of the time constants like SIGINT is used, gcc is able to remove unused range checking code. Gcc is also smart enough to coalesce adjacent sigemptyset(), sigaddset(), sigdelset(), and sigfullset() calls into a single assignment.
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
It quiets some warnings, and is the 'right thing' anyway.
1994-12-20*jmp_buf -> arrays of longs, and make the definition of _JBLEN mach. dep.cgd
header-dependent.
1994-12-17fix typojtc
1994-12-16add prototype for realpath()jtc
1994-12-10Kill warnings about sigsetjmp() and siglongjmp() being missing.jtc
1994-12-04from Christos: kill nested comments, add a declaration.cgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-12-03Add netgroup.hchristos
1994-10-26new RCS ID format.cgd
1994-10-19Define more symbol types which are in common use now.pk
1994-10-19res_search() takes a const char * as the first arg.cgd