checkpoint for pmake
[unix-history] / usr / src / sys /
1990-03-21 Kirk McKusickavoid multiple free's of mbufs (from tmt@osf and dab...
1990-03-21 Marc Teitelbaumproc hash changes, 86 SLOGIN and SPTECHG
1990-03-21 Marc Teitelbaumu_comm => p_comm, ttyp => session
1990-03-20 Kirk McKusickvgone has to avoid reentry
1990-03-16 Kirk McKusickupdate for new filesystem organization
1990-03-16 Kirk McKusickspecifiy precise include paths
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Bill Joyupdate location of include files
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Bill Joyspecify pathnames for includes
1990-03-15 Keith Bosticredo for/from POSIX 1003.1; add Berkeley specific copyr...
1990-03-14 Kirk McKusickonly interrupt for user requested signals
1990-03-14 Kirk McKusickreturn real error, not always ENOENT (from gmf@osf...
1990-03-14 Mike Karelsdon't set todr to time zero
1990-03-13 Bill Joydate and time created 90/03/12 15:48:29 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:27 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:25 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:24 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:23 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:21 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:18 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:16 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:15 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:14 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:08 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:07 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:05 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:48:01 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:54 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:53 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:52 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:50 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:49 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:47 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:44 by bill
1990-03-13 Bill Joydate and time created 90/03/12 15:47:40 by bill
1990-03-13 Keith Sklowerchanges to support getkerninfo()
1990-03-13 Keith Sklowerchanges to support cloning routes
1990-03-10 Kirk McKusickmark mounted devices; do not mount devices in use;
1990-03-10 Kirk McKusickdo not allow mounted devices to be opened
1990-03-09 Kirk McKusickadd flags field to specinfo to mark mounted block devices
1990-03-09 Kirk McKusickdelete exportfs system call; fill out vendor reserved...
1990-03-09 Kirk McKusickeliminate exportfs; functionality merged into mount
1990-03-09 Kirk McKusickadd exportfs functionality
1990-03-07 Kirk McKusickf_fsid is now found in m_stat.f_fsid
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid; m_bsize is now m_stat...
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid
1990-03-07 Kirk McKusicknm_host is now m_stat.f_mntfromname
1990-03-07 Kirk McKusickm_fsid is now m_stat.f_fsid
1990-03-07 Kirk McKusickm_bsize is now m_stat.f_bsize; m_fsid is now m_stat...
1990-03-07 Kirk McKusickhost and path are now found in m_stat
1990-03-07 Kirk McKusickmntfrom and mnton are now maintained in m_stat
1990-03-07 Kirk McKusickm_bsize, m_fsize, m_fsid are now found in m_stat;
1990-03-07 Kirk McKusickreaddir now returns an eof indication
1990-03-07 Kirk McKusickmntname is now maintained in the mount table
1990-03-07 Kirk McKusickstatfs structure is now cached in the mount table entry
1990-03-07 Kirk McKusickm_fsid is now found in m_stat.f_fsid
1990-03-07 Kirk McKusickpack now takes a vnode instead of a dev
1990-03-07 Kirk McKusickadd additional flags parameter to getfsstat
1990-03-07 Kirk McKusickpack now takes a vnode instead of a dev
1990-03-07 Keith Sklowerchange in parameters to *_usrreq()
1990-03-07 Keith Bosticadd ANSI C prototypes, rename the path constant
1990-03-07 Kirk McKusickreaddir takes a new flag to indicate end-of-file
1990-03-07 Kirk McKusickmove statfs structure into mount entry to cache info
1990-03-07 Keith Bosticadd ANSI C prototypes
1990-03-06 Kirk McKusickreaddir fixes from Rick Macklem
1990-03-06 Kirk McKusickadd support for fifo's; minor bug fix
1990-03-06 Kirk McKusickadd support for fifo's
1990-03-06 Kirk McKusickprint out selected fifo information in ufs_print
1990-03-06 Kirk McKusickdate and time created 90/03/05 19:14:10 by mckusick
1990-03-06 Kirk McKusickadd support for FIFO's
1990-03-06 Kirk McKusickreassign vnode ops for FIFO's
1990-03-06 Kirk McKusickadd FIFO type
1990-03-06 Kirk McKusickiftovt macro needs to change to support FIFO's
1990-03-06 Kirk McKusickadd VFIFO vnode type
1990-03-06 Kirk McKusickadd mkfifo system call
1990-03-06 Kirk McKusickselect now passes in file flags (to support FIFO's)
1990-03-06 Kirk McKusickreaddir now takes a fourth argument (from macklem)
1990-03-02 Kirk McKusickneed to adjust length on the fragment, not the head...
1990-03-02 Kirk McKusickdelete cache entries on invalid replies
1990-03-02 Kirk McKusickadd validity indication to nfsrv_updatecache
1990-03-02 Kirk McKusickinvalidate name cache entries when directory is modified;
1990-03-02 Kirk McKusickadd previous create time for name cache consistency
1990-02-28 Keith Sklowerfix bug preventing sending of user-confirm-data
1990-02-27 Mike Karelsadd CCI credit
1990-02-27 Mike Karelsadd CCI credit, defn for silo overflow error
1990-02-26 Kirk McKusickhave to protect count increment with splbio to protect...
1990-02-24 Kirk McKusickno longer need to munhash, handled by xuntext instead
1990-02-24 Kirk McKusickcheck for modified text file and take appropriate action
1990-02-24 Mike Karelsmv ISSIG from param.h and rename to CURSIG (now returns...
1990-02-24 Mike KarelsI see no pointer here
1990-02-24 Marc Teitelbaumadd KERNTEXTOFF
1990-02-23 Mike Karelsmove ISSIG to signal.h (and rename to CURSIG);
1990-02-23 Marc Teitelbaumu_comm moved to proc
1990-02-23 Mike KarelsI think it's posix now!
1990-02-23 Marc Teitelbaumcheckpoint before removing extra estimation pass
1990-02-21 Kirk McKusickspec_select gets the file flags
1990-02-21 Kirk McKusickdead_select gets the file flags
1990-02-21 Kirk McKusickVOP_SELECT needs file flags
next