unix-history/.git
1990-03-12 Keith Bosticmove fast lookup from find to locate
1990-03-12 Kirk McKusickcheck first for sources in build area, then in current...
1990-03-12 Keith Bosticfix setting of mode (checkin for bostic by mckusick)
1990-03-12 Kirk McKusickhave to add explicit dependency on install.c as mkdep...
1990-03-12 Kirk McKusickuse genbuildname to find input and place output files
1990-03-12 Kirk McKusickuse genbuildname to place output file
1990-03-11 Keith Bosticdelete _PATH_LIB usage
1990-03-11 Keith Bosticadd Berkeley specific copyright notices
1990-03-10 Kirk McKusickcheck character device root, not the block device
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-09 Kirk McKusickadd entry for the exports file
1990-03-09 Kirk McKusickcheck to see if ufs filesystem is being exported and...
1990-03-09 Kirk McKusickexportfs is replaced by mount
1990-03-09 Kirk McKusickdo not split lines starting with . (4.3BSD-tahoe/ucb/58)
1990-03-09 Kirk McKusickupdate specification of ufs_args
1990-03-09 Kirk McKusickget rid of unneeded header files
1990-03-09 Marc Teitelbaumskip over -f flag (compatability with old/more)
1990-03-08 Kirk McKusickproperly print to end of doc when -o#- is requested...
1990-03-08 Kirk McKusickminor error inspec
1990-03-08 Marc Teitelbaumreformating - inherit flag passed in trace flag.
1990-03-08 Kirk McKusickinitialize inplast (from shumway@sun.com)
1990-03-08 Marc Teitelbaumps -U -> kvm_mkdb
1990-03-08 Marc Teitelbaumdate and time created 90/03/07 14:45:51 by marc
1990-03-08 Marc Teitelbaumdate and time created 90/03/07 14:45:49 by marc
1990-03-08 Marc Teitelbaumdate and time created 90/03/07 14:45:46 by marc
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 McKusickdynamically calculate the size of the "Filesystem"...
1990-03-07 Kirk McKusickspecify MNT_NOWAIT when getting filesystem information
1990-03-07 Kirk McKusickdo not trim leading pathname from special device name
1990-03-07 Kirk McKusickadd MNT_NOWAIT parameter to getmntinfo
1990-03-07 Kirk McKusickadd flags parameter to pass through to getfsstat(2)
1990-03-07 Keith BosticAT&T free version, from Michael Rendell (michael@stretc...
1990-03-07 Kirk McKusickadd flags parameter to specify no waiting
1990-03-07 Kirk McKusickadd -n flag to skip calls to underlying filesystem
1990-03-07 Kirk McKusickadd additional flags parameter to getfsstat
1990-03-07 Keith Bosticthe dictionary moved
1990-03-07 Keith Bosticdate and time created 90/03/06 19:28:21 by bostic
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 Keith Bosticadd ANSI C prototypes
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-07 Keith Bosticdocument new table names for :yyfix scripts
1990-03-07 Keith Bosticoutput token #defines after user-specified text
1990-03-07 Keith Bosticoutput delimiters even if the input file is empty
1990-03-07 Keith Bosticdate and time created 90/03/06 12:38:18 by bostic
1990-03-07 Keith Bosticbug, tries to open "-"
1990-03-07 Keith Bosticdate and time created 90/03/06 11:23:44 by bostic
1990-03-07 Keith Bosticdate and time created 90/03/06 11:20:06 by bostic
1990-03-07 Keith Bosticdate and time created 90/03/06 11:19:55 by bostic
1990-03-07 Keith Bosticrename fast find code to locate
1990-03-07 Keith Bosticforgot to add list to SEE ALSO
1990-03-07 Keith Bosticrename fast find code as locate; don't need paths.h...
1990-03-07 Keith Bosticpull out fast database code, rename as list
1990-03-06 Kirk McKusickupdate for new statistics from Rick Macklem
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-06 Kirk McKusickprint_dump needs to check for an empty table (from...
1990-03-06 Marc Teitelbaumkeep db files open
1990-03-06 Keith Bosticmake work with ANSI C preprocessor
1990-03-06 Keith Bosticmake it work with ANSI C preprocessor
1990-03-06 Keith Bosticdate and time created 90/03/05 12:19:04 by bostic
1990-03-06 Keith Bosticfix h_errno for ANSI C variable scoping
1990-03-06 Keith Bosticfix dflag for ANSI C variable scoping
1990-03-06 Keith Bosticget rid of Reiser style cpp concatenation
1990-03-06 Keith Bosticfix errno for ANSI C variable scoping
1990-03-06 Keith Bosticfix errno scoping for ANSI C
1990-03-06 Keith Bosticfix errno for ANSI variable scopign
1990-03-06 Keith Bosticfix for ANSI variable scoping
next