Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sys / kern / kern_clock.c
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-04-21 Kirk McKusickkcount is now part of the gmon structure
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-02-04 Kirk McKusickkinfo_clock becomes sysctl_clock
1992-11-17 Chris Torekspelling
1992-10-12 Keith Bosticmake kernel includes standard
1992-09-24 Keith Sklowerwant cheap elapsed time (put back chnage from 7.19...
1992-09-22 Mike Hiblermake psratio visible: needed to scale tick values in...
1992-07-17 Chris Toreksimplify based on new guarantee that tickdelta has...
1992-07-10 Chris Torektypo in GPROF
1992-07-08 Chris Torekmajor overhaul for new statistics gathering; lint;...
1992-06-21 Kirk McKusickadd startprofclock and stopprofclock to track when...
1992-06-21 Kirk McKusickphz => stathz
1992-03-19 Keith Sklowerdefine ticks, phz, profhz, time, and mono_time
1992-03-16 Kirk McKusickenforce hard CPU limit with SIGKILL (net2/sys/8)
1992-02-26 Kirk McKusickadd kinfo_clockrate so profilers can find out system...
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-10 Kirk McKusickprofil moves from kern_clock.c to sys_process.c
1991-05-08 Mike Hibleradded (ifdef'ed) call to initprofclock for high precision
1991-05-04 Mike Karelsuser.h no longer needed for ast's; noproc => !curproc
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1990-12-06 Kirk McKusickupdate for new VM
1990-07-01 William Nesheimi386 support for kernel addition
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-22 Kirk McKusicknew system call convention
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-04-03 Marc Teitelbaum[us]time moves to proc
1989-05-05 Kirk McKusickdelete unneeded include of dir.h
1989-04-26 Kirk McKusick../machine => machine
1988-08-28 Mike Karelsrm 4.1 compat
1986-11-04 Mike Karelsmerge in tahoe support
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-03 Mike Karelslint
1986-05-28 Mike Karelsuse faster adjustment for larger corrections
1986-02-21 Mike Karelsspl's, cleanups from Sam
1985-09-05 Jim Bloomlint cleanup
1985-06-09 Kirk McKusickAdd copyright
1985-04-06 Mike Karelsrm redundant test
1985-03-09 Kirk McKusickfix from sun!shannon
1984-11-15 Mike Karelsadjtime
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-23 Kirk McKusickinline expand bumptime
1984-05-23 Mike Karelscall softclock directly if hardclock comes from low ipl
1984-03-28 Mike Karelsremove adjtime
1984-03-14 Mike Karelsneedsoft returns (no longer call d[zh]timer from locore...
1984-02-24 Mike Karelsdon't ask
1983-10-09 Sam Leffleradd dk_ndrive so iostat/pstat/vmstat can be binary...
1983-10-02 Mike Karelsalways do softclock for now (need to call dz, dh timers)
1983-07-29 Sam Leffler4.2 distribution
1983-07-01 Sam Lefflerpurge #if sun's
1983-06-15 Sam Lefflerput back in nice+4
1983-05-31 Sam Lefflercleanup
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-22 Sam Lefflerpurge mush
1983-03-04 Sam Leffleradd ability to have separate statistics gathering clock
1983-01-18 Sam Lefflerfix time accounting (from shannon@sun)
1983-01-16 Kirk McKusicknew austere memory version
1982-12-31 Bill Joyfix to computation of integral times in kern_clock...
1982-12-18 Sam Lefflersun merge
1982-12-17 Sam Lefflerdon't subtract expired callout entries
1982-12-10 Sam Lefflerprofil returns
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-11-01 Bill Joychange #if to #ifdef
1982-10-31 Bill Joyfirst version with 68k
1982-10-22 Bill Joylint
1982-10-18 Bill Joymore lint
1982-09-09 Bill Joyclean up with comments
1982-09-08 Bill Joytimeouts used for all timers now
1982-09-07 Bill Joymore work on timer stuff
1982-09-05 Bill Joynew timer style; TIMER_VIRTUAL and TIMER_PROF not yet...
1982-08-23 Bill Joycomment out untimeout() for lint's sake
1982-07-23 Robert Elzmush
1982-07-22 Sam Lefflerwatchdog timer for net interfaces
1982-07-14 Bill Joyadd GPROF stuff
1982-06-28 Sam Leffler2 bug fixes: attribute system time correctly and handle...
1982-06-27 Sam Lefflerhook for ps driver and untimeout stuff for lucas drivers
1981-12-20 Bill Joyfix up proto* handling
1981-12-13 Bill Joydelete prints
1981-12-13 Bill Joyalmost works
1981-11-21 Bill Joymore lint
1981-10-17 Bill Joykernel profiling
1981-08-31 Bill Joyalways use silos
1981-08-29 Bill Joyfix ipl high too long when doing callouts
1981-07-09 Bill Joylint
1981-06-12 Bill Joyfix to priority computation (|| with changes to clock.c)
1981-04-28 Bill Joyfixes for lint
1981-04-18 Bill Joynew timeout structure (linked lists)
1981-04-14 Bill Joy#if NBK>0 do silo stuff
1981-04-03 Bill Joychange timeout overflow panic message
1981-04-03 Bill Joyfishing
1981-03-09 Bill Joylint and a few minor fixed
1981-03-03 Bill Joypanicstr prevents calls to timeout returns
1981-02-28 Bill Joydynamic allocation kernel
1981-02-27 Bill Joyrid of NCALL
1981-02-27 Bill Joyrid of NPROC
1981-02-26 Bill Joyget rid of VAX==???
1981-02-24 Bill Joys/NDH11/NDH/ etc
1981-02-22 Bill Joylint
1981-02-17 Bill Joyresched on runin... cleanout KPROF
next