| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
|
|
|
| |
on the structures time(1) displays, instead of refering
he reading to an include file.
Obtained from: NetBSD-bugs mailing list PR#3193
|
|
|
|
| |
Submitted-By: Tor Egge <Tor.Egge@idt.ntnu.no>
|
|
|
|
|
|
|
|
|
|
| |
shared memory size, average unshared data size, and average unshared
stack size were too high by a factor of 128/100, because the program
used a hard-coded hz value of 100. The correct value is the frequency
of the statistics clock, currently 128. The program now uses sysctl
to get the stathz value from the kernel.
Discussed with: bde@freebsd.org (Bruce Evans)
|
| |
|
|
|
|
|
| |
There is a typo in the include file specification in the man page of
time(1).
|
|
|