Bruce Evans
|
dd26feb90b
|
Fixed printf format errors (%qu -> %llu; the arg was already unsigned long
long to hide problems on alphas).
|
1999-08-08 13:43:51 +00:00 |
|
Peter Wemm
|
ebce412ca2
|
Use %q rather than rolling a custom routine.
|
1999-07-09 17:56:59 +00:00 |
|
Poul-Henning Kamp
|
d37ed5a03a
|
Add a new "file" to procfs: "rlimit" which shows the resource limits for
the process.
PR: 11342
Submitted by: Adrian Chadd adrian@freebsd.org
Reviewed by: phk
|
1999-04-30 13:04:21 +00:00 |
|