Sam Hocevar
|
2e7dfd3c70
|
* Fix a problem with filedescriptor 17 being reused for other purposes than
the debugging channel.
* Print signal name, eg. SIGABRT instead of just "signal 6".
|
2007-01-14 01:03:44 +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
|
fc2e6455a1
|
* Print program PID when initialising libzzuf.
|
2007-01-13 18:00:03 +00:00 |
|
Sam Hocevar
|
7d8c22ecef
|
* Fixed -c behaviour. Sometimes apps open "$PWD/file" when asked to
simply open "file" (eg. eog).
|
2007-01-13 10:59:07 +00:00 |
|
Sam Hocevar
|
1bd6bb7a23
|
* Implemented -D/--delay to avoid fork bombs.
|
2007-01-13 10:50:38 +00:00 |
|
Sam Hocevar
|
cf8fcc5d13
|
* Refactored some shit around.
|
2007-01-12 18:01:27 +00:00 |
|
Sam Hocevar
|
3a12894365
|
* Minor documentation fixes.
|
2007-01-12 16:20:14 +00:00 |
|
Sam Hocevar
|
c5ce65e161
|
* Change timing functions to gettimeofday() instead of time() for more
precision.
|
2007-01-12 15:47:48 +00:00 |
|
Sam Hocevar
|
8a642c8c15
|
* Better line-buffered stdin reads.
|
2007-01-12 10:09:22 +00:00 |
|
Sam Hocevar
|
16515a9f5f
|
* Got rid of malloc() for each file opened. Now we only start calling
malloc() after the 32th file descriptor.
|
2007-01-11 23:30:29 +00:00 |
|
Sam Hocevar
|
f90911b51d
|
* Reduce number of malloc() calls within libzzuf.
|
2007-01-11 22:43:45 +00:00 |
|
Sam Hocevar
|
8973eb7d58
|
* Remove two useless malloc() calls.
|
2007-01-11 22:11:56 +00:00 |
|
Sam Hocevar
|
b01102d331
|
* Don't stop if the process was killed by us.
|
2007-01-11 22:11:28 +00:00 |
|
Sam Hocevar
|
3df4ac25be
|
* Better realloc dummy implementation.
|
2007-01-11 10:21:11 +00:00 |
|
Sam Hocevar
|
5aba237786
|
* Minor code factorisation into LOADSYM().
|
2007-01-11 00:39:59 +00:00 |
|
Sam Hocevar
|
5c6ec36141
|
* Allow several calls to malloc()/calloc() in the library preloading stage.
|
2007-01-10 18:11:13 +00:00 |
|
Sam Hocevar
|
0f030d2215
|
* Removed brk/sbrk, they're so outdated and useless.
|
2007-01-10 17:31:58 +00:00 |
|
Sam Hocevar
|
8e1f60e2d0
|
* Oops, fixed an old OS X build failure.
|
2007-01-10 17:25:09 +00:00 |
|
Sam Hocevar
|
502411321c
|
* Check for memalign and posix_memalign.
|
2007-01-10 17:23:23 +00:00 |
|
Sam Hocevar
|
84eccf4cb6
|
* Check for malloc.h.
|
2007-01-10 17:19:48 +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
|
6e0907a22f
|
* Split load-fd.c into load-fd.c and load-mem.c (mmap, etc.).
|
2007-01-10 14:57:22 +00:00 |
|
Sam Hocevar
|
235f553fda
|
* Fixed double mmap debug message.
|
2007-01-09 16:39:07 +00:00 |
|
Sam Hocevar
|
62b94578fa
|
* Add verbosity to read() and mmap() so that we roughly know where we
are reading.
|
2007-01-09 16:16:00 +00:00 |
|
Sam Hocevar
|
4017fc9b93
|
* Change debug's %c so that it automatically escapes binary characters.
|
2007-01-09 16:14:31 +00:00 |
|
Sam Hocevar
|
24f3d04a30
|
* mmap() maps the file descriptor at offset 0.
|
2007-01-09 15:40:08 +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
|
b6c7d51a43
|
* Tru64 loader support (_RLD_LIST).
|
2007-01-08 21:49:57 +00:00 |
|
Sam Hocevar
|
ada1ea2f08
|
* Define sig_t to void (*) (int) if it does not exist.
|
2007-01-08 21:05:05 +00:00 |
|
Sam Hocevar
|
77e15f7fb6
|
* Define socklen_t to int if it does not exist.
|
2007-01-08 21:03:32 +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
|
c65f0017e8
|
* Factor regex stuff into fd.c, so that <regex.h> isn’t needed otherwhere.
|
2007-01-07 21:14:26 +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
|
ed0673fd2e
|
* Protect __srefill_orig() calls.
|
2007-01-07 20:24:03 +00:00 |
|
Sam Hocevar
|
b2a1908029
|
* Documented stdin behaviour.
|
2007-01-07 18:45:00 +00:00 |
|
Sam Hocevar
|
562f045c50
|
* Factored sources in the makefile.
|
2007-01-07 18:36:19 +00:00 |
|
Sam Hocevar
|
07680233bd
|
* Merged chars.c and fuzz.c.
|
2007-01-07 18:34:50 +00:00 |
|
Sam Hocevar
|
c0aad3b6e5
|
* If no argument is given, just fuzz standard input.
|
2007-01-07 18:18:50 +00:00 |
|
Sam Hocevar
|
d1f6ebd99f
|
* Fix a compilation warning.
|
2007-01-07 16:31:33 +00:00 |
|
Sam Hocevar
|
ac40d96fb8
|
* Fixed __srefill()/lseek() conflict issue.
|
2007-01-07 16:27:59 +00:00 |
|
Sam Hocevar
|
7602915c79
|
* Only use __srefill on OpenBSD and FreeBSD.
|
2007-01-07 16:09:13 +00:00 |
|
Sam Hocevar
|
4478f3f28d
|
* Implemented BSD stdio by overriding __srefill().
|
2007-01-07 15:55:00 +00:00 |
|
Sam Hocevar
|
81550284a1
|
* Fuzz in __srefill even if _zz_disabled is on.
|
2007-01-07 14:22:34 +00:00 |
|
Sam Hocevar
|
8a46682cb3
|
* Oops, got it wrong.
|
2007-01-07 14:16:46 +00:00 |
|