add flags parameter to specify no waiting
[unix-history] / usr / src / sys /
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
1990-02-21 Kirk McKusickVOP_SELECT needs the file flags
1990-02-21 Kirk McKusickraise limit on maxoff
1990-02-21 Marc Teitelbaumadd getkerninfo
1990-02-21 Marc Teitelbaumadd underscores to make all syscall names a single...
1990-02-21 Mike Karelscleanups of posix stuff
1990-02-21 Kirk McKusickadd mkfifo for POSIX
1990-02-21 Marc Teitelbaumadd kinfo system call
1990-02-20 Kirk McKusickadd support for FIFO's
1990-02-20 Kirk McKusickadd optional fifo
1990-02-20 Kirk McKusickmove definitions out of vnode.h
1990-02-18 Kirk McKusickget rid of bogus `strings.h' include file
1990-02-18 Kirk McKusickneed to reference netinet as ../netinet
1990-02-18 Kirk McKusickget rid of dependencies on ../ufs/inode.h
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-17 Kirk McKusickdo not include dir.h
1990-02-17 Marc Teitelbaumcheckpoint state as of 5pm fri; moving kinfo stuff...
1990-02-17 Marc Teitelbaumcheckpoint state of eproc as of fri morning
1990-02-17 Kirk McKusickupdates for new transport independent structure;
1990-02-17 Kirk McKusickpass indication of idempotency to nfsm_request
1990-02-17 Kirk McKusicksocket specific code moves to nfs_socket.c;
1990-02-17 Kirk McKusickgeneralize nfs_send routine (see nfs_socket.c)
1990-02-17 Kirk McKusicknonidempotent requests are needed elsewhere
1990-02-17 Kirk McKusickmove socket dependent code entirely into this module;
1990-02-17 Kirk McKusickgeneralize a number of constants
1990-02-17 Kirk McKusickcompress empty directory blocks out of our reply
1990-02-17 Kirk McKusickhave to use generic routines as we may be crossing...
1990-02-17 Kirk McKusickhave to null terminate name if rounding up packet size...
1990-02-17 Kirk McKusickpass indication of idempotency through to the nfsm_requ...
1990-02-17 Kirk McKusickdo not change mount flags if underlying filesystem...
1990-02-17 Kirk McKusickdo not link new mount points into mount list until...
1990-02-17 Marc Teitelbaumstrcat moves to kern_subr.c
1990-02-17 Kirk McKusickhave to check both the device AND the type
1990-02-17 Kirk McKusickmay be crossing a mount point, so must be generic
1990-02-16 Marc Teitelbaumcheckpoint work in progress (this file will probably...
1990-02-16 Kirk McKusicktemporary holdover for backward compatibility
1990-02-16 Kirk McKusickget rid of things having to do with libc directory...
1990-02-16 Marc Teitelbaumtesting sccs
1990-02-15 Marc TeitelbaumThis version compiles, not yet tested! (by kls).
1990-02-15 Marc Teitelbaumcheckpoint by sklower before re-arranging
1990-02-10 Kirk McKusickhave to check type, not just device number
1990-02-09 Marc Teitelbaumbut now it needs buf.h. see, we should include every...
1990-02-09 Marc Teitelbaumdate and time created 90/02/08 18:45:10 by marc
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickhave to invalidate the cache for certain NFS transactio...
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Marc Teitelbaumforgot tsleep.h
1990-02-09 Kirk McKusickuse bwrite to avoid getting out of sync with it
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickmissing parameter to mntflushbuf (from noemi@osf.org)
1990-02-09 Kirk McKusickreassign instead of invalidating buffers associated...
1990-02-09 Kirk McKusickoptimization from Noemi Paciorek <noemi@osf.org>
1990-02-08 Marc Teitelbaumcheck for compat ioctls. pgrp can now be null.
next