how did we forget Ozalp Babaoglu
[unix-history] / usr / src / sys /
1995-04-12 Kirk McKusicknits
1995-04-12 Kirk McKusickadd lockstatus to querry lock status
1995-04-12 Kirk McKusickcomments from cgd and mycroft
1995-04-11 Kirk McKusickfeedback from cgd
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:17:34 by mckusick
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:16:10 by mckusick
1995-04-05 Kirk McKusickupdate BSD
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickmove in definitions from fdesc.h
1995-04-04 Kirk McKusickmove out vnops
1995-04-04 Kirk McKusickget rid of that unwanted declaration
1995-04-04 Kirk McKusickdo synchronous writes when MNT_SYNCHRONOUS is set
1995-04-04 Kirk McKusicknew names for some syscalls
1995-04-04 Kirk McKusicklint
1995-04-04 Kirk McKusicksleaze new sysent format by using narg * 4 for argsize
1995-04-03 Kirk McKusickMOUNT_* filesystem types are gone
1995-04-03 Kirk McKusickadd register_t
1995-04-03 Kirk McKusickrequest a synchronous write when O_FSYNC is set (from...
1995-03-31 Kirk McKusickadd cd9660_sysctl; MOUNT_CD9660 goes away
1995-03-31 Kirk McKusickadd cd9660_sysctl; fix prototype for cd9660_init
1995-03-31 Kirk McKusickreaddir now produces cookies; cd9660_enotsupp => eopnotsupp
1995-03-31 Kirk McKusickcd9660_init gets a parameter
1995-03-31 Kirk McKusickadd ffs_sysctl; MOUNT_MFS goes away
1995-03-31 Kirk McKusickfix declaration for mfs_init
1995-03-31 Kirk McKusickfix prototype for mfs_init
1995-03-31 Kirk McKusicklfs_init moves in from lfs_inode.c; MOUNT_LFS => lfs_mo...
1995-03-31 Kirk McKusickMOUNT_LFS becomes lfs_mount_type
1995-03-31 Kirk McKusicklfs_init moves to lfs_vfsops.c
1995-03-31 Kirk McKusickadd lfs_sysctl and lfs_mount_type
1995-03-31 Kirk McKusickufs_init moves in from ufs_inode.c
1995-03-31 Kirk McKusickufs_init moves to ufs_vfsops.c
1995-03-31 Kirk McKusickadded types needed to keep gcc happy
1995-03-31 Kirk McKusickufs_args and mfs_args move in from mount.h
1995-03-31 Kirk McKusickmountroot now uses vfsconf structure; ffs_init moves...
1995-03-31 Kirk McKusickdoclusterread and doclusterwrite become FFS sysctl...
1995-03-31 Kirk McKusickadd definitions for ffs_sysctl values and names
1995-03-31 Kirk McKusickffs_init moves to vfs_vfsops.c
1995-03-31 Kirk McKusickdoasyncfree and prtrealloc move FFS sysctl variables
1995-03-31 Kirk McKusickmount now takes a name rather than a number, vfssw...
1995-03-31 Kirk McKusickreplace initialization of vfssw with vfsconf
1995-03-31 Kirk McKusickreplace vfssw with vfsconf
1995-03-31 Kirk McKusickreaddir now has producer provide cookies rather than...
1995-03-31 Kirk McKusickadd vfs_sysctl
1995-03-31 Kirk McKusickfirst argument to mount is now a string pointer
1995-03-31 Kirk McKusickenable vfs_sysctl; fix range bug in debug code
1995-03-31 Kirk McKusickadd filesystem type name to statfs structure; type...
1995-03-31 Kirk McKusickB_APPENDWRITE => B_NEEDCOMMIT for NFS version 3
1995-03-31 Kirk McKusickCTL_FS => CTL_VFS
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
next