massive update to incorporate version 3 protocol from Rick Macklem
[unix-history] / usr / src / sys /
1995-03-31 Kirk McKusickmassive update to incorporate version 3 protocol from...
1995-03-30 Kirk McKusickconversion of i_blocks to bytes needs to be cast to...
1995-03-30 Kirk McKusickufs_readdir needs to allocate space for cookies
1995-03-30 Kirk McKusickdi_blocks needs to be unsigned so conversion to 64...
1995-03-30 Kirk McKusickbtodb and dbtob need to work with 64-bit numbers (from...
1995-03-29 Kirk McKusickcleanups; getnewfsid => vfs_getnewfsid; add sysctl
1995-03-29 Kirk McKusickcorrect type for umap_init
1995-03-29 Kirk McKusickcleanups; getnewfsid => vfs_getnewfsid; add sysctl
1995-03-29 Kirk McKusickadd einval function
1995-03-29 Kirk McKusickadd einval for invalid operations
1995-03-29 Kirk McKusickcleanups; getnewfsid => vfs_getnewfsid; add fdesc_sysctl
1995-03-29 Kirk McKusickdoreallocblks moves into ffs
1995-03-29 Kirk McKusickgetvfs => vfs_getvfs
1995-03-28 Kirk McKusickadd new NFS V3 types
1995-03-25 Kirk McKusickonly remove from special device list if it is on one
1995-03-24 Jan-Simon Pendrylocking fixes (from jtkohl)
1995-03-23 Kirk McKusicktrack whiteout negative cache entries (from mycroft)
1995-03-23 Kirk McKusickhave to reinitialize the fs_maxcluster array as it...
1995-03-23 Kirk McKusicklstat returns inode number of symbolic link to match...
1995-03-23 Kirk McKusickpass exclusive create flag in to VOP_CREATE
1995-03-23 Kirk McKusickadd exclusive create flag for passing to VOP_CREATE
1995-03-22 Kirk McKusickavoid double definition of ufs_daddr_t
1995-03-22 Kirk McKusicknew include needed for ffs_extern.h
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1995-03-21 Kirk McKusickUse new LIST macros; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t; timespecs go to explicit width...
1995-03-21 Kirk McKusicktimespecs go to explicit width fields
1995-03-21 Kirk McKusickUse new LIST macros; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1995-03-21 Kirk McKusickconvert from timespec to explicit types
1995-03-21 Kirk McKusickproper definition for timespec
1995-03-21 Kirk McKusickuse new list macros
1995-03-21 Kirk McKusickhave to save old clsutering info buffer when reloading
1995-03-21 Kirk McKusickhave to check MNT_ASYNC when deciding how to write...
1995-03-21 Keith Sklowerwhen esis_shoutput is constructing a packet that overfl...
1995-03-19 Kirk McKusickreverse arguments to VOP_LINK (to get them right)
1995-03-19 Kirk McKusickmerge in code from Poul-Henning Kamp
1995-03-12 Kirk McKusickVOP_CLOSE takes four arguments (from mycroft)
1995-03-11 Dave A. BormanFix two TCP bugs. The first is to recognize and
1995-03-05 Kirk McKusickat least note what should be done
1995-02-28 Kirk McKusickvgone => VOP_REVOKE
1995-02-24 Keith Sklowerdocument slightly closer to working code to send to...
1995-02-24 Keith Sklowerdocument more trial code for mitre; maybe release it
1995-02-24 Kirk McKusicknfs_revoke uses vop_revoke
1995-02-24 Kirk McKusickvgone => VOP_REVOKE
1995-02-24 Kirk McKusickconvert vgoneall to vop_revoke
1995-02-24 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickvgoneall is replaced by vop_revoke; add REVOKEALL flag
1995-02-24 Kirk McKusickadd vop_revoke operator
1995-02-23 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-23 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusickdefine cd9660_revoke to use vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd mfs_revoke
1995-02-23 Kirk McKusickdefine mfs_revoke to be vop_revoke
1995-02-23 Kirk McKusickadd fifo_revoke
1995-02-23 Kirk McKusickdefine fifo_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd spec_revoke
1995-02-23 Kirk McKusickdefine spec_revoke to use vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusickvgone => VOP_REVOKE
1995-02-23 Kirk McKusickvgoneall is replaced by vop_revoke
1995-02-23 Kirk McKusicknull out runp if requested in bmap
1995-02-23 Kirk McKusickfill in runp in bmap if requested to do so
1995-02-21 Dave A. BormanWhen the EXTPROC bit is being turned off, and we
1995-02-20 Chris G. Demetrioudate and time created 95/02/19 08:07:15 by cgd
1995-02-20 Chris G. Demetriousleaze new sysent format by using narg * 4 for argsize.
1995-02-20 Chris G. Demetriounew names for some syscalls
1995-02-20 Chris G. Demetriounew names for functions.
1995-02-20 Chris G. Demetriouohpuxssig -> compat_43_hpuxssig
1995-02-20 Chris G. Demetriouproper return types, new names for functions
1995-02-19 Chris G. Demetriouuse argsize for unimplemented function printfs. new...
1995-02-19 Chris G. Demetriouadd setsigvec() and sigexit() protos.
1995-02-19 Chris G. Demetriouprototype kernel socket functions
1995-02-19 Chris G. Demetriouadd protos for cvtstat and insmntque.
1995-02-19 Chris G. Demetrioufix return type for unp_detach()
1995-02-19 Chris G. Demetriouadd proto for m_reclaim
1995-02-19 Chris G. Demetriouktr_syscall members are ints now. store argsize rather...
1995-02-19 Chris G. Demetrioukey_t moved into types.h
1995-02-19 Chris G. Demetriouadd key_t, so it can be used in syscall arg descriptions.
1995-02-19 Chris G. Demetriouexecve_args now goes in auto-generated syscallargs...
1995-02-19 Chris G. Demetriousysent struct also include argument size. define SCARG...
1995-02-19 Chris G. Demetriougetpagesize -> compat_43_getpagesize
1995-02-19 Chris G. Demetriounew syscall arg mechanism
1995-02-19 Chris G. Demetrioufix external declarations to match prototyped return...
1995-02-19 Chris G. Demetriourather than passing sy_narg around, pass sy_argsize
1995-02-17 Kirk McKusickcheck for null vp before dereferrencing it (from donn...
1995-02-16 Kirk McKusickSYNC may be done by anyone; select quota type properly...
1995-02-16 Kirk McKusickmore debugging for clustering
1995-02-15 Chris G. Demetrioufix a substitution error in the last commit.
1995-02-15 Chris G. Demetrioudate and time created 95/02/14 12:21:06 by cgd
1995-02-15 Chris G. Demetrioureturn types, syscall arg conventions & recording fixes.
1995-02-15 Chris G. Demetrioureturn types.
1995-02-15 Chris G. Demetrioureturn types. use NULL instead of (void *)0.
1995-02-15 Chris G. Demetriouadd some space after commas.
1995-02-15 Chris G. Demetrioureturn types, light clean.
next