lint
[unix-history] / usr / src / include /
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
1991-08-06 Keith BosticDBT should have a size_t as an arg, not an int
1991-08-03 Keith Bosticadd a user-level signal.h
1991-08-03 Keith Bosticdate and time created 91/08/02 11:48:40 by bostic
1991-08-01 Keith Bosticworkaround for "cc -ansi -c one.c two.c" GCC bug
1991-07-24 Kirk McKusickadd c_firstrec to support EOT processing
1991-07-24 Keith Bostictypo
1991-07-24 Keith Bosticmake endbyte parameter a u_int so ANSI doesn't confuse...
1991-07-23 Keith Bosticadd size_t, minor rearrangement
1991-07-16 Keith Bosticadd GLOB_NOMAGIC
1991-06-27 Marc Teitelbaumdon't test for _IOCTL_H_
1991-06-17 Keith Bosticdon't define _exit as "void volatile"; it's a GCC exten...
1991-06-09 Keith Bostic__hp300__ is defined if -ansi is specified, not hp300
1991-06-05 Keith Bosticadd heapsort
1991-06-04 Keith Bosticadd sys_nerr, sys_errlist global variables to perror...
1991-05-30 Keith Bosticput /usr/bin first, most stuff is there
1991-05-29 Keith Bosticdocument behavior re: the terminating null of password
1991-05-19 Keith Bosticadd return values to setkey, encrypt, des_setkey, des_c...
1991-05-07 Keith Bosticbranch for the 2nd network distribution
1991-05-01 Keith Bosticadd N_TXTADDR, N_DATADDR, use __LDPGSZ as page size...
1991-04-24 Keith Bosticummm, well, we took a vote -- it's a void * agian
1991-04-24 Keith Bostickvm_read really takes an offset, even though it may...
1991-04-24 Keith Bosticprototype some more kvm functions
1991-04-22 Donn Seeleydes_cipher takes a long, not u_long; see rev 5.6 of...
1991-04-22 Keith Bostic#define '_' as indicated the extended format
1991-04-21 Keith Bosticgetdiskbyname prototype is in <sys/diskabel.h>
1991-04-16 Donn SeeleyAdd vscanf() and vsscanf() (feeping creaturism...)
1991-04-08 Keith Bosticnew copyright; att/bsd/shared
1991-04-05 Keith Bosticfrom scratch -- superset of Berkeley and GNU symbols
1991-04-05 Keith Bosticfrom scratch, add Berkeley copyright; change to include...
1991-04-05 Keith Bosticfrom scratch, add Berkeley copyright; change to be...
1991-04-04 Keith Bosticvfont.h moved to /usr/src/old/vpr
1991-04-04 Keith Bosticmove stdarg.h to machine dependent include directory
1991-04-04 Keith Bosticprotect all user-level include files against reinclusion
1991-04-04 Keith Bosticprotect all user-level include files against reinclusion
1991-04-04 Keith Bosticprotect all user-level include files against reinclusion
1991-04-04 Keith Bosticmv pcc.h to /usr/src/old/pcc
1991-04-03 Keith Bosticget HUGE right for the VAX and Tahoe
1991-04-02 Keith Bosticadd DB.type field to reflect type of underlying database
1991-04-02 Keith Bosticremove math library specific part of copyright
1991-04-02 Keith Bosticadd XPG, Sun, Sys V math constants
1991-04-02 Keith Bosticadd isinf(), isnan() for all architectures
1991-04-02 Keith Bosticdata is a void *
1991-04-02 Keith BosticANSI
1991-03-22 Dave A. Bormanupgrade authentication/encryption to latest & greatest
1991-03-20 Keith Bosticadd gl_matchc, GLOB_MAGCHAR; sort flags
1991-03-19 Keith BosticI got a little too enthusiastic, there...
1991-03-19 Donn SeeleyPrevent re-inclusions
1991-03-17 Donn SeeleyDeclare some external variables to go along with some...
1991-03-13 Keith Bosticget the copyright notice right
1991-03-12 Keith Bosticchange hash "bytes to cache" to cachesize for consistency
1991-03-12 Keith Bosticadd #defines for root and root parent -- used by applic...
next