Commit Graph

93 Commits

Author SHA1 Message Date
Sam Hocevar
3f43a5c034 * Implement __srget on FreeBSD, which is yet another version of __srefill. 2008-07-18 09:28:30 +00:00
Sam Hocevar
36726dcced * Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris. 2008-07-16 21:24:09 +00:00
Sam Hocevar
3c6188a48b * Implement __srefill() for full HP-UX support on parisc-gcc. 2008-07-16 09:52:02 +00:00
Sam Hocevar
8b1f5bba2c * Implement additional functions required on HP-UX: __fopen64, __fseeko64,
__freopen64, __open64, __lseek64.
2008-07-15 20:16:11 +00:00
Sam Hocevar
27983605ca * Set a default maximum memory usage value to avoid excessive swapping. 2008-07-15 20:15:35 +00:00
Sam Hocevar
df05d7bd8a * Finished the libzzuf manual page. 2008-06-13 09:31:17 +00:00
Sam Hocevar
18d87ea844 * Started writing a manual page for libzzuf. 2008-06-10 16:21:11 +00:00
Sam Hocevar
ed7240392c * Change -M to mean mebibytes instead of megabytes, because I'm a fucking
pedant.
2008-05-19 11:25:05 +00:00
Sam Hocevar
7acd670a08 * Change -F to -j, to mimic make. 2008-05-19 11:25:01 +00:00
Sam Hocevar
6dccd9a9e5 * Allow to omit the right-hand side of the seed range, for indefinite
fuzzing attempts.
2008-05-19 11:24:56 +00:00
Sam Hocevar
768baba0bc * Clarify -C0 behaviour. 2008-05-19 11:24:51 +00:00
Sam Hocevar
c45ecef2a9 * Implement getchar() and getchar_unlocked(). 2008-05-18 12:38:32 +00:00
Sam Hocevar
03cf326236 * Implement fgets_unlocked() and fread_unlocked(). 2008-05-17 23:10:47 +00:00
Sam Hocevar
04b9c5f1f0 * Document the new command line parsing behaviour. 2008-05-17 13:40:45 +00:00
Sam Hocevar
8cfe60ca4c * Update copyright and homepage in the manual page. 2008-05-16 22:00:58 +00:00
Sam Hocevar
9788f1b62b * Implement dup() and dup2(). They are needed for Debian's implementation
of dd which otherwise causes the regression tests to fail.
2008-04-26 12:24:57 +00:00
Sam Hocevar
8da50af0f9 * Documentation updates. 2007-11-03 00:14:40 +00:00
Sam Hocevar
9934d0c438 * Updated documentation. 2007-11-02 23:07:41 +00:00
Sam Hocevar
66674eab71 * Documented the new -T / --max-cpu flag. 2007-07-10 15:42:37 +00:00
Sam Hocevar
e724e5a53e * Rename -T to -t. -T will be the CPU time limit. 2007-07-10 14:30:13 +00:00
Sam Hocevar
7f272a9e6a * Correct thinko in manpage. 2007-07-10 09:01:12 +00:00
Sam Hocevar
583632ff09 * Documented -p/--pick in the man page. 2007-07-06 20:47:38 +00:00
Sam Hocevar
2920df42d4 * OpenBSD support for setrlimit(). 2007-02-08 21:51:37 +00:00
Sam Hocevar
e551756f05 * Handle architectures that don't have RLIMIT_AS (like OpenBSD). 2007-02-08 17:23:48 +00:00
Sam Hocevar
5e6b423865 * Implemented -f/--fuzzing (fuzzing mode). 2007-01-27 19:05:46 +00:00
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