diff options
author | jhb <jhb@FreeBSD.org> | 2004-02-06 19:30:12 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-02-06 19:30:12 +0000 |
commit | 3618d8780be5bf99ec7e1accf26926fb3dc1bf9e (patch) | |
tree | fb9be6eea579b8f27591b3019ace250f5d2309d7 /lib/libc/regex/engine.c | |
parent | ade2bf85bb512ffdf36df59d474390f049791268 (diff) | |
download | FreeBSD-src-3618d8780be5bf99ec7e1accf26926fb3dc1bf9e.zip FreeBSD-src-3618d8780be5bf99ec7e1accf26926fb3dc1bf9e.tar.gz |
- Correct the translation of old rlimit values to properly handle the old
RLIM_INFINITY case for ogetrlimit().
- Use %jd and intmax_t to output negative time in usec in calcru().
- Rework getrusage() to make a copy of the rusage struct into a local
variable while holding Giant and then do the copyout from the local
variable to avoid having to have the original process rusage struct
locked while doing the copyout (which would not be safe). This also
includes a few style fixes from Bruce to getrusage().
Submitted by: bde (1, parts of 3)
Suggested by: bde (2)
Diffstat (limited to 'lib/libc/regex/engine.c')
0 files changed, 0 insertions, 0 deletions