68 Commits

Author SHA1 Message Date
Sam Hocevar
ae257d0233 * Added a networking example using socat. 2007-01-25 12:15:47 +00:00
Sam Hocevar
68446780ce * Implemented -b/--bytes to restrict fuzzing to specific offsets. 2007-01-25 11:40:27 +00:00
Sam Hocevar
0f82d17c66 * Minor documentation updates. 2007-01-18 21:04:34 +00:00
Sam Hocevar
b0d8650bec * Added aio_read() and aio_return(). They don’t work well yet, I’ll need
to fix the _zz_disabled mess first.
2007-01-17 21:12:27 +00:00
Sam Hocevar
47671a30be * recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
2007-01-17 17:14:22 +00:00
Sam Hocevar
29a063f7fd * recvfrom() support from Dominik Kuhlen. 2007-01-17 15:07:35 +00:00
Sam Hocevar
246189c39a * Suggest jot instead of seq in the examples. 2007-01-17 13:42:18 +00:00
Sam Hocevar
e10cc503bc * Fix testsuite by printing MD5 hashes to stdout. 2007-01-17 07:21:40 +00:00
Sam Hocevar
c0147e553f * pread() implementation, thanks to Clément Stenac. 2007-01-16 14:21:28 +00:00
Sam Hocevar
404b37f643 * readv() implementation, thanks to Rémi Denis-Courmont. 2007-01-16 13:54:34 +00:00
Sam Hocevar
8bfb3da41f * Use seq instead of awk in the example, to make shorter code. I know it
won't work on BSD systems, but should I care?
2007-01-15 13:28:19 +00:00
Sam Hocevar
9b488f42ab * interval -> range. 2007-01-14 23:42:34 +00:00
Sam Hocevar
aa1dc92193 * Support ranges with the -r flag. 2007-01-14 23:41:03 +00:00
Sam Hocevar
9587362904 * Exit non-zero if one process crashed. 2007-01-14 20:28:09 +00:00
Sam Hocevar
d43e3035be * Display our information to stderr, not stdout. Documented that. 2007-01-14 20:18:31 +00:00
Sam Hocevar
cb6226ea65 * Added -v/--verbose (unused yet). 2007-01-14 17:47:01 +00:00
Sam Hocevar
318cee0eea * Set --version to -V, not -v. We'll use -v for verbose. 2007-01-14 11:03:37 +00:00
Sam Hocevar
15a6677225 * Minor documentation layout fix. 2007-01-13 22:47:56 +00:00
Sam Hocevar
19d99de4b9 * Added auto-increment mode. Not very handy to use yet. 2007-01-13 19:33:48 +00:00
Sam Hocevar
1bd6bb7a23 * Implemented -D/--delay to avoid fork bombs. 2007-01-13 10:50:38 +00:00
Sam Hocevar
3a12894365 * Minor documentation fixes. 2007-01-12 16:20:14 +00:00
Sam Hocevar
61a673c096 * Lowercase zzuf everywhere. 2007-01-12 14:19:55 +00:00
Sam Hocevar
c137be5a46 * Typo in the manpage. 2007-01-11 00:27:47 +00:00
Sam Hocevar
0f030d2215 * Removed brk/sbrk, they're so outdated and useless. 2007-01-10 17:31:58 +00:00
Sam Hocevar
8258e9394a * Implemented memory limits. Probably breaks on other arches because of all
the new functions.
2007-01-10 17:17:26 +00:00
Sam Hocevar
6e1f3612f8 * Changed -M to -m (for --md5). 2007-01-10 15:22:09 +00:00
Sam Hocevar
0bde2e4ad9 * Don’t report exit status by default.
* Add -x/--check-exit to get back to the previous behaviour.
2007-01-09 11:22:09 +00:00
Sam Hocevar
c5593ef646 * Bah, reverted that. We'll use -O for --offset. 2007-01-09 10:07:35 +00:00
Sam Hocevar
e90b4dc283 * Rename -B/--max-bytes to -O/--max-output so that we can implement -A/-B. 2007-01-09 10:05:47 +00:00
Sam Hocevar
53e43b9db1 * Implement map_fd for OS X. 2007-01-09 10:02:57 +00:00
Sam Hocevar
327ebe24c5 * Changed --md5 to only compute the standard output. 2007-01-08 17:54:16 +00:00
Sam Hocevar
5ba521a706 * Implemented -M/--md5 flag. 2007-01-08 17:50:34 +00:00
Sam Hocevar
f8d7384dfd * Use __srefill() on OS X, too. It now works properly. 2007-01-07 21:13:31 +00:00
Sam Hocevar
fd6d3e00a1 * Implemented freopen(). 2007-01-07 20:50:49 +00:00
Sam Hocevar
b2a1908029 * Documented stdin behaviour. 2007-01-07 18:45:00 +00:00
Sam Hocevar
4fda842499 * Added note about 64-bit offsets in manpage. 2007-01-07 16:29:25 +00:00
Sam Hocevar
3c7c805e32 * Updated manpage, fixed - to \- here and there. 2007-01-07 15:55:24 +00:00
Sam Hocevar
7d74595f6f * Added a note about statically linked binaries and one about getc(). 2007-01-07 12:39:30 +00:00
Sam Hocevar
f109b99b53 * Always define getc(), but undefine the getc macro beforehands just in case.
* Implemented _IO_getc().
2007-01-07 10:34:45 +00:00
Sam Hocevar
399f65d704 * Implemented fseeko(). 2007-01-07 09:34:42 +00:00
Sam Hocevar
cb8409556e * Updated documentation wrt. mmap(). 2007-01-06 20:02:01 +00:00
Sam Hocevar
e381e7bb86 * Added a note about mmap() not being available. 2007-01-06 14:03:07 +00:00
Sam Hocevar
bf0f51a97f * Documentation tuning. 2007-01-06 10:51:44 +00:00
Sam Hocevar
e62fd4c5e8 * Another note in the manpage. 2007-01-06 00:26:39 +00:00
Sam Hocevar
31993f9bc7 * Implemented --max-crashes.
* Renamed --forks to --max-forks.
  * Changed debug messages format.
2007-01-06 00:08:16 +00:00
Sam Hocevar
a7b655736a * Rename --fork to --max-forks. 2007-01-05 23:14:37 +00:00
Sam Hocevar
00d3e5e154 * Specified signal handling stuff in the manpage. 2007-01-05 21:36:13 +00:00
Sam Hocevar
ebf935c11d * Split the bugs manpage section into bugs and restrictions.
* Listed diverted functions.
2007-01-05 21:33:28 +00:00
Sam Hocevar
2387aa2907 * Minor layout tuning. 2007-01-05 10:49:12 +00:00
Sam Hocevar
df7b1127df * Allow octal escape values for -P and -R.
* Updated manpage accordingly and added a few minor things in it.
2007-01-05 10:28:07 +00:00