summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_acct.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the same method to determine the time that the processmpp1995-07-231-4/+2
| | | | | | | ended that fork() uses to determine the time that the process started when calculating the elapsed time. This prevents the ac_etime field in the accounting record from getting set to -1 if the process exists for a VERY short period of time.
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-3/+5
| | | | GCC a lot more silent.
* Process accounting implementation by Chris Demetriou, with minor localdg1994-09-261-32/+216
| | | | | | changes. Obtained from: NetBSD
* Supply prototypes for some functions that were implicitly declared andbde1994-09-151-1/+2
| | | | fix the resulting warnings.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+2
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+116
OpenPOWER on IntegriCloud