fixup comments to reflect that softclock no longer gets a frame ptr
[unix-history] / usr / src / include /
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
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
next