-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
33 lines (19 loc) · 850 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2000-05-25 Johan Bengtsson <[email protected]>
* linux.c (init_machdep): Added explicit cast
* memtime.c (main):
- Removed adaptive sample interval.
- Added printing of exit status or terminating signal.
* sunos5.c (init_machdep): Added explicit casts
(get_sample): Removed risk for partial updates
* Created.
2000-05-26 Johan Bengtsson <[email protected]>
* configure.in: Moved checking for executable extension behind
checking for a C compiler
2001-12-03 Juhan Ernits <[email protected]>
* max memory to be used by process
can be specified. Implemented through rlimit mechanism.
* max cpu time to be used by process
can be specified. Implemented through rlimit mechanism.
2010-11-30 Rob Egan
* memory limits and time now tracked with 64-bit longs
* exit status now returns the exit status of the child processes