|
|
@1695
|
14 years |
Sam Hocevar |
* Added enough autoconf checks and #ifdefs so that libzzuf builds on …
|
|
|
@1694
|
14 years |
Sam Hocevar |
* Replaced _zz_disabled with a less stinky API. Still not thread safe, …
|
|
|
@1693
|
14 years |
Sam Hocevar |
* Added aio_read() and aio_return(). They don’t work well yet, I’ll …
|
|
|
@1692
|
14 years |
Sam Hocevar |
* Reorganised code, got rid of global variables.
|
|
|
@1691
|
14 years |
Sam Hocevar |
* recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
|
|
|
@1690
|
14 years |
Sam Hocevar |
* Improved recvfrom() debug information.
* Implemented recv().
|
|
|
@1689
|
14 years |
Sam Hocevar |
* Add %x to the format string parameters supported by debug().
|
|
|
@1688
|
14 years |
Sam Hocevar |
* Improved %c usage in our custom fprintf() implementation.
|
|
|
@1687
|
14 years |
Sam Hocevar |
* Use func wherever possible.
|
|
|
@1686
|
14 years |
Sam Hocevar |
* recvfrom() support from Dominik Kuhlen.
|
|
|
@1685
|
14 years |
Sam Hocevar |
* Print "NULL" instead of "(nil)" when printing null pointers.
|
|
|
@1684
|
14 years |
Sam Hocevar |
* Allow -r 0.0 again. Fixed the testsuite accordingly.
|
|
|
@1683
|
14 years |
Sam Hocevar |
* Moved files around.
|
|
|
@1682
|
14 years |
Sam Hocevar |
* Suggest jot instead of seq in the examples.
|
|
|
@1681
|
14 years |
Sam Hocevar |
* Fix a longopt parsing crash, thanks to Matti Hämäläinen.
|
|
|
@1680
|
14 years |
Sam Hocevar |
* Fix testsuite by printing MD5 hashes to stdout.
|
|
|
@1679
|
14 years |
Sam Hocevar |
* Got rid of the *_load() functions. Now each diverted function is …
|
|
|
@1678
|
14 years |
Sam Hocevar |
* pread() implementation, thanks to Clément Stenac.
|
|
|
@1677
|
14 years |
Sam Hocevar |
* Don't do the offset sanity check on non-seekable devices.
|
|
|
@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 …
|
|
|
@1674
|
14 years |
Sam Hocevar |
* Version 0.5.
* Updated NEWS and ChangeLog?.
|
|
|
@1673
|
14 years |
Sam Hocevar |
* interval -> range.
|
|
|
@1672
|
14 years |
Sam Hocevar |
* Support ranges with the -r flag.
|
|
|
@1671
|
14 years |
Sam Hocevar |
* Oops, ratio should be a double, not a float.
|
|
|
@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.
|
|
|
@1668
|
14 years |
Sam Hocevar |
* Only display our own kills in verbose mode.
* Factorise min/max …
|
|
|
@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.
|
|
|
@1665
|
14 years |
Sam Hocevar |
* Fix a problem with filedescriptor 17 being reused for other purposes …
|
|
|
@1664
|
14 years |
Sam Hocevar |
* Minor documentation layout fix.
|
|
|
@1663
|
14 years |
Sam Hocevar |
* Added auto-increment mode. Not very handy to use yet.
|
|
|
@1662
|
14 years |
Sam Hocevar |
* Print program PID when initialising libzzuf.
|
|
|
@1661
|
14 years |
Sam Hocevar |
* Fixed -c behaviour. Sometimes apps open "$PWD/file" when asked to
…
|
|
|
@1660
|
14 years |
Sam Hocevar |
* Implemented -D/--delay to avoid fork bombs.
|
|
|
@1659
|
14 years |
Sam Hocevar |
* Refactored some shit around.
|
|
|
@1658
|
14 years |
Sam Hocevar |
* Minor documentation fixes.
|
|
|
@1657
|
14 years |
Sam Hocevar |
* Change timing functions to gettimeofday() instead of time() for more …
|
|
|
@1656
|
14 years |
Sam Hocevar |
* Lowercase zzuf everywhere.
|
|
|
@1655
|
14 years |
Sam Hocevar |
* Better line-buffered stdin reads.
|
|
|
@1654
|
14 years |
Sam Hocevar |
* Version 0.4.
* Updated NEWS and ChangeLog?.
|
|
|
@1653
|
14 years |
Sam Hocevar |
* Got rid of malloc() for each file opened. Now we only start calling
…
|
|
|
@1652
|
14 years |
Sam Hocevar |
* Reduce number of malloc() calls within libzzuf.
|
|
|
@1651
|
14 years |
Sam Hocevar |
* Remove two useless malloc() calls.
|
|
|
@1650
|
14 years |
Sam Hocevar |
* Don't stop if the process was killed by us.
|
|
|
@1649
|
14 years |
Sam Hocevar |
* Better realloc dummy implementation.
|
|
|
@1648
|
14 years |
Sam Hocevar |
* Minor code factorisation into LOADSYM().
|
|
|
@1647
|
14 years |
Sam Hocevar |
* Typo in the manpage.
|
|
|
@1646
|
14 years |
Sam Hocevar |
* Allow several calls to malloc()/calloc() in the library preloading stage.
|
|
|
@1645
|
14 years |
Sam Hocevar |
* Removed brk/sbrk, they're so outdated and useless.
|
|
|
@1644
|
14 years |
Sam Hocevar |
* Oops, fixed an old OS X build failure.
|
|
|
@1643
|
14 years |
Sam Hocevar |
* Check for memalign and posix_memalign.
|
|
|
@1642
|
14 years |
Sam Hocevar |
* Check for malloc.h.
|
|
|
@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).
|
|
|
@1639
|
14 years |
Sam Hocevar |
* Split load-fd.c into load-fd.c and load-mem.c (mmap, etc.).
|
|
|
@1638
|
14 years |
Sam Hocevar |
* Fixed double mmap debug message.
|
|
|
@1637
|
14 years |
Sam Hocevar |
* Add verbosity to read() and mmap() so that we roughly know where we
…
|
|
|
@1636
|
14 years |
Sam Hocevar |
* Change debug's %c so that it automatically escapes binary characters.
|
|
|
@1635
|
14 years |
Sam Hocevar |
* mmap() maps the file descriptor at offset 0.
|
|
|
@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.
|
|
|
@1630
|
14 years |
Sam Hocevar |
* Fixed testsuite for anal shells.
|
|
|
@1629
|
14 years |
Sam Hocevar |
* Tru64 loader support (_RLD_LIST).
|
|
|
@1628
|
14 years |
Sam Hocevar |
* Fix the socklen_t type detection on Linux.
|
|
|
@1627
|
14 years |
Sam Hocevar |
* Define sig_t to void (*) (int) if it does not exist.
|
|
|
@1626
|
14 years |
Sam Hocevar |
* Define socklen_t to int if it does not exist.
|
|
|
@1625
|
14 years |
Sam Hocevar |
* Test suite now uses the new MD5 feature.
|
|
|
@1624
|
14 years |
Sam Hocevar |
* Changed --md5 to only compute the standard output.
|
|
|
@1623
|
14 years |
Sam Hocevar |
* Implemented -M/--md5 flag.
|
|
|
@1622
|
14 years |
Sam Hocevar |
* Version 0.3.
* Updated NEWS and ChangeLog?.
|
|
|
@1621
|
14 years |
Sam Hocevar |
* Factor regex stuff into fd.c, so that <regex.h> isn’t needed otherwhere.
|
|
|
@1620
|
14 years |
Sam Hocevar |
* Use srefill() on OS X, too. It now works properly.
|
|
|
@1619
|
14 years |
Sam Hocevar |
* Implemented freopen().
|
|
|
@1618
|
14 years |
Sam Hocevar |
* Protect srefill_orig() calls.
|
|
|
@1617
|
14 years |
Sam Hocevar |
* Updated bootstrap script.
|
|
|
@1616
|
14 years |
Sam Hocevar |
* Documented stdin behaviour.
|
|
|
@1615
|
14 years |
Sam Hocevar |
* Factored sources in the makefile.
|
|
|
@1614
|
14 years |
Sam Hocevar |
* Merged chars.c and fuzz.c.
|
|
|
@1613
|
14 years |
Sam Hocevar |
* If no argument is given, just fuzz standard input.
|
|
|
@1612
|
14 years |
Sam Hocevar |
* Don't call cat or dd in the testsuite if they're statically linked.
|
|
|
@1611
|
14 years |
Sam Hocevar |
* Fix a compilation warning.
|
|
|
@1610
|
14 years |
Sam Hocevar |
* Added note about 64-bit offsets in manpage.
|
|
|
@1609
|
14 years |
Sam Hocevar |
* Fixed srefill()/lseek() conflict issue.
|
|
|
@1608
|
14 years |
Sam Hocevar |
* Only use srefill on OpenBSD and FreeBSD.
|
|
|
@1607
|
14 years |
Sam Hocevar |
* Updated manpage, fixed - to \- here and there.
|
|
|
@1606
|
14 years |
Sam Hocevar |
* Implemented BSD stdio by overriding srefill().
|
|
|
@1605
|
14 years |
Sam Hocevar |
* Fuzz in srefill even if _zz_disabled is on.
|
|
|
@1604
|
14 years |
Sam Hocevar |
* Oops, got it wrong.
|
|
|
@1603
|
14 years |
Sam Hocevar |
* Fix compilation warnings on BSD libc’s and a bug on FreeBSD.
|
|
|
@1602
|
14 years |
Sam Hocevar |
* Implemented refill(). Untested yet.
|
|
|
@1601
|
14 years |
Sam Hocevar |
* Made the testsuite shorter.
|
|
|
@1600
|
14 years |
Sam Hocevar |
* Protected the _IO_getc_orig declaration.
|
|
|
@1599
|
14 years |
Sam Hocevar |
* Oops, compilation fix.
|
|
|
@1598
|
14 years |
Sam Hocevar |
* Added srefill() skeleton, for BSD libc.
|
|
|
@1597
|
14 years |
Sam Hocevar |
* Added a note about statically linked binaries and one about getc().
|
|
|
@1596
|
14 years |
Sam Hocevar |
* Don’t run the testsuite if /bin/cat is statically linked.
|
|
|