|
|
@4253
|
11 years |
Sam Hocevar |
Fix copyright information and remove Id tag everywhere.
|
|
|
@4246
|
11 years |
Sam Hocevar |
Improve zzcat documentation and add commandline flags, including …
|
|
|
@4244
|
11 years |
Sam Hocevar |
Distribute zzcat and start writing documentation for it.
|
|
|
@4236
|
11 years |
Sam Hocevar |
Generate manual pages, so we can put the version number in them.
|
|
|
@4009
|
11 years |
Sam Hocevar |
Add a second level of debugging for slightly less useful information.
|
|
|
@4006
|
11 years |
Sam Hocevar |
Add a check to uflow(). This will hopefully help us fix the problem …
|
|
|
@3001
|
12 years |
Sam Hocevar |
Rename --max-cpu into --max-cputime to avoid confusion (fixes #44).
|
|
|
@2816
|
12 years |
Sam Hocevar |
* doc/zzuf.1: fix a typo in the manpage.
|
|
|
@2771
|
12 years |
Sam Hocevar |
* zzuf.1: add a more advanced VLC fuzzing example.
|
|
|
@2583
|
12 years |
Sam Hocevar |
* zzuf.c: make the -B flag (max bytes) also work when fuzzing the …
|
|
|
@2569
|
13 years |
Sam Hocevar |
* Implement srget on FreeBSD, which is yet another version of srefill.
|
|
|
@2552
|
13 years |
Sam Hocevar |
* Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
|
|
|
@2533
|
13 years |
Sam Hocevar |
* Implement srefill() for full HP-UX support on parisc-gcc.
|
|
|
@2528
|
13 years |
Sam Hocevar |
* Implement additional functions required on HP-UX: fopen64, …
|
|
|
@2521
|
13 years |
Sam Hocevar |
* Set a default maximum memory usage value to avoid excessive swapping.
|
|
|
@2365
|
13 years |
Sam Hocevar |
* Finished the libzzuf manual page.
|
|
|
@2353
|
13 years |
Sam Hocevar |
* Started writing a manual page for libzzuf.
|
|
|
@2345
|
13 years |
Sam Hocevar |
* Change -M to mean mebibytes instead of megabytes, because I'm a …
|
|
|
@2344
|
13 years |
Sam Hocevar |
* Change -F to -j, to mimic make.
|
|
|
@2343
|
13 years |
Sam Hocevar |
* Allow to omit the right-hand side of the seed range, for indefinite
…
|
|
|
@2342
|
13 years |
Sam Hocevar |
* Clarify -C0 behaviour.
|
|
|
@2334
|
13 years |
Sam Hocevar |
* Implement getchar() and getchar_unlocked().
|
|
|
@2331
|
13 years |
Sam Hocevar |
* Implement fgets_unlocked() and fread_unlocked().
|
|
|
@2328
|
13 years |
Sam Hocevar |
* Document the new command line parsing behaviour.
|
|
|
@2322
|
13 years |
Sam Hocevar |
* Update copyright and homepage in the manual page.
|
|
|
@2320
|
13 years |
Sam Hocevar |
* Implement dup() and dup2(). They are needed for Debian's …
|
|
|
@1865
|
13 years |
Sam Hocevar |
* Documentation updates.
|
|
|
@1860
|
13 years |
Sam Hocevar |
* Updated documentation.
|
|
|
@1803
|
14 years |
Sam Hocevar |
* Documented the new -T / --max-cpu flag.
|
|
|
@1800
|
14 years |
Sam Hocevar |
* Rename -T to -t. -T will be the CPU time limit.
|
|
|
@1798
|
14 years |
Sam Hocevar |
* Correct thinko in manpage.
|
|
|
@1793
|
14 years |
Sam Hocevar |
* Documented -p/--pick in the man page.
|
|
|
@1741
|
14 years |
Sam Hocevar |
* OpenBSD support for setrlimit().
|
|
|
@1740
|
14 years |
Sam Hocevar |
* Handle architectures that don't have RLIMIT_AS (like OpenBSD).
|
|
|
@1720
|
14 years |
Sam Hocevar |
* Implemented -f/--fuzzing (fuzzing mode).
|
|
|
@1708
|
14 years |
Sam Hocevar |
* Added a networking example using socat.
|
|
|
@1705
|
14 years |
Sam Hocevar |
* Implemented -b/--bytes to restrict fuzzing to specific offsets.
|
|
|
@1698
|
14 years |
Sam Hocevar |
* Minor documentation updates.
|
|
|
@1693
|
14 years |
Sam Hocevar |
* Added aio_read() and aio_return(). They don’t work well yet, I’ll …
|
|
|
@1691
|
14 years |
Sam Hocevar |
* recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
|
|
|
@1686
|
14 years |
Sam Hocevar |
* recvfrom() support from Dominik Kuhlen.
|
|
|
@1682
|
14 years |
Sam Hocevar |
* Suggest jot instead of seq in the examples.
|
|
|
@1680
|
14 years |
Sam Hocevar |
* Fix testsuite by printing MD5 hashes to stdout.
|
|
|
@1678
|
14 years |
Sam Hocevar |
* pread() implementation, thanks to Clément Stenac.
|
|
|
@1676
|
14 years |
Sam Hocevar |
* readv() implementation, thanks to Rémi Denis-Courmont.
|
|
|
@1675
|
14 years |
Sam Hocevar |
* Use seq instead of awk in the example, to make shorter code. I know …
|
|
|
@1673
|
14 years |
Sam Hocevar |
* interval -> range.
|
|
|
@1672
|
14 years |
Sam Hocevar |
* Support ranges with the -r flag.
|
|
|
@1670
|
14 years |
Sam Hocevar |
* Exit non-zero if one process crashed.
|
|
|
@1669
|
14 years |
Sam Hocevar |
* Display our information to stderr, not stdout. Documented that.
|
|
|
@1667
|
14 years |
Sam Hocevar |
* Added -v/--verbose (unused yet).
|
|
|
@1666
|
14 years |
Sam Hocevar |
* Set --version to -V, not -v. We'll use -v for verbose.
|
|
|
@1664
|
14 years |
Sam Hocevar |
* Minor documentation layout fix.
|
|
|
@1663
|
14 years |
Sam Hocevar |
* Added auto-increment mode. Not very handy to use yet.
|
|
|
@1660
|
14 years |
Sam Hocevar |
* Implemented -D/--delay to avoid fork bombs.
|
|
|
@1658
|
14 years |
Sam Hocevar |
* Minor documentation fixes.
|
|
|
@1656
|
14 years |
Sam Hocevar |
* Lowercase zzuf everywhere.
|
|
|
@1647
|
14 years |
Sam Hocevar |
* Typo in the manpage.
|
|
|
@1645
|
14 years |
Sam Hocevar |
* Removed brk/sbrk, they're so outdated and useless.
|
|
|
@1641
|
14 years |
Sam Hocevar |
* Implemented memory limits. Probably breaks on other arches because …
|
|
|
@1640
|
14 years |
Sam Hocevar |
* Changed -M to -m (for --md5).
|
|
|
@1634
|
14 years |
Sam Hocevar |
* Don’t report exit status by default.
* Add -x/--check-exit to get …
|
|
|
@1633
|
14 years |
Sam Hocevar |
* Bah, reverted that. We'll use -O for --offset.
|
|
|
@1632
|
14 years |
Sam Hocevar |
* Rename -B/--max-bytes to -O/--max-output so that we can implement -A/-B.
|
|
|
@1631
|
14 years |
Sam Hocevar |
* Implement map_fd for OS X.
|
|
|
@1624
|
14 years |
Sam Hocevar |
* Changed --md5 to only compute the standard output.
|
|
|
@1623
|
14 years |
Sam Hocevar |
* Implemented -M/--md5 flag.
|
|
|
@1620
|
14 years |
Sam Hocevar |
* Use srefill() on OS X, too. It now works properly.
|
|
|
@1619
|
14 years |
Sam Hocevar |
* Implemented freopen().
|
|
|
@1616
|
14 years |
Sam Hocevar |
* Documented stdin behaviour.
|
|
|
@1610
|
14 years |
Sam Hocevar |
* Added note about 64-bit offsets in manpage.
|
|
|
@1607
|
14 years |
Sam Hocevar |
* Updated manpage, fixed - to \- here and there.
|
|
|
@1597
|
14 years |
Sam Hocevar |
* Added a note about statically linked binaries and one about getc().
|
|
|
@1595
|
14 years |
Sam Hocevar |
* Always define getc(), but undefine the getc macro beforehands just …
|
|
|
@1594
|
14 years |
Sam Hocevar |
* Implemented fseeko().
|
|
|
@1584
|
14 years |
Sam Hocevar |
* Updated documentation wrt. mmap().
|
|
|
@1579
|
14 years |
Sam Hocevar |
* Added a note about mmap() not being available.
|
|
|
@1577
|
14 years |
Sam Hocevar |
* Documentation tuning.
|
|
|
@1575
|
14 years |
Sam Hocevar |
* Another note in the manpage.
|
|
|
@1573
|
14 years |
Sam Hocevar |
* Implemented --max-crashes.
* Renamed --forks to --max-forks.
* …
|
|
|
@1571
|
14 years |
Sam Hocevar |
* Rename --fork to --max-forks.
|
|
|
@1570
|
14 years |
Sam Hocevar |
* Specified signal handling stuff in the manpage.
|
|
|
@1569
|
14 years |
Sam Hocevar |
* Split the bugs manpage section into bugs and restrictions.
* …
|
|
|
@1564
|
14 years |
Sam Hocevar |
* Minor layout tuning.
|
|
|
@1563
|
14 years |
Sam Hocevar |
* Allow octal escape values for -P and -R.
* Updated manpage …
|
|
|
@1562
|
14 years |
Sam Hocevar |
* Change -N to -n for --network.
|
|
|
@1561
|
14 years |
Sam Hocevar |
* Clarified reproducibility claim.
|
|
|
@1560
|
14 years |
Sam Hocevar |
* Network support.
|
|
|
@1559
|
14 years |
Sam Hocevar |
* Manpage layout improvements.
|
|
|
@1558
|
14 years |
Sam Hocevar |
* Minor manpage improvement.
|
|
|
@1557
|
14 years |
Sam Hocevar |
* Improved manpage, especially the statistical effect of using -R.
|
|
|
@1555
|
14 years |
Sam Hocevar |
* Implemented -R / --refuse.
|
|
|
@1554
|
14 years |
Sam Hocevar |
* Implement -P / --protect.
|
|
|
@1539
|
14 years |
Sam Hocevar |
* Totally reworked webpage.
|
|
|
@1536
|
14 years |
Sam Hocevar |
* Fix typo in manpage.
|
|
|
@1532
|
14 years |
Sam Hocevar |
* Implemented signal handling.
* Updated documentation accordingly …
|
|
|
@1531
|
14 years |
Sam Hocevar |
* Alphabetise flags in help output and manpage.
|
|
|
@1530
|
14 years |
Sam Hocevar |
* Update documentation.
|
|
|
@1529
|
14 years |
Sam Hocevar |
* Switch to REG_EXTENDED.
* Implement -c (--cmdline).
* Updated …
|
|
|
@1526
|
14 years |
Sam Hocevar |
* Added the -i flag (for stdin fuzzing).
|
|
|