|
|
@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.
|
|
|
@1595
|
14 years |
Sam Hocevar |
* Always define getc(), but undefine the getc macro beforehands just …
|
|
|
@1594
|
14 years |
Sam Hocevar |
* Implemented fseeko().
|
|
|
@1593
|
14 years |
Sam Hocevar |
* Fix a bug in the fgetln() implementation. The newline was not …
|
|
|
@1592
|
14 years |
Sam Hocevar |
* BSD's md5 does not have a --help option. Trying /dev/null instead.
|
|
|
@1591
|
14 years |
Sam Hocevar |
* Cleaned up code.
|
|
|
@1590
|
14 years |
Sam Hocevar |
* Only link with -ldl when available.
* Removed PKG_* stuff from …
|
|
|
@1589
|
14 years |
Sam Hocevar |
* Got testsuite to work on FreeBSD.
|
|
|
@1588
|
14 years |
Sam Hocevar |
* Fix for BSD machines: getc() may be defined as a macro.
|
|
|
@1587
|
14 years |
Sam Hocevar |
* Fixed the head call in the testsuite so that it works on OS X.
|
|
|
@1586
|
14 years |
Sam Hocevar |
* Added head and tail to the testsuite.
|
|
|
@1585
|
14 years |
Sam Hocevar |
* Fixed implicit declaration.
|
|
|
@1584
|
14 years |
Sam Hocevar |
* Updated documentation wrt. mmap().
|
|
|
@1583
|
14 years |
Sam Hocevar |
* Missing autoconf check for mmap64().
|
|
|
@1582
|
14 years |
Sam Hocevar |
* Implemented the mmap() family.
|
|
|
@1581
|
14 years |
Sam Hocevar |
* Implemented rewind().
|
|
|
@1580
|
14 years |
Sam Hocevar |
* Fix fread() issue with standard input reading.
|
|
|
@1579
|
14 years |
Sam Hocevar |
* Added a note about mmap() not being available.
|
|
|
@1578
|
14 years |
Sam Hocevar |
* Fix build with older versions of gcc.
|
|
|
@1577
|
14 years |
Sam Hocevar |
* Documentation tuning.
|
|
|
@1576
|
14 years |
Sam Hocevar |
* Version 0.2 is ready.
|
|
|
@1575
|
14 years |
Sam Hocevar |
* Another note in the manpage.
|
|
|
@1574
|
14 years |
Sam Hocevar |
* Cosmetic fixes.
|
|
|
@1573
|
14 years |
Sam Hocevar |
* Implemented --max-crashes.
* Renamed --forks to --max-forks.
* …
|
|
|
@1572
|
14 years |
Sam Hocevar |
* Oops, forgot to fix --help output.
|
|
|
@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.
* …
|
|
|
@1568
|
14 years |
Sam Hocevar |
* Fix an uncontrolled corruption bug in fgetln().
|
|
|
@1567
|
14 years |
Sam Hocevar |
* Fix fgetln(). The testsuite *almost* passes.
|
|
|
@1566
|
14 years |
Sam Hocevar |
* Implemented BSD fgetln(). Untested yet.
|
|
|
@1565
|
14 years |
Sam Hocevar |
* Put back grep and sed into the testsuite, now that we can protect …
|
|
|
@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.
|
|
|
@1553
|
14 years |
Sam Hocevar |
* Added a _zz_disabled flag. This is needed on OS X where we protect …
|
|
|
@1552
|
14 years |
Sam Hocevar |
* Do not fuzz anything if 0 bytes were read.
* Added a debug message …
|
|
|
@1551
|
14 years |
Sam Hocevar |
* Better debug messages in load-stream.c.
|
|
|