aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/time
Commit message (Collapse)AuthorAgeFilesLines
* YAMFC: From rev 1.3: add some xrefs.Mike Pritchard1997-02-061-5/+3
| | | | Notes: svn path=/stable/2.2/; revision=22320
* Close PR#1781 - time returns with EXIT_SUCCESS on some failuresJordan K. Hubbard1996-10-121-1/+3
| | | | | | | Submitted-By: Tor Egge <Tor.Egge@idt.ntnu.no> Notes: svn path=/head/; revision=18889
* Fix a bug under time's "-l" option. The values reported for averageJohn Polstra1996-07-301-1/+24
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=17351
* Close out PR#723: time -l dumps corePaul Traina1995-10-281-1/+9
| | | | Notes: svn path=/head/; revision=11873
* Submitted by: Ollivier ROBERT roberto@keltia.frmug.fr.netAndreas Schulz1995-02-181-2/+2
| | | | | | | | There is a typo in the include file specification in the man page of time(1). Notes: svn path=/head/; revision=6548
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+244
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590