changes to pass clock frame by reference rather than value;
[unix-history] / usr / src / sys /
1992-07-08 Chris Torekchanges to pass clock frame by reference rather than...
1992-07-08 Kirk McKusickwhitespace hacking; add splstatclock
1992-07-08 Chris Torekvolatile poison
1992-07-08 Chris Torekvolatile poison; splclock => splstatclock
1992-07-08 Chris Torekmajor overhaul for new statistics gathering; lint;...
1992-07-08 Chris Torekmajor overhaul to profiling; new addupc_intr and addupc...
1992-07-08 Chris Toreklint; new rusage calculation; fix account watching...
1992-07-08 Chris Toreklint; volatile poison; new C-language swtch for generic...
1992-07-08 Chris Torekp_prof.pr_scale replaced by SPROFIL to show profiling...
1992-07-08 Chris Torekprofil moves to subr_prof.c
1992-07-08 Chris Toreknew rusage
1992-07-08 Chris Toreklint; volatile poison; adjustments to time to support...
1992-07-08 Chris Torekvolatile poison; new rusage calculation
1992-07-08 Chris Toreklint; fix FIONREAD; new rusage calculations
1992-07-08 Chris Torekconsolidate clock startup; volatile poison; lint
1992-07-08 Chris Toreknew profiling stuff
1992-07-08 Chris Torekcleanups; add prototype for callout functions
1992-07-08 Chris Torekadd some time related prototypes
1992-07-08 Chris Torektime becomes volatile; move realitexpire to systm.h...
1992-07-08 Chris Torekdelete p_utime and p_stime; allproc becomes volatile...
1992-07-08 Chris Toreklint
1992-07-08 Chris TorekFIONREAD can only return 32-bit size
1992-07-08 Chris Toreknew resource usage calculations
1992-07-08 Chris Toreklint
1992-07-08 John Heidemanna first draft
1992-07-08 John Heidemannfirst draft
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Kirk McKusickvolatile poison
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Chris TorekChris sez time is volatile
1992-07-08 Chris Torekonly need to block clock; volatile poisoning
1992-07-08 Chris Torekvolatile poisoning
1992-07-08 John Heidemannthe great variable renaming
1992-07-08 John Heidemanndate and time created 92/07/07 13:54:46 by johnh
1992-07-08 John Heidemanndate and time created 92/07/07 13:54:37 by johnh
1992-07-08 John Heidemanndate and time created 92/07/07 13:54:29 by johnh
1992-07-08 John Heidemanndate and time created 92/07/07 13:54:20 by johnh
1992-07-07 Kirk McKusickget rid of unused vn_fhtovp function
1992-07-07 Kirk McKusickstruct readdir should really be struct dirent since...
1992-07-07 Kirk McKusickexport validation is now done by the underlying filesystem
1992-07-07 Kirk McKusicknew parameters for fhtovp
1992-07-07 Kirk McKusicknew arguments to FHTOVP
1992-07-07 Kirk McKusicknew parameters to fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fstovp
1992-07-07 Kirk McKusicknew arguments to FHTOVP
1992-07-07 Keith Bosticmake header clearer
1992-07-07 Kirk McKusickput into KNF
1992-07-07 Keith Bosticgenerate vnode_if.c as well
1992-07-07 Keith Bosticstruct vnodeop_desc *vfs_op_descs[] can be generated...
1992-07-07 Kirk McKusickfix bug in dupfdopen call to pass correct descriptor
1992-07-07 Keith Sklowermulticast changes from lbl
1992-07-07 Keith Skloweruse multicast conventions
1992-07-07 Keith Sklowermulticast changes from lbl
1992-07-07 Kirk McKusickadd names (OLDDIRFMT, NEWDIRFMT) for first argument...
1992-07-07 Keith Bosticnot exactly fix the tags, but make them better anyway
1992-07-06 Keith Bosticvget becomes a VFS op (Kirk); describe ap (Kirk); use...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); vget became a VFS...
1992-07-06 Keith Bosticadd ap description (Kirk); vget becomes a VFS op (Kirk...
1992-07-06 Keith Bosticdescribe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalb...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); use lfs_seglock/unlock...
1992-07-06 Keith Bosticrestructure vnode walk and dirty block invalidation...
1992-07-06 Keith Bosticneeds <sys/mount.h>
1992-07-06 Keith Bosticdescribe ap structure (Kirk); Melton fix for NULL indir...
1992-07-06 Margo Seltzerdescribe ap structure (Kirk); make VDIROP set right
1992-07-06 Keith Bosticminor cleanups, add seglock to synchronize segment...
1992-07-03 Akito Fujitause libkern.a
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickadd paramter declarations; delete USES; streamline...
1992-07-03 Kirk McKusickdelete USES; nfs_vget moves from nfs_vnops.c
1992-07-03 Kirk McKusickadd parameter declarations; streamline unmarshalling
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusicknfs_vget moves from vop to vfs
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickuse ffs_vget
1992-07-03 Kirk McKusickadd parameter declarations
1992-07-03 Kirk McKusickdelete mfs_vget
1992-07-03 Kirk McKusickdelete vget vop declarations; delete USES
1992-07-03 Kirk McKusickffs_vget moves in from ffs_vnops.c; delete USES; VOP_VG...
1992-07-03 Kirk McKusickffs_vget moves to ffs_vfsops.c; add parameter declarations;
1992-07-03 Kirk McKusickadd parameter declarations; delete USES
1992-07-03 Kirk McKusickadd parameter declarations; streamline unmarshalling
1992-07-03 Kirk McKusickdelete USES; add parameter declarations; streamline...
1992-07-03 Kirk McKusickffs_vget moves from VOP to VFS
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickadd parameter declaration
1992-07-03 Kirk McKusickdate and time created 92/07/03 01:41:04 by mckusick
1992-07-03 Kirk McKusickdate and time created 92/07/03 01:41:03 by mckusick
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES; declare vop_*_args for vclean
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete vop_vget declaration
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES; delete spec_vget
1992-07-03 Kirk McKusickadd parameter declarations; delete USES; delete fifo_vget
1992-07-03 Kirk McKusickadd parameter declarations; delete USES
1992-07-03 Keith Bosticnew inline structure (avoids use of USES)
1992-07-03 Kirk McKusickVOP_VGET moves to VFS_VGET
next