summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_acct.c
Commit message (Collapse)AuthorAgeFilesLines
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+4
| | | | | | | | | | structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that.
* Second batch of cleanup changes.phk1995-10-291-2/+2
| | | | | This time mostly making a lot of things static and some unused variables here and there.
* 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