Changeset 1804 for zzuf/trunk
- Timestamp:
- Jul 10, 2007, 5:55:35 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/ChangeLog
r1797 r1804 1 ------------------------------------------------------------------------ 2 r303 | sam | 2007-07-10 17:42:37 +0200 (Tue, 10 Jul 2007) | 2 lines 3 Changed paths: 4 M /trunk/doc/zzuf.1 5 6 * Documented the new -T / --max-cpu flag. 7 8 ------------------------------------------------------------------------ 9 r302 | sam | 2007-07-10 17:31:40 +0200 (Tue, 10 Jul 2007) | 2 lines 10 Changed paths: 11 M /trunk/src/zzuf.c 12 13 * -M is megabytes, not bytes. Fixed --help output. 14 15 ------------------------------------------------------------------------ 16 r301 | sam | 2007-07-10 17:23:18 +0200 (Tue, 10 Jul 2007) | 2 lines 17 Changed paths: 18 M /trunk/src/opts.c 19 M /trunk/src/opts.h 20 M /trunk/src/zzuf.c 21 22 * Implemented -T / --max-cpu for max CPU time limits. 23 24 ------------------------------------------------------------------------ 25 r300 | sam | 2007-07-10 16:30:13 +0200 (Tue, 10 Jul 2007) | 2 lines 26 Changed paths: 27 M /trunk/doc/zzuf.1 28 M /trunk/src/zzuf.c 29 30 * Rename -T to -t. -T will be the CPU time limit. 31 32 ------------------------------------------------------------------------ 33 r299 | sam | 2007-07-10 16:26:08 +0200 (Tue, 10 Jul 2007) | 3 lines 34 Changed paths: 35 M /trunk/src/zzuf.c 36 37 * Rename ZZUF_RLIMIT_CONST into ZZUF_RLIMIT_MEM because we're going to have 38 the _CPU one as well. 39 40 ------------------------------------------------------------------------ 41 r298 | sam | 2007-07-10 11:01:12 +0200 (Tue, 10 Jul 2007) | 2 lines 42 Changed paths: 43 M /trunk/doc/zzuf.1 44 45 * Correct thinko in manpage. 46 47 ------------------------------------------------------------------------ 48 r297 | sam | 2007-07-10 02:24:35 +0200 (Tue, 10 Jul 2007) | 3 lines 49 Changed paths: 50 M /trunk/ChangeLog 51 M /trunk/NEWS 52 M /trunk/configure.ac 53 54 * Version 0.9. 55 * Updated NEWS and ChangeLog. 56 1 57 ------------------------------------------------------------------------ 2 58 r296 | sam | 2007-07-10 01:51:49 +0200 (Tue, 10 Jul 2007) | 2 lines -
zzuf/trunk/NEWS
r1797 r1804 4 4 5 5 * support for cherry-picking fuzzed descriptors 6 * support for CPU time limits 6 7 * do not interfere with LD_PRELOAD mechanisms 7 8
Note: See TracChangeset
for help on using the changeset viewer.