use bxcopy() to copy data to mbufs.
[unix-history] / usr / src / sys / ufs /
1992-06-26 Kirk McKusickneedclose is history
1992-06-26 Kirk McKusickspec and fifo ops need to use ffs_fsync; add parameters...
1992-06-26 Kirk McKusickstylistic cleanups; vinvalbuf takes new parameters...
1992-06-26 Kirk McKusicknew parameters to vinvalbuf
1992-06-26 Kirk McKusicknew parameters to fhtovp and sync
1992-06-26 Kirk McKusickuse spec_fsync to push buffers; new parameters to vinvalbuf
1992-06-26 Kirk McKusickmisc stylistic cleanups
1992-06-26 Kirk McKusickdelete mfs_fsync define as it is now a real function
1992-06-26 Kirk McKusickexpand parameters to functions; READDIR drops eofflag;
1992-06-26 Kirk McKusickquotactl now takes a real uid_t
1992-06-26 Kirk McKusickadd parameters to lookup; new parameters to VOP_TRUNCATE
1992-06-26 Kirk McKusickquotactl now takes a real uid_t
1992-06-25 Kirk McKusickunion for storing inode number in on-disk inode
1992-06-24 Kirk McKusickno such thing as EFBIG on read; panic if reading short...
1992-06-24 Kirk McKusickzero mount structure; set mnt_maxsymlinklen
1992-06-24 Kirk McKusickmove systm.h into KERNEL only defines
1992-06-24 Kirk McKusickadd code to implement short symbolic links
1992-06-24 Kirk McKusickadd i_shortlink name for short symbolic links
1992-06-24 Kirk McKusickadd provision for short symbolic links
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-06-23 Keith Bosticfix the includes
1992-06-23 Keith Bosticdelete PMAP_BUG_FIX_HACK for now, until see the bug...
1992-06-23 Keith Bosticcheckpoint
1992-06-23 Keith Bosticchecpoint
1992-06-22 Kirk McKusickadd fs_maxsymlinklen
1992-06-21 Chris Torekneed <sys/systm.h> for panic type (for gcc 2 warnings)
1992-06-21 Chris Torekufs_chmod, ufs_chown are static and should not be decla...
1992-06-21 Keith Bosticbreak out library functions
1992-06-21 Kirk McKusickeliminate the fiction of NOQUAD
1992-06-21 Kirk McKusickeliminate fiction of NOQUAD
1992-06-20 Chris Torekgcc 2 is pickier: be consistent about static
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-19 Kirk McKusicktimeval => timespec
1992-06-19 Jan-Simon Pendryremove spurious vrele in ufs_link
1992-06-18 Kirk McKusickneed to define vfree for spec and fifo ops
1992-06-18 Kirk McKusickcleanups of ap->a_*; need to define vfree for spec...
1992-06-16 John Heidemanncosmetic fixes to vnodeop vector delcs
1992-06-05 Kirk McKusickadd new fields for inode format
1992-06-05 Kirk McKusickinitialize filds not found on the older format filesystems
1992-06-05 Kirk McKusickcopy old uid/gid to new uid/gid only if old filesystem
1992-06-05 Kirk McKusickhave to limit the file size to the maximum that the...
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-06-05 Kirk McKusickfinished registerizing vnodeop ops after vnode interfac...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-06-01 Kirk McKusickquad's need to be quad aligned
1992-05-28 Kirk McKusickreorg includes to avoid troubles with utilities that...
1992-05-28 Kirk McKusickdeclarations needed by utilities moved from ffs_extern...
1992-05-28 Kirk McKusickneed real bwrite routine
1992-05-28 Kirk McKusickneed real bwrite routine
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...
next