ed
b9ca89bfc4
ANSIfy almost all applications that use WARNS=6.
...
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
2009-12-29 22:53:27 +00:00
dds
9ed27d1038
Increase precision of time values in the process accounting
...
structure, while maintaining backward compatibility with legacy
file and record formats.
2007-05-22 06:51:38 +00:00
dds
ef91577059
Add -U and -P options that allow the specification of the per-user
...
and per-process summary file location.
These make the program more flexible, and also make it possible to write
sane regression tests.
2007-05-18 12:36:10 +00:00
delphij
2dae001657
Full modernize cleanup:
...
- De-__P()
- constify where appropriate
- ANSI functions instead of K&R
Pointed out by: stefanf
2005-02-10 12:43:16 +00:00
delphij
f78cbbd5f5
Code cleanup:
...
- Prefer modern declaration of functions
- WARNS?= 4 -> 6
2005-02-10 07:07:32 +00:00
grehan
2dafdd4f00
Userland signed char fixes for PPC build. Problems were using a char
...
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
2004-01-22 07:23:36 +00:00
obrien
7293a24a2b
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
2003-05-03 21:06:42 +00:00
des
71010f6257
Get rid of %qd, and unbreak Alpha build.
2002-07-15 16:05:15 +00:00
alfred
088603aa7d
WARNS=4, de-__P()
2002-07-11 22:11:20 +00:00
asmodai
2f1d3e2cdf
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
gallatin
7fc6c09ef4
fix unaligned access errors by copying untyped data to properly aligned
...
locals
PR: alpha/13912
obtained from: NetBSD
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
2000-10-26 17:35:46 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
jmz
e7d8972c4b
Initialize exit code so that the program exits with code 0 on success.
...
PR: bin/10904
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-05-22 22:56:26 +00:00
charnier
189d33fcde
Add usage().
1997-10-15 06:41:19 +00:00
peter
b782f4df30
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
mpp
45b01cc2e8
Fix the -t option so that its output matches what the man
...
page says it prints. Also silence a few "cc -Wall" warnings.
1996-01-22 09:02:08 +00:00
rgrimes
4f960dd75f
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00
dg
dfadb8e7c4
Process accounting utility by Chris Demetriou.
...
Obtained from: NetBSD
1994-09-26 21:22:57 +00:00