add QSELFREF bit
[unix-history] / usr / src / include /
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-11 Keith Bosticu_short, u_long aren't POSIX, so may not be typdef'd
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE; minor cleanup
1993-02-11 Keith BosticM_* are not in ANSI or POSIX
1993-02-04 Elan Amirsys_signame and sys_siglist are const's.
1993-01-14 Keith Bosticsigaddset, sigdelset and sigismember have to return...
1993-01-13 Keith Bosticmove cuserid to libcompat, POSIX no longer requires it
1993-01-13 Keith Bosticmove cfree into libcompat
1992-12-19 Dave A. BormanAdd defines for Flowcontrol option and
1992-12-04 Chris Torekavoid warnings about _assert redeclaration
1992-12-03 Keith Bosticadd zopen(3)
1992-12-03 Keith Bosticadd mergesort
1992-12-02 Kirk McKusickadd GLOB_ALTDIRFUNC to have glob use alternate director...
1992-11-24 Keith BosticANSI says can't include <sys/types.h>, nor does ANSI...
1992-11-19 Keith Bosticadd __USE_OPEN_FLAGS, it's privately used, though
1992-11-12 Keith BosticR_APPEND -> R_CURSORLOG; add R_SETCURSOR
1992-10-09 Chris Toreksscanf first arg should be "const char *" (from John...
1992-10-05 Keith Bosticnfssvc has two arguments, second is a caddr_t
1992-10-01 Keith Bosticconvert to 4BSD style prototypes, includes
1992-08-29 Keith Bosticdate and time created 92/08/28 18:13:08 by bostic
1992-08-07 Keith Bosticadd getcap(3) functions
1992-08-06 Keith Bosticadd regex.h (POSIX regex package)
1992-07-20 Keith Bosticyank to 5.1
1992-07-17 Keith Bosticbuild X11 link
1992-07-15 Keith Bosticdon't display a message if the file is missing
1992-07-13 Jan-Simon Pendryadd miscfs to list of linked dirs
1992-07-12 Craig LeresAdd prototype for kvm_getfiles().
1992-07-09 Chris Torekunder _ANSI_SOURCE or __STRICT_ANSI__, hide away off_t...
1992-07-01 Keith Bosticadd sradixsort
1992-06-30 Keith Bosticshut gcc up
1992-06-30 Mike KarelsCheck in for Mike Karels by Keith Bostic
1992-06-30 Keith Bosticmove fnmatch function declaration from unistd.h
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-29 Keith Bosticdate and time created 92/06/28 13:01:24 by bostic
1992-06-29 Keith Bosticadd fnmatch.h
1992-06-27 Chris Toreksparc
1992-06-25 Keith Bosticadd strtoq, strtouq
1992-06-24 Chris Toreksparc
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-21 Kirk McKusickadd DR_NEWINODEFMT to indicate new format inodes on...
1992-06-20 Kirk McKusicksupport for luna68k
1992-06-20 Keith Bostictypedef fpos_t as off_t; off_t now a quad
1992-06-20 Keith Bosticlseek returns a quad
1992-06-20 Keith Bosticuse long's explicitly, off_t's are now quads
1992-06-19 Keith Bosticadd _assert for backward compatibility
1992-05-28 Kirk McKusickprograms that include this file get new truncate and...
1992-05-27 Keith Bosticdeclare kinfo_proc as a structure, kinfo.h not necessar...
1992-05-27 Keith Bostickvm_read, kvm_write take pointers to void *, not char *
1992-05-06 Keith Bostictypo
1992-04-29 Keith Bosticadd /etc/shells for the C libarry
1992-04-26 Ralph Campbelldeleted sys/cdefs.h since its included by db.h
1992-04-26 Ralph Campbelladded sys/types.h since its needed.
1992-04-25 Keith Bosticadd _PATH_VARDB, /var/db
1992-04-24 Keith BosticANSI C version, from Chris Torek
1992-04-23 Kirk McKusickneed types.h
1992-04-23 Kirk McKusickfor now lseek takes and returns a long
1992-04-02 Kirk McKusickupdate from Steve McCanne for Sun compatible kvm
1992-03-29 Keith Bosticgethostbyname should be const char, not char
1992-03-19 Keith Bosticbreak up a.out.h into <machine/exec.h>, <machine/reloc.h>
1992-03-14 Jan-Simon Pendry__ctype_ should be __ctype
1992-03-13 Keith Bosticadd upper/lower case maps, use double underscores for...
1992-03-06 Elan AmirMade fts_pointer and fts_number fields separate fields.
1992-03-03 Chris Torekdeclare dead and pure functions as such
1992-03-03 Chris Torekdeclare pure functions as such
1992-03-03 Chris Torekdeclare dead and pure functions as such
1992-03-02 Keith Bosticadd options arg to fts_children, add FTS_NAMEONLY flag
1992-02-20 Keith Bosticmove varargs.h into <machine/varargs.h>; make stdarg...
1992-02-16 Kirk McKusick__LDPGSZ moves out to <sys/exec.h>
1992-02-07 Kirk McKusickdefinition of dirent is defined in <sys/dirent.h>
1992-02-06 Keith Bosticdon't pass chars to functions
1992-02-05 Keith Bosticadd FTS_COMFOLLOW flag
1992-02-04 Keith Bosticadd fts_symfd so can return after FTS_FOLLOW of a symli...
1992-01-16 Keith Bosticadd inode/dev and nlink count, make statb a pointer...
1992-01-10 Keith Bosticfts_children needs to return user's logical hierarchy;
1991-12-31 Keith Bosticget rid of the savelink stuff and just add another...
1991-12-24 Keith Bosticfts_dfd unused
1991-12-07 Keith Bosticput ssize_t in <sys/types.h>, as specified by POSIX
1991-12-07 Keith Bosticadd optopt to the list of getopt(3) extenrs
1991-11-29 Keith Bosticpointers to pointers, not pointers
1991-11-28 Keith Bosticadd inet_aton prototype
1991-11-22 Keith Bosticisascii, isblank and toascii aren't in ANSI
1991-11-17 Ralph Campbelladded netccitt
1991-11-13 Keith BosticList definitions after function declarations, or Reiser...
1991-11-12 Keith Bosticmove the signal(3) prototype back into <sys/signal...
1991-11-09 Mike Karelscorrect putenv
1991-10-24 Keith Bosticbreak sys/signal.h into user level and system level
1991-10-24 Keith Bosticadd isblank(c)
1991-09-27 Keith Bosticport.h has typedef's for u_'s, do it right for BSD
1991-09-27 Keith Bosticminimize the dependencies on <sys/types.h
1991-09-12 Keith Bosticadd prototype for dbm_dirfno; make dbm_pagfno fail...
1991-09-12 Keith Bosticminor rearrangements
1991-09-09 Keith Bosticbump the hash version to 2; (allocate overflow pages...
1991-09-09 Keith Bosticfold routine flags into one list; add pointer oriented...
1991-09-07 Ralph Campbelladded pmax/mips changes
1991-09-05 Keith BosticRev #2; new interface, btrees, recno's.
1991-09-05 Keith Bosticadd mpool.h
1991-09-05 Keith Bosticcheckpoint btree mpool
1991-09-03 Keith Bosticfread/fwrite return size_t
next