fix profiling
[unix-history] / usr / src / sys / kern /
1992-07-14 Kirk McKusickput back a semblance of setreuid and setregid compatibility
1992-07-14 Kirk McKusickupdate to use uid_t and gid_t
1992-07-13 Jan-Simon Pendryallow lower layers to consume more of the pathname
1992-07-13 Jan-Simon Pendrywrong sense in checking for free descriptors available
1992-07-13 Jan-Simon Pendryno longer need specdev
1992-07-13 Jan-Simon Pendryno longer need specdev.h
1992-07-13 Jan-Simon Pendrysecond vnode to lookup is INOUT
1992-07-13 Jan-Simon Pendryneed to include systm.h
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Jan-Simon Pendrynew include location of specdev.h
1992-07-13 Kirk McKusickget rid of unneeded include
1992-07-13 Kirk McKusickone more try at getting ogetdirentries right for LITTLE...
1992-07-13 Keith Bosticvget is now in VFS
1992-07-13 John Heidemannnote which operations release their vnodes
1992-07-13 John Heidemannadd umap and null fs filesystems
1992-07-12 Kirk McKusickfix LITTLE_ENDIAN code in ogetdirentries;
1992-07-12 Kirk McKusickfixes to ogetdirentries
1992-07-11 Chris Torekfix swapper run stats
1992-07-11 Chris TorekANSIfy syscall args
1992-07-11 Chris TorekANSIfy syscall args, and share args across compat calls
1992-07-11 Chris TorekANSIfy syscall args
1992-07-11 Chris TorekANSIfy syscall args; readv does not need ARGSUSED;...
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Chris Torekthere is no profrate in gmonparam (only in gmonhdr)
1992-07-10 Chris Torektypo in GPROF
1992-07-10 Chris Torekcleanup declaration of parameters; note required paddin...
1992-07-10 Chris Torekmove new lseek, truncate, and ftruncate so they can...
1992-07-10 Mike Hiblermove HPUXCOMPAT code to hpux_compat.c
1992-07-10 Chris Torekdelete osetreuid as it is simulated in libc/compat-43;
1992-07-10 Chris Toreksetreuid and setregid become obsolete
1992-07-09 Chris Torekcalcru compensates for recent runtime now
1992-07-09 Chris Torekmust add current time fraction in calcru if doing curproc;
1992-07-09 Chris Torekmust add current time fraction in calcru if doing curproc;
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 TorekFIONREAD can only return 32-bit size
1992-07-08 Chris Torekonly need to block clock; volatile poisoning
1992-07-08 Chris Torekvolatile poisoning
1992-07-07 Kirk McKusickget rid of unused vn_fhtovp function
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 Bosticnot exactly fix the tags, but make them better anyway
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
1992-07-03 Kirk McKusickadd ogetdirentries
1992-06-26 Kirk McKusicknothing to do in sigaltstack if no new stack given
1992-06-26 Kirk McKusickdelete mntflushbuf, mntinvalbuf, and vflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and...
1992-06-26 Kirk McKusickFHTOVP no longer takes setgen parameter
1992-06-24 Chris Torekfix up profile clock start/stop; watch out for tick...
1992-06-24 Chris Torekfix start/stop profclock calls
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusicktimeval => timespec; lint; be more lenient about alloca...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusickadd ifdef FIFO's
1992-06-24 Kirk McKusicklint
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickadd ptrace ATTACH/DETACH
1992-06-24 Kirk McKusickset SUGID when user/group when permissions change ...
1992-06-24 Kirk McKusickmove up init died panic to start of exit; ptrace ATTACH
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-24 Kirk McKusickadd compat routines for mmap and getdirentries
1992-06-24 Kirk McKusickdate and time created 92/06/23 15:33:10 by mckusick
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith BosticLFS unmount code; vinvalbuf should be a VOP?
1992-06-23 Kirk McKusickchecked in for Kirk by TK
1992-06-21 Kirk McKusickzero out mount structure after allocation
1992-06-21 Keith Bosticbreak out library functions
1992-06-21 Kirk McKusickadd startprofclock and stopprofclock to track when...
1992-06-21 Kirk McKusickcall initprofclock to start profiling clock
1992-06-21 Kirk McKusickturn off profiling if on
1992-06-21 Kirk McKusickthings moved into zero range; inherit profiling from...
1992-06-21 Kirk McKusicknotify clock routines when a process requests profiling
1992-06-21 Kirk McKusickphz => stathz
1992-06-20 Kirk McKusicklint
1992-06-20 Kirk McKusickupdate from Torek
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-06 Jan-Simon Pendryadded lofs, fdesc & portal
1992-06-06 Jan-Simon Pendryonly call getvfs in getnewfsid when rootfs has been...
1992-06-05 Mike Hiblerchange include path for HP code reorg
1992-06-05 Kirk McKusickadd support for luna68k from Omron
next