BSD 4_4_Lite1 release
[unix-history] / usr / src / include / unistd.h
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-02-23 Keith Bosticsecond argument to nfssvc is a void *argstructp
1994-02-22 Keith Bosticreadv and writev are in <sys/uio.h>; delete them, but...
1994-02-22 Keith Bosticadd prototypes for readv, writev
1994-01-05 Keith Bosticgetgroups now takes gid_t's, they are 32-bits
1994-01-04 Keith Bosticuse latest BSDI version of <sys/cdefs.h>, change to...
1993-11-20 Keith Bosticreturn of vfork is a pid_t, not an int
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bosticdelete extern declarations of sys_errlist, sys_nerr...
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Keith Bostic__lseek => lseek, __{f,}truncate => {f,}truncate
1993-05-08 Keith Bosticmake the sys_ arrays all `const char *const []' (for...
1993-05-08 Keith Bosticadd confstr(3)
1993-05-04 Keith Bosticadd fpathconf, pathconf, sysconf to the C library
1993-05-02 Kirk McKusickprotect against lseek definition in types.h
1993-03-04 Keith Bosticchflags is in <sys/stat.h>
1993-02-11 Keith Bosticu_short, u_long aren't POSIX, so may not be typdef'd
1993-02-04 Elan Amirsys_signame and sys_siglist are const's.
1993-01-13 Keith Bosticmove cuserid to libcompat, POSIX no longer requires it
1992-10-05 Keith Bosticnfssvc has two arguments, second is a caddr_t
1992-06-30 Keith Bosticmove function prototype to fnmatch.h
1992-06-30 Keith Bosticadd iruserok
1992-06-29 Keith BosticPOSIX 1003.2, D11.2 moves fnmatch #defines into fnmatch.h
1992-06-20 Keith Bosticlseek returns a quad
1992-05-28 Kirk McKusickprograms that include this file get new truncate and...
1992-04-23 Kirk McKusickfor now lseek takes and returns a long
1992-03-03 Chris Torekdeclare dead and pure functions as such
1992-03-03 Chris Torekdeclare dead and pure functions as such
1991-12-07 Keith Bosticput ssize_t in <sys/types.h>, as specified by POSIX
1991-06-17 Keith Bosticdon't define _exit as "void volatile"; it's a GCC exten...
1991-05-19 Keith Bosticadd return values to setkey, encrypt, des_setkey, des_c...
1991-04-22 Donn Seeleydes_cipher takes a long, not u_long; see rev 5.6 of...
1991-04-04 Keith Bosticprotect all user-level include files against reinclusion
1991-03-07 Keith Bosticadd des_cipher(3), des_setkey(3)
1991-03-04 Donn SeeleyMove the fchmod() declaration to stat.h.
1991-02-27 Keith Bosticgetgroups takes a pointer to int's for now
1991-02-25 Keith Bosticmove insque/remque to libcompat, no longer need structu...
1991-02-25 Keith Bosticlots of prototype corrections
1991-02-23 Donn SeeleyTweaks for psignal().
1991-02-23 Donn SeeleyDeclare sys_siglist[] to go with psignal().
1991-02-23 Donn SeeleyMake exect()'s prototype more like the (correct) one...
1991-02-23 Keith Bosticadd sys/time.h, prototype for select needs it.
1991-02-23 Keith Bosticdate and time created 91/02/22 11:34:25 by bostic
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4