don't use free'd mbuf pointer; bug report net2/sys/10
[unix-history] / usr / src / sys / ufs /
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannffs_vfree now returns a (0) error
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannbwrite -> vn_bwrite for vn_if change
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannlfs_vfree now returns an int
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemanna few direct calls cleaned up by hand
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannufs_rename made one line
1992-05-15 John Heidemannffs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires lfs_cksum.c
1992-05-15 John HeidemannFIFOOPS update for vn_if conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannap in lfs_truncate renamed inp because of name conflict...
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvinit changed for new vn_if
1992-05-15 John Heidemannufs_vinit prototype changed for new vn_if
1992-05-15 John Heidemannlfs_ubwrite change to for new vnode interface
1992-05-15 John Heidemannlfs_ubwrite fixed
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemannminor syntax change before vnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemanni405 conversion
1992-05-14 Kirk McKusickinode times are now timevals
1992-05-14 Kirk McKusicklint; inode times are now timevals
1992-05-14 Kirk McKusickcleanup casts, spell DIAGNOSTIC correctly, inode times...
1992-05-14 Kirk McKusickfix prototypes
1992-05-14 Kirk McKusick32-bit dev, inode times are now stroed in timevals
1992-05-14 Kirk McKusicknew 64-bit file sizes, 32-bit uid, gid, and dev's
1992-05-14 Kirk McKusicktemporary hack to copy short uid and gid to new long...
1992-05-14 Kirk McKusickset the seconds field of the timeval; lint
1992-05-05 Keith Bosticsome compilers can't handle the appended increment...
1992-05-05 Keith Bosticlint
1992-05-05 Kirk McKusicklint
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-22 Kirk McKusickvop_truncate takes off_t rather than u_long length op
1992-04-22 Kirk McKusickufs_chown and ufs_chmod now take cred pointers
1992-04-19 Ralph Campbellchange rootdev if mfs mini-root present.
1992-04-19 Ralph Campbellfix mfs_inactive for incore mini-root.
1992-04-14 Kirk McKusicklint
1992-04-09 Keith Bosticremove the rest of the typedef's
1992-04-09 Carl Staelinreacquire the dirtyblk list if write a segment during...
1992-04-09 Carl Staelindelete unnecessary test; check depth in case drop out...
1992-04-09 Carl Staelindon't reassign multiple times; quick hack, don't reassi...
1992-03-28 Kirk McKusickdefine doff_t for size of directory offsets
1992-03-28 Kirk McKusickdefine doff_t for size of directory offsets
1992-03-27 Kirk McKusickensure proper types for local variables and parameters
1992-03-27 Kirk McKusickensure proper types for local variables
1992-03-23 Ralph Campbellremove ITOV and use vnode pointer instead.
1992-03-23 Ralph Campbellfix comments.
1992-03-23 Ralph Campbellremove ITOV and use vnode pointer instead.
1992-03-23 Ralph Campbelladded support for memory mini-root.
1992-03-19 Carl Staelintypo
1992-03-19 Keith Bosticno changes, just make it a little more obvious
1992-03-19 Keith Bosticfree memory on sleep error
1992-03-19 Keith Bosticincorrect bmap array processing on double-indirect...
1992-03-19 Keith Bostictypo
1992-03-16 Kirk McKusickextra assignments to shut up GCC warnings (for torek)
1992-03-12 Chris Torekgcc lint
1992-03-11 Chris Toreksparc
1992-03-05 Keith Bosticmove lfs_ifind into lfs_inode.c, it's only used in...
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-04 Keith Bosticfree'ing wrong pointer on error
1992-03-04 Keith Bosticfree'ing the wrong pointer when copyin fails; minor...
1992-03-04 Keith Bosticset saveaddr to NULL, otherwise will re-free space...
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-03-02 Ralph Campbelldon't include mtpr.h unless needed
1992-02-29 Keith Bosticcopy individual buffers into 56K chunks for disk I/O
1992-02-28 Carl Staelinissue wakeup when enter a new segment (previous was...
1992-02-28 Carl Staelinduring truncate, at INDIR/DIRECT boundary, decrement...
1992-02-28 Carl Staelinonly delete space used by inode, on inode deletion...
1992-02-26 Kirk McKusickhave to return error when bmap fails (from karels@bsdi...
1992-02-22 Kirk McKusicksymlinks are OK if not being followed
1992-02-22 John Heidemannclean up comment
1992-02-16 Kirk McKusickhave to zero mount structures when they are allocated
1992-02-16 Kirk McKusickget rid of random trash
1992-02-07 Kirk McKusickadd comment about on-disk formats and the format define...
1992-02-07 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-06 Kirk McKusicklint
1992-02-05 Keith Bosticblock at bio when reassigning buffer; handle queue...
1992-02-05 Kirk McKusickufs specific fields move from nameidata into the inode
1992-02-05 Kirk McKusickcleanups and bug fixes from John
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Kirk McKusickmove in ufs specific fields from the nameidata structure
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Keith Bosticmake lfs_fsync really work
1992-02-05 Keith Bosticadd lfs_vflush to flush a single vnode; permit flushing...
1992-02-05 Keith Bosticuse lfs_vflush for lfs_update; update the version numbe...
1992-02-05 Keith Bosticadd lfs_vflush; flush a vnode to disk
1992-02-05 Keith Bosticminor fix, don't set queue count to 0 unless did something
1992-02-05 Keith Bosticcheckpoint
1992-02-04 John Heidemannformating
1992-02-04 John Heidemannmaknode goes away
1992-02-04 John Heidemannnew calling convention
next