Commit Graph

48 Commits

Author SHA1 Message Date
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
Sam Hocevar
7557e335bd * Change -N to -n for --network. 2007-01-05 08:01:06 +00:00
Sam Hocevar
92f06199ff * Clarified reproducibility claim. 2007-01-05 07:57:41 +00:00
Sam Hocevar
8d40570979 * Network support. 2007-01-05 07:52:30 +00:00
Sam Hocevar
bd659d383c * Manpage layout improvements. 2007-01-05 00:24:43 +00:00
Sam Hocevar
3dc82f3b69 * Minor manpage improvement. 2007-01-04 13:33:33 +00:00
Sam Hocevar
87c80404e0 * Improved manpage, especially the statistical effect of using -R. 2007-01-04 13:28:35 +00:00
Sam Hocevar
86dfb1f5fd * Implemented -R / --refuse. 2007-01-04 08:59:05 +00:00
Sam Hocevar
ab9a1d771c * Implement -P / --protect. 2007-01-04 01:09:04 +00:00
Sam Hocevar
441deaa56d * Totally reworked webpage. 2007-01-02 17:15:34 +00:00
Sam Hocevar
32e9e7c408 * Fix typo in manpage. 2007-01-02 10:45:19 +00:00
Sam Hocevar
c8df6d0f5b * Implemented signal handling.
* Updated documentation accordingly and improved a few parts.
2007-01-01 21:35:54 +00:00
Sam Hocevar
85f6af7cb2 * Alphabetise flags in help output and manpage. 2007-01-01 19:49:57 +00:00
Sam Hocevar
f097220bbf * Update documentation. 2007-01-01 19:14:55 +00:00
Sam Hocevar
7352ec27d7 * Switch to REG_EXTENDED.
* Implement -c (--cmdline).
  * Updated documentation accordingly.
2007-01-01 18:56:13 +00:00
Sam Hocevar
b8d4118de5 * Added the -i flag (for stdin fuzzing). 2006-12-29 17:22:11 +00:00
Sam Hocevar
03abccd656 * Change -i/-e to -I/-E. 2006-12-29 16:46:06 +00:00
Sam Hocevar
cd34753adc * Slightly updated documentation. 2006-12-22 23:36:04 +00:00
Sam Hocevar
c95059bb66 * Wrote a manpage. Phew. 2006-12-22 16:36:30 +00:00