diff --git a/ChangeLog b/ChangeLog index 90fc339..7d11d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,159 @@ +commit 1cf8e13087011c754d6e5683d48c48e627d1e526 +Author: sam +Date: Sun Jan 31 12:18:01 2010 +0000 + + Minor testsuite behaviour updates. + + test/check-build | 2 +- + test/check-zzuf-r-ratio | 7 +++++-- + 2 files changed, 6 insertions(+), 3 deletions(-) + +commit f154d7caf5a624915b7d9d291edc1c68535826e1 +Author: sam +Date: Sun Jan 31 12:05:43 2010 +0000 + + Simplify ChangeLog output. + + Makefile.am | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +commit feb30571cbc3055cbeaed817716c63110f790645 +Author: sam +Date: Sun Jan 31 12:04:56 2010 +0000 + + Properly document the -a flag. + + doc/zzuf.1.in | 13 +++++++++++-- + src/zzuf.c | 4 ++-- + 2 files changed, 13 insertions(+), 4 deletions(-) + +commit 1da3f6d7d0c8191ff2d064e5053b686dad5d1d14 +Author: sam +Date: Thu Jan 21 09:31:47 2010 +0000 + + Fix a regression in myfork.c causing build failures when libtool does not + define LT_OBJDIR. + + src/myfork.c | 5 +++++ + src/zzuf.c | 5 ----- + 2 files changed, 5 insertions(+), 5 deletions(-) + +commit 7963572419f2979f53e07f4e5eea79fdac91fc43 +Author: sam +Date: Thu Jan 21 01:17:27 2010 +0000 + + Use LD_PRELOAD_32 on OpenSolaris i386. + + src/myfork.c | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +commit bb7c47473da6f1c24834fc75052bdc784b72e2fc +Author: sam +Date: Thu Jan 21 01:17:21 2010 +0000 + + Add a debug mode to zzcat. + + doc/zzcat.1.in | 5 ++++- + src/zzcat.c | 20 ++++++++++++++++++-- + 2 files changed, 22 insertions(+), 3 deletions(-) + +commit 4226dd097c72166731ac887ed4c793a246f4f413 +Author: sam +Date: Thu Jan 21 01:17:15 2010 +0000 + + Fix a buffer overflow in zzcat. + + src/zzcat.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit b0305c1c00a41e0ee788ce1391032456ec2d9115 +Author: sam +Date: Thu Jan 21 01:17:09 2010 +0000 + + Fix testsuite behaviour on OpenSolaris /bin/sh. + + test/check-utils | 8 ++++---- + test/functions.inc | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) + +commit 06822bf92062c9524801082273536b4e915f4dc2 +Author: sam +Date: Thu Jan 21 01:17:01 2010 +0000 + + Fix compilation warnings and errors on OpenSolaris caused by a few of + our source feature macros. + + src/libzzuf/lib-mem.c | 2 +- + src/zzcat.c | 2 ++ + 2 files changed, 3 insertions(+), 1 deletions(-) + +commit 7d525f87b6a69f36dcb51df5fd97c53e13fd9f0f +Author: sam +Date: Wed Jan 20 07:59:01 2010 +0000 + + Improve the OpenSolaris port: support for FILE structures, and a few + additional defines to activate libc features. + + configure.ac | 28 ++++++++++++++++++++-------- + msvc/config.h | 1 + + src/libzzuf/lib-fd.c | 2 ++ + src/libzzuf/lib-signal.c | 2 ++ + src/libzzuf/lib-stream.c | 6 ++++++ + 5 files changed, 31 insertions(+), 8 deletions(-) + +commit a85778a01aa08186a42e0131e8cc3aac95c49a24 +Author: sam +Date: Tue Jan 19 13:01:45 2010 +0000 + + Don't try to use waitpid() information on Win32. + + src/zzuf.c | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit b85baac7899c4df8229d6c4562d2f602f3bdfe36 +Author: sam +Date: Tue Jan 19 12:44:29 2010 +0000 + + Drop atoll() usage. It's not portable. + + src/zzuf.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 8b01db7f0ce771a0fd0c1e92244e61b463f6f292 +Author: sam +Date: Tue Jan 19 12:44:23 2010 +0000 + + Fix memory limitation method on OS X (page size was ignored) and other + systems (was using MBs instead of MiBs). + + src/libzzuf/lib-mem.c | 11 ++++++++++- + src/libzzuf/libzzuf.c | 2 +- + src/myfork.c | 4 ++-- + src/zzuf.c | 9 ++++++++- + 4 files changed, 21 insertions(+), 5 deletions(-) + +commit cac276f0bcc3d8437bb0f815b11b31fb7d3ccd54 +Author: sam +Date: Tue Jan 19 12:44:15 2010 +0000 + + Fix a bug in the -s test script that failed to detect failures. + + test/check-zzuf-s-seed | 21 ++++++++++++--------- + 1 files changed, 12 insertions(+), 9 deletions(-) + +commit ffc9980a2b5cb2002091577603b310cf70f13b28 +Author: sam +Date: Mon Jan 18 02:19:07 2010 +0000 + + Prepare for zzuf 0.13. Soon. + + ChangeLog | 3756 ++++++++++++++++++++++++++++++++++++++++++++++++----------- + Makefile.am | 6 + + NEWS | 8 + + 3 files changed, 3075 insertions(+), 695 deletions(-) + commit b54c5f2b0f43d2c2a445e3b631c9658b9e82382c -Author: sam +Author: sam Date: Mon Jan 18 02:02:12 2010 +0000 Add a check-zzuf-s-seed that tests whether all bits in a sequence have a @@ -12,7 +166,7 @@ Date: Mon Jan 18 02:02:12 2010 +0000 4 files changed, 130 insertions(+), 1 deletions(-) commit b508a55f625deaa8bb325508b4fcebe06bed6adc -Author: sam +Author: sam Date: Mon Jan 18 02:02:06 2010 +0000 Add a -r flag to zzcat to repeatedly cat file lists. @@ -22,7 +176,7 @@ Date: Mon Jan 18 02:02:06 2010 +0000 2 files changed, 20 insertions(+), 9 deletions(-) commit afa93520bafdc99561984e9332c4c7a21822e99c -Author: sam +Author: sam Date: Mon Jan 18 02:02:00 2010 +0000 In verbose mode, tell when a process exits. @@ -31,7 +185,7 @@ Date: Mon Jan 18 02:02:00 2010 +0000 1 files changed, 9 insertions(+), 0 deletions(-) commit f07f9ab9a29d3a2334db11925c81551fbdb915dc -Author: sam +Author: sam Date: Fri Jan 15 21:14:48 2010 +0000 Improve zzcat's manual page. Fixes #75. @@ -40,7 +194,7 @@ Date: Fri Jan 15 21:14:48 2010 +0000 1 files changed, 44 insertions(+), 7 deletions(-) commit f683e68d435b9a3c44cded0e8cd16eefe70828ca -Author: sam +Author: sam Date: Fri Jan 15 21:14:39 2010 +0000 Fix zzcat's -s flag. It must propagate to the next file. @@ -49,7 +203,7 @@ Date: Fri Jan 15 21:14:39 2010 +0000 1 files changed, 27 insertions(+), 11 deletions(-) commit 44e0cb3d455f9d4da33f3efcec87d6cf6fda28b1 -Author: sam +Author: sam Date: Fri Jan 15 17:03:39 2010 +0000 Rename check-flag-# tests to check-zzuf-#-#### with the option's long name, @@ -69,7 +223,7 @@ Date: Fri Jan 15 17:03:39 2010 +0000 11 files changed, 258 insertions(+), 254 deletions(-) commit f392a077a0e07b5ac65c7b6fece0fe394d8745ca -Author: sam +Author: sam Date: Fri Jan 15 00:17:03 2010 +0000 Implement zzcat -s (squeeze empty lines). @@ -78,7 +232,7 @@ Date: Fri Jan 15 00:17:03 2010 +0000 1 files changed, 11 insertions(+), 2 deletions(-) commit 41a24bdceac45be718c27cc55f2e262ee051a20c -Author: sam +Author: sam Date: Thu Jan 14 00:27:03 2010 +0000 Implement zzcat -b and -n. Fixes #74. @@ -87,7 +241,7 @@ Date: Thu Jan 14 00:27:03 2010 +0000 1 files changed, 16 insertions(+), 2 deletions(-) commit 5cd5a10354884a9b9b2f022f871cd59272e571ac -Author: sam +Author: sam Date: Thu Jan 14 00:26:52 2010 +0000 Avoid leading zeroes in the unit tests' initial random seed. @@ -96,7 +250,7 @@ Date: Thu Jan 14 00:26:52 2010 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 203602e3582f6c1fa463f80307e120f2000f5d07 -Author: sam +Author: sam Date: Thu Jan 14 00:26:46 2010 +0000 Rename check-memory to check-flag-M and check-rng to check-flag-r. @@ -109,7 +263,7 @@ Date: Thu Jan 14 00:26:46 2010 +0000 5 files changed, 112 insertions(+), 112 deletions(-) commit 3c9f9c261572ebb2737d01096397195314aa052a -Author: sam +Author: sam Date: Thu Jan 14 00:26:35 2010 +0000 Add a check-flag-f test. @@ -120,7 +274,7 @@ Date: Thu Jan 14 00:26:35 2010 +0000 3 files changed, 72 insertions(+), 5 deletions(-) commit a12b8841432585cc52ec57e0b3fa09cd1ec2a3bc -Author: sam +Author: sam Date: Thu Jan 14 00:26:21 2010 +0000 Add a check-flag-A test and rename check-md5 to check-flag-m. @@ -132,7 +286,7 @@ Date: Thu Jan 14 00:26:21 2010 +0000 4 files changed, 77 insertions(+), 38 deletions(-) commit f46d90b4bd5116c7bd1a612e5aec544aa0d2ff10 -Author: sam +Author: sam Date: Wed Jan 13 01:16:32 2010 +0000 Add informative messages about why we exit the main loop. @@ -141,7 +295,7 @@ Date: Wed Jan 13 01:16:32 2010 +0000 1 files changed, 10 insertions(+), 0 deletions(-) commit 7606a38c040060a9a7de5356211b42b4ed67e322 -Author: sam +Author: sam Date: Wed Jan 13 01:09:30 2010 +0000 Rename -t/--max-time to -U/--max-usertime, and add -t/--max-time to @@ -154,7 +308,7 @@ Date: Wed Jan 13 01:09:30 2010 +0000 4 files changed, 88 insertions(+), 54 deletions(-) commit 54aa51a6b260c6f34b902b79caa7b82f35bfd3bd -Author: sam +Author: sam Date: Wed Jan 13 01:09:19 2010 +0000 Add CONNECT_USES_STRUCT_SOCKADDR to msvc/config.h. @@ -163,7 +317,7 @@ Date: Wed Jan 13 01:09:19 2010 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit d536272a8512b931ee2982dd5aef50fcc71b6876 -Author: sam +Author: sam Date: Wed Jan 13 00:11:14 2010 +0000 On HP-UX, connect(), bind() etc. do not use the struct sockaddr type but @@ -174,7 +328,7 @@ Date: Wed Jan 13 00:11:14 2010 +0000 2 files changed, 26 insertions(+), 8 deletions(-) commit d1cc0b5febcdecaba2cf6ad84fb39d8359810622 -Author: sam +Author: sam Date: Tue Jan 12 23:54:49 2010 +0000 Fix check-build on platforms without sh's pushd/popd or grep's \<\>. @@ -185,7 +339,7 @@ Date: Tue Jan 12 23:54:49 2010 +0000 3 files changed, 5 insertions(+), 11 deletions(-) commit 15a181415a91d2f6d40241e09b7e556bf29b5373 -Author: sam +Author: sam Date: Tue Jan 12 23:54:43 2010 +0000 Fix the OpenBSD port. On this platform, weird stuff happens such as @@ -196,7 +350,7 @@ Date: Tue Jan 12 23:54:43 2010 +0000 1 files changed, 18 insertions(+), 9 deletions(-) commit 2b8d6cf18e8e8f82668574379a8d16bc3a77e392 -Author: sam +Author: sam Date: Tue Jan 12 23:54:38 2010 +0000 Minor zzcat refactoring. @@ -205,7 +359,7 @@ Date: Tue Jan 12 23:54:38 2010 +0000 1 files changed, 43 insertions(+), 31 deletions(-) commit 955da3af00c3bb50d56a9bf60b39d1903f05e826 -Author: sam +Author: sam Date: Tue Jan 12 23:54:31 2010 +0000 Add a workaround for OS X ignoring RLIMIT_RSS / RLIMIT_AS and getrusage() @@ -220,7 +374,7 @@ Date: Tue Jan 12 23:54:31 2010 +0000 5 files changed, 36 insertions(+), 10 deletions(-) commit dfcd86cb5acf39f0d4bca34d8c4954c757d78013 -Author: sam +Author: sam Date: Tue Jan 12 23:54:25 2010 +0000 Fix fork() return value check. @@ -229,7 +383,7 @@ Date: Tue Jan 12 23:54:25 2010 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 4fe0e85e3df24eaf4eab09e20590ee9a3a84ffc5 -Author: sam +Author: sam Date: Tue Jan 12 23:54:20 2010 +0000 Properly compute SONAME using libtool variables. @@ -238,7 +392,7 @@ Date: Tue Jan 12 23:54:20 2010 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 87416981d9d1163c811990f289a9af19e4b027ce -Author: sam +Author: sam Date: Tue Jan 12 23:54:15 2010 +0000 Improve the default zzcat sequence to improve performance. @@ -248,7 +402,7 @@ Date: Tue Jan 12 23:54:15 2010 +0000 2 files changed, 2 insertions(+), 2 deletions(-) commit 28039c1ad9f9ac0a694390f052722d34099c6cca -Author: sam +Author: sam Date: Tue Jan 12 23:54:09 2010 +0000 Support cat's -AeEtTv flags in zzcat. @@ -258,7 +412,7 @@ Date: Tue Jan 12 23:54:09 2010 +0000 2 files changed, 106 insertions(+), 9 deletions(-) commit c90602a87650ede164564f5f06a56c19e92544e0 -Author: sam +Author: sam Date: Tue Jan 12 23:54:02 2010 +0000 Fix copyright information and remove Id tag everywhere. @@ -320,7 +474,7 @@ Date: Tue Jan 12 23:54:02 2010 +0000 54 files changed, 118 insertions(+), 125 deletions(-) commit c5be81a9757694803abf3e8e614612aab066b7d3 -Author: sam +Author: sam Date: Tue Jan 12 23:53:56 2010 +0000 Reduce the number of hardcoded figures in check-utils. @@ -329,7 +483,7 @@ Date: Tue Jan 12 23:53:56 2010 +0000 1 files changed, 28 insertions(+), 17 deletions(-) commit 1e92503b6ae9a4dd354b4b209cf559a99e9b9e04 -Author: sam +Author: sam Date: Tue Jan 12 23:53:50 2010 +0000 Fix compilation warning in lib-fd.c. @@ -338,7 +492,7 @@ Date: Tue Jan 12 23:53:50 2010 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 7bea831632419e1ce2432669c1360186ce182e17 -Author: sam +Author: sam Date: Tue Jan 12 23:53:43 2010 +0000 Minor cosmetic change in the verbose debug output. @@ -347,7 +501,7 @@ Date: Tue Jan 12 23:53:43 2010 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit a2c90737f2c16544a5a50f468fc025efa0d2861d -Author: sam +Author: sam Date: Tue Jan 12 23:53:38 2010 +0000 Fix the FreeBSD port by not fuzzing the __srget() output unless it's called @@ -357,7 +511,7 @@ Date: Tue Jan 12 23:53:38 2010 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit dbbf5f83649a1dc62a5a2c6167bf4259cf8fc6bc -Author: sam +Author: sam Date: Tue Jan 12 23:53:30 2010 +0000 Reorganise FILE structure autoconf tests. @@ -368,7 +522,7 @@ Date: Tue Jan 12 23:53:30 2010 +0000 3 files changed, 32 insertions(+), 41 deletions(-) commit 7cc9aba77af397ffd97f2b89c22f048157a3b984 -Author: sam +Author: sam Date: Tue Jan 12 23:53:24 2010 +0000 In the unit test phase, only launch sequences with functions we support. @@ -377,7 +531,7 @@ Date: Tue Jan 12 23:53:24 2010 +0000 1 files changed, 48 insertions(+), 16 deletions(-) commit ed586706653ba51108051f8d97b1aeda3916ad66 -Author: sam +Author: sam Date: Tue Jan 12 23:53:18 2010 +0000 Improve zzcat documentation and add commandline flags, including --help @@ -389,7 +543,7 @@ Date: Tue Jan 12 23:53:18 2010 +0000 3 files changed, 262 insertions(+), 59 deletions(-) commit 6ea704bd68f2deb755a059ccce175b8aa84979b2 -Author: sam +Author: sam Date: Tue Jan 12 23:53:09 2010 +0000 Move zzcat to the main src/ directory. It's becoming mature enough to be @@ -404,7 +558,7 @@ Date: Tue Jan 12 23:53:09 2010 +0000 6 files changed, 511 insertions(+), 507 deletions(-) commit 9e7ee535826131dad3016e6e90e8011658dbd026 -Author: sam +Author: sam Date: Fri Jan 8 01:28:02 2010 +0000 Distribute zzcat and start writing documentation for it. @@ -418,7 +572,7 @@ Date: Fri Jan 8 01:28:02 2010 +0000 6 files changed, 38 insertions(+), 4 deletions(-) commit 0e3d5ea6dcc6af6419576c0137e9f68580130fd4 -Author: sam +Author: sam Date: Fri Jan 8 01:17:23 2010 +0000 Fix compilation warnings on FreeBSD. @@ -427,7 +581,7 @@ Date: Fri Jan 8 01:17:23 2010 +0000 1 files changed, 57 insertions(+), 55 deletions(-) commit 983650ff13026fce345fd64b823560f08ec0450a -Author: sam +Author: sam Date: Fri Jan 8 01:17:17 2010 +0000 Fix typos in configure.ac. @@ -436,7 +590,7 @@ Date: Fri Jan 8 01:17:17 2010 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit 804222408ab096d5491457931e10c12f38d3889e -Author: sam +Author: sam Date: Fri Jan 8 01:06:18 2010 +0000 Try to fix FILE structure data on FreeBSD. @@ -445,7 +599,7 @@ Date: Fri Jan 8 01:06:18 2010 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit e70616f25816ee263c015e2df2d03671354b2927 -Author: sam +Author: sam Date: Fri Jan 8 00:48:33 2010 +0000 Implement feof(x) in zzcat, to break out of a loop after EOF was hit x times. @@ -455,7 +609,7 @@ Date: Fri Jan 8 00:48:33 2010 +0000 2 files changed, 41 insertions(+), 14 deletions(-) commit 4c2f756d8328d7772ea1ee00e98f1f9c1bdb80e4 -Author: sam +Author: sam Date: Fri Jan 8 00:48:27 2010 +0000 Deprecate --deny in favour of --allow !. @@ -466,7 +620,7 @@ Date: Fri Jan 8 00:48:27 2010 +0000 3 files changed, 17 insertions(+), 30 deletions(-) commit c58729850b7b814815744935c5f1d739c87f7ef8 -Author: sam +Author: sam Date: Fri Jan 8 00:48:21 2010 +0000 Fix compilation warning due to kfreebsd’s fcntl.h defining FREAD. @@ -477,7 +631,7 @@ Date: Fri Jan 8 00:48:21 2010 +0000 3 files changed, 73 insertions(+), 73 deletions(-) commit 3bfa7eb046c0f6033973d8d5efc7241fed8130f8 -Author: sam +Author: sam Date: Fri Jan 8 00:48:12 2010 +0000 File descriptors 0 to 2 may be network sockets, don’t rule them out. @@ -486,7 +640,7 @@ Date: Fri Jan 8 00:48:12 2010 +0000 1 files changed, 0 insertions(+), 4 deletions(-) commit 23afecd2068b362f23b92a617fcead772499c4d9 -Author: sam +Author: sam Date: Wed Jan 6 22:46:49 2010 +0000 Generate manual pages, so we can put the version number in them. @@ -501,7 +655,7 @@ Date: Wed Jan 6 22:46:49 2010 +0000 7 files changed, 603 insertions(+), 596 deletions(-) commit 4d98ba9e88e087bc853a7d7e21f2eec4a977c50c -Author: sam +Author: sam Date: Wed Jan 6 02:00:49 2010 +0000 Add a special section in the testsuite for regressions. @@ -510,7 +664,7 @@ Date: Wed Jan 6 02:00:49 2010 +0000 1 files changed, 6 insertions(+), 1 deletions(-) commit 76da749a383bdbf5a14ea9244ca99f5117637948 -Author: sam +Author: sam Date: Wed Jan 6 02:00:41 2010 +0000 Fix a bug caused by our seek() not understanding eglibc's behaviour. @@ -520,7 +674,7 @@ Date: Wed Jan 6 02:00:41 2010 +0000 2 files changed, 36 insertions(+), 34 deletions(-) commit 562229f865220c2e260d368ae8715fccae75217b -Author: sam +Author: sam Date: Wed Jan 6 00:48:47 2010 +0000 Fix an overflow in our printf's NULL handling with %p. @@ -529,7 +683,7 @@ Date: Wed Jan 6 00:48:47 2010 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 21c0be9ff78400900e8736a13e6c9aa7336174f7 -Author: sam +Author: sam Date: Wed Jan 6 00:35:49 2010 +0000 Make seek() debug information more user-friendly. @@ -538,7 +692,7 @@ Date: Wed Jan 6 00:35:49 2010 +0000 1 files changed, 14 insertions(+), 2 deletions(-) commit 4e510f2307d5f2bd417fb71ba3b2891afc5fdbd2 -Author: sam +Author: sam Date: Mon Jan 4 23:59:14 2010 +0000 Avoid useless allocations in the network allow/deny code. @@ -547,7 +701,7 @@ Date: Mon Jan 4 23:59:14 2010 +0000 1 files changed, 30 insertions(+), 27 deletions(-) commit 4ccbf1103a23bdfa43f8f1f8b998ccf2659bd4dc -Author: sam +Author: sam Date: Sun Dec 20 12:25:02 2009 +0000 getline() and getdelim() must return -1 if EOF was reached and no bytes @@ -557,7 +711,7 @@ Date: Sun Dec 20 12:25:02 2009 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit caca642b3374e013ad23f9b096f3e52d1c452864 -Author: sam +Author: sam Date: Sun Dec 20 12:24:56 2009 +0000 Try to call _zz_init() as soon as possible. Otherwise, preloaded libraries @@ -569,7 +723,7 @@ Date: Sun Dec 20 12:24:56 2009 +0000 3 files changed, 29 insertions(+), 10 deletions(-) commit 54840d4459608fc1ebe8730b45d71f50fe5cecd5 -Author: sam +Author: sam Date: Sun Dec 20 12:24:50 2009 +0000 Buffer debug output to reduce the number of write() calls and allow to @@ -579,7 +733,7 @@ Date: Sun Dec 20 12:24:50 2009 +0000 1 files changed, 58 insertions(+), 31 deletions(-) commit 73d322ebfae3e93fd1b1d805b425af2be59c4b9f -Author: sam +Author: sam Date: Sun Dec 20 12:24:41 2009 +0000 Avoid overlapping regions in our realloc's memcpy call. @@ -588,7 +742,7 @@ Date: Sun Dec 20 12:24:41 2009 +0000 1 files changed, 20 insertions(+), 5 deletions(-) commit 6aae7aec70ce9c4339e9b8f19205c6ba693e6f10 -Author: sam +Author: sam Date: Wed Dec 16 16:15:40 2009 +0000 Synchronise VS 2010 solution with [4112]. @@ -600,7 +754,7 @@ Date: Wed Dec 16 16:15:40 2009 +0000 4 files changed, 80 insertions(+), 72 deletions(-) commit c06746132549b71c919b5da10b70178ed3ec454c -Author: sam +Author: sam Date: Mon Dec 14 16:10:15 2009 +0000 Make the check-utils output slightly clearer. @@ -609,7 +763,7 @@ Date: Mon Dec 14 16:10:15 2009 +0000 1 files changed, 37 insertions(+), 34 deletions(-) commit 11dd26f4ce7c7824b885222ca34d031dfa025c6e -Author: sam +Author: sam Date: Mon Dec 14 03:33:53 2009 +0000 Fix a regression in the rlimit handling code caused by the myfork split. @@ -619,7 +773,7 @@ Date: Mon Dec 14 03:33:53 2009 +0000 2 files changed, 20 insertions(+), 1 deletions(-) commit 684cf4445bcf901155b1322e3ce918eac73e2ff3 -Author: sam +Author: sam Date: Mon Dec 14 02:55:31 2009 +0000 Rewrite zzcat to make it a lot more configurable. @@ -629,7 +783,7 @@ Date: Mon Dec 14 02:55:31 2009 +0000 2 files changed, 343 insertions(+), 218 deletions(-) commit 139bc9a9691839dd6a7aceb92656f7c716f2e1dd -Author: sam +Author: sam Date: Mon Dec 14 02:55:25 2009 +0000 Add a workaround in the test suite for a cowdancer limitation causing .ilist @@ -643,7 +797,7 @@ Date: Mon Dec 14 02:55:25 2009 +0000 5 files changed, 11 insertions(+), 11 deletions(-) commit 287c7ed695c54903bdc7915827fa0c35744346e8 -Author: sam +Author: sam Date: Mon Dec 14 02:55:20 2009 +0000 Limit coredumpsize to 0 in test scripts to avoid dumping cores at build time. @@ -654,7 +808,7 @@ Date: Mon Dec 14 02:55:20 2009 +0000 3 files changed, 6 insertions(+), 0 deletions(-) commit addfee30692937e1ba03b27c748c6e33054e2f75 -Author: sam +Author: sam Date: Mon Dec 14 02:55:11 2009 +0000 Add missing distributed files in Makefile.am. @@ -664,7 +818,7 @@ Date: Mon Dec 14 02:55:11 2009 +0000 2 files changed, 8 insertions(+), 1 deletions(-) commit 4599769be84dd2bdab266a893d49deba22915aa0 -Author: sam +Author: sam Date: Sat Dec 12 22:20:22 2009 +0000 Refactor the stream diversions. @@ -673,7 +827,7 @@ Date: Sat Dec 12 22:20:22 2009 +0000 1 files changed, 283 insertions(+), 280 deletions(-) commit 815ca09e59430b7e3ca56306a27f1d14046890e8 -Author: sam +Author: sam Date: Sat Dec 12 22:20:16 2009 +0000 Refactor the shellcode generation to remove all hardcoded values. @@ -682,7 +836,7 @@ Date: Sat Dec 12 22:20:16 2009 +0000 1 files changed, 108 insertions(+), 61 deletions(-) commit 3aebddd3c02f443b8800140e00425e48a32adf3a -Author: sam +Author: sam Date: Sat Dec 12 22:20:11 2009 +0000 Move process creation stuff to a separate myfork.c file. @@ -695,7 +849,7 @@ Date: Sat Dec 12 22:20:11 2009 +0000 5 files changed, 451 insertions(+), 358 deletions(-) commit efada73dc578a7feb9dbbec1bb34fcaa74d02e94 -Author: sam +Author: sam Date: Sat Dec 12 22:20:04 2009 +0000 Fix DEBUG_STREAM compilation on Win32. @@ -704,7 +858,7 @@ Date: Sat Dec 12 22:20:04 2009 +0000 1 files changed, 25 insertions(+), 23 deletions(-) commit ddb0f49a1015d6f9a33baa8fb90a318bfcb45158 -Author: sam +Author: sam Date: Sat Dec 12 22:19:57 2009 +0000 Minor Win32 compilation fix. @@ -713,7 +867,7 @@ Date: Sat Dec 12 22:19:57 2009 +0000 1 files changed, 3 insertions(+), 0 deletions(-) commit ed17a0a811a5a876b676c1d66421e2fa1d50ae1c -Author: sam +Author: sam Date: Sat Dec 12 22:19:47 2009 +0000 Reorganise source code to better separate zzuf and libzzuf. Note: the Win32 @@ -768,7 +922,7 @@ Date: Sat Dec 12 22:19:47 2009 +0000 46 files changed, 4122 insertions(+), 4079 deletions(-) commit ada1acd264f2a6f41cd87797a42acded79c6ec79 -Author: sam +Author: sam Date: Wed Dec 9 00:28:28 2009 +0000 Try to work around the Vista ASLR feature by retrieving the executable's @@ -778,7 +932,7 @@ Date: Wed Dec 9 00:28:28 2009 +0000 1 files changed, 37 insertions(+), 10 deletions(-) commit b40d78ea7504f57e2d8cbbc7d8be14eff7ca8673 -Author: sam +Author: sam Date: Tue Dec 8 01:41:35 2009 +0000 Try to reorganise the Win32 loader. @@ -787,7 +941,7 @@ Date: Tue Dec 8 01:41:35 2009 +0000 1 files changed, 46 insertions(+), 24 deletions(-) commit feec4cfe753e55fb0c5eb420eb52012ae03ddd8d -Author: sam +Author: sam Date: Mon Dec 7 21:12:22 2009 +0000 Declare diverted Win32 functions as __stdcall. @@ -796,7 +950,7 @@ Date: Mon Dec 7 21:12:22 2009 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit d05780ce7caff0d5a807b3b827ab66f2425cd09b -Author: sam +Author: sam Date: Mon Dec 7 18:35:45 2009 +0000 Give the fuzzed Win32 program a chance to display something even @@ -807,7 +961,7 @@ Date: Mon Dec 7 18:35:45 2009 +0000 2 files changed, 4 insertions(+), 2 deletions(-) commit f7b3b44bcce6d184819122a23f018d1e0d033c11 -Author: sam +Author: sam Date: Mon Dec 7 18:34:21 2009 +0000 Fix memory leaks and infinite loops in the Win32 launcher. @@ -816,7 +970,7 @@ Date: Mon Dec 7 18:34:21 2009 +0000 1 files changed, 20 insertions(+), 14 deletions(-) commit a3dd18b6114b03cf1164024a1bcbfb7666b1f6c5 -Author: sam +Author: sam Date: Mon Dec 7 12:36:15 2009 +0000 Synchronise Win32 port with recent config.h changes. @@ -829,7 +983,7 @@ Date: Mon Dec 7 12:36:15 2009 +0000 5 files changed, 34 insertions(+), 34 deletions(-) commit 93657c4f29fea4e63740d6c8949212ab8374b7bf -Author: sam +Author: sam Date: Thu Nov 26 01:19:08 2009 +0000 Cleaner solution for echoing the SOURCES variable. @@ -840,7 +994,7 @@ Date: Thu Nov 26 01:19:08 2009 +0000 3 files changed, 5 insertions(+), 3 deletions(-) commit 156beb34328c59908174959af900f48e75ce40aa -Author: sam +Author: sam Date: Thu Nov 26 01:14:05 2009 +0000 Reset offset position before most stdio call. @@ -849,7 +1003,7 @@ Date: Thu Nov 26 01:14:05 2009 +0000 1 files changed, 6 insertions(+), 0 deletions(-) commit b6d021faddaf57dfdfd65ac66207a2365f67c11a -Author: sam +Author: sam Date: Thu Nov 26 01:13:58 2009 +0000 Use fseeko64() everywhere when possible, instead of potential 32-bit versions. @@ -860,7 +1014,7 @@ Date: Thu Nov 26 01:13:58 2009 +0000 3 files changed, 26 insertions(+), 12 deletions(-) commit ed2659d9a4695d27ecd231c9982312fec6661a86 -Author: sam +Author: sam Date: Wed Nov 25 00:42:32 2009 +0000 Minor refactoring in lib-stream.c. @@ -869,7 +1023,7 @@ Date: Wed Nov 25 00:42:32 2009 +0000 1 files changed, 20 insertions(+), 18 deletions(-) commit 2eb818de7f684e1bd9ac8c041b81e2e2b748cf5d -Author: sam +Author: sam Date: Wed Nov 25 00:42:25 2009 +0000 Synchronise msvc/config.h. @@ -878,7 +1032,7 @@ Date: Wed Nov 25 00:42:25 2009 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit f836c42a3f4068b46e7878f463626652321ada58 -Author: sam +Author: sam Date: Wed Nov 25 00:42:17 2009 +0000 More zzcat stuff. @@ -888,7 +1042,7 @@ Date: Wed Nov 25 00:42:17 2009 +0000 2 files changed, 49 insertions(+), 21 deletions(-) commit 1db4ee0685ad29d9f2859374bed5b22b22944b3c -Author: sam +Author: sam Date: Tue Nov 24 01:25:44 2009 +0000 We need to know the FILE buffer's current fill status. Implemented for @@ -899,7 +1053,7 @@ Date: Tue Nov 24 01:25:44 2009 +0000 2 files changed, 19 insertions(+), 7 deletions(-) commit 2f12140d66f826b316547428763c59217fd1c1c3 -Author: sam +Author: sam Date: Tue Nov 24 01:25:37 2009 +0000 More zzcat additions. @@ -909,7 +1063,7 @@ Date: Tue Nov 24 01:25:37 2009 +0000 2 files changed, 31 insertions(+), 8 deletions(-) commit 2bb489f9dfd643a10e960981814ee415297bcaf4 -Author: sam +Author: sam Date: Mon Nov 23 11:16:03 2009 +0000 Fix a compilation warning in the network code. @@ -918,7 +1072,7 @@ Date: Mon Nov 23 11:16:03 2009 +0000 1 files changed, 9 insertions(+), 7 deletions(-) commit 33f79082747ad53ab1ef5a4c08656032dfe72156 -Author: sam +Author: sam Date: Mon Nov 23 01:35:23 2009 +0000 More fread() behaviour improvements, with documentation. @@ -929,7 +1083,7 @@ Date: Mon Nov 23 01:35:23 2009 +0000 3 files changed, 168 insertions(+), 112 deletions(-) commit 3d76a8f8a4f2d5186f8e9707a5d93f4ceef19604 -Author: sam +Author: sam Date: Mon Nov 23 00:27:11 2009 +0000 Document the __srefill strategy in the source code. @@ -938,7 +1092,7 @@ Date: Mon Nov 23 00:27:11 2009 +0000 1 files changed, 18 insertions(+), 8 deletions(-) commit b82078657ea89483e22bcc9b77578f016e616208 -Author: sam +Author: sam Date: Mon Nov 23 00:27:05 2009 +0000 Reimplement __uflow() under Linux. Unlocked IO now works on Linux, except @@ -950,7 +1104,7 @@ Date: Mon Nov 23 00:27:05 2009 +0000 3 files changed, 108 insertions(+), 27 deletions(-) commit 716baa81d6755469f99682b8574cd9c58b73ef8e -Author: sam +Author: sam Date: Mon Nov 23 00:26:59 2009 +0000 Minor refactoring in zzcat. @@ -960,7 +1114,7 @@ Date: Mon Nov 23 00:26:59 2009 +0000 2 files changed, 51 insertions(+), 51 deletions(-) commit 57ce7df8ab4df315ea59b9a1c8adb3a6a36a35f4 -Author: sam +Author: sam Date: Mon Nov 23 00:26:53 2009 +0000 Add a second level of debugging for slightly less useful information. @@ -977,7 +1131,7 @@ Date: Mon Nov 23 00:26:53 2009 +0000 9 files changed, 65 insertions(+), 25 deletions(-) commit 4f5269ec8bb1fc8fb680a93e1afc53f2960f574b -Author: sam +Author: sam Date: Sun Nov 22 18:54:49 2009 +0000 Improve the zzcat test suite with more unlocked IO functions. @@ -987,7 +1141,7 @@ Date: Sun Nov 22 18:54:49 2009 +0000 2 files changed, 74 insertions(+), 48 deletions(-) commit 7881694ba55e4340da03f5a63885220c3662407a -Author: sam +Author: sam Date: Sun Nov 22 18:54:43 2009 +0000 Add a check to __uflow(). This will hopefully help us fix the problem with @@ -1000,7 +1154,7 @@ Date: Sun Nov 22 18:54:43 2009 +0000 4 files changed, 12 insertions(+), 7 deletions(-) commit 9158d8813e0e17750a04b5170fc90dc2072f6a73 -Author: sam +Author: sam Date: Sun Nov 22 18:54:37 2009 +0000 Refactor dummy memory manager and fix a bug in realloc(). @@ -1009,7 +1163,7 @@ Date: Sun Nov 22 18:54:37 2009 +0000 1 files changed, 12 insertions(+), 9 deletions(-) commit 432650728200e047452278b00a9057c2024c8980 -Author: sam +Author: sam Date: Sun Nov 22 18:54:31 2009 +0000 Refactor zzcat for clarity. @@ -1018,7 +1172,7 @@ Date: Sun Nov 22 18:54:31 2009 +0000 1 files changed, 211 insertions(+), 152 deletions(-) commit d66c310fd6aea200c7d33d0b502fc1589b364272 -Author: sam +Author: sam Date: Sun Nov 22 18:54:25 2009 +0000 Check for typical source code issues in the testsuite. @@ -1027,7 +1181,7 @@ Date: Sun Nov 22 18:54:25 2009 +0000 1 files changed, 37 insertions(+), 3 deletions(-) commit 908414e0ba8b35ba650e8915be39c58edf864d13 -Author: sam +Author: sam Date: Sun Nov 22 18:54:17 2009 +0000 Add a getc_unlocked method to zzcat. @@ -1037,7 +1191,7 @@ Date: Sun Nov 22 18:54:17 2009 +0000 2 files changed, 16 insertions(+), 8 deletions(-) commit f6e215d095375e729c53406a69098fbcf58cd758 -Author: sam +Author: sam Date: Fri Nov 20 22:47:38 2009 +0000 Add mingw32 defines to msvc/config.h. Needs to be tuned furthermore. @@ -1046,7 +1200,7 @@ Date: Fri Nov 20 22:47:38 2009 +0000 1 files changed, 99 insertions(+), 3 deletions(-) commit 723756ba73da601939f2360b4356200ce3ffd113 -Author: sam +Author: sam Date: Fri Nov 20 22:47:31 2009 +0000 Use ftello64 instead of ftello to handle fseeko64. @@ -1055,7 +1209,7 @@ Date: Fri Nov 20 22:47:31 2009 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 210fc1dc9b1a1520cdbe91be10d80997dc1f3108 -Author: sam +Author: sam Date: Fri Nov 20 17:38:06 2009 +0000 Ignore generated m4 files. @@ -1064,7 +1218,7 @@ Date: Fri Nov 20 17:38:06 2009 +0000 1 files changed, 6 insertions(+), 0 deletions(-) commit 7843e251b729d846622c338734b7c77fa2f1bee8 -Author: sam +Author: sam Date: Fri Nov 20 17:38:00 2009 +0000 Various compilation and unit test fixes. @@ -1076,7 +1230,7 @@ Date: Fri Nov 20 17:38:00 2009 +0000 4 files changed, 27 insertions(+), 27 deletions(-) commit f46f0b97beab01fa9b7a5c345dde0e9919b16a59 -Author: sam +Author: sam Date: Fri Nov 20 13:00:28 2009 +0000 Make check-build executable. @@ -1084,7 +1238,7 @@ Date: Fri Nov 20 13:00:28 2009 +0000 0 files changed, 0 insertions(+), 0 deletions(-) commit 01ee3d44a41e8f396bcaf129d6bebe0ce7b8b3c8 -Author: sam +Author: sam Date: Fri Nov 20 12:06:17 2009 +0000 Add zznop, a small test program to help debug the Win32 port. @@ -1101,7 +1255,7 @@ Date: Fri Nov 20 12:06:17 2009 +0000 7 files changed, 182 insertions(+), 4 deletions(-) commit 02f219d9ed2b740171a957a4e1a41827a50b4866 -Author: sam +Author: sam Date: Thu Nov 19 00:51:32 2009 +0000 Detect libzzuf soname at configure time rather than compile time. @@ -1111,7 +1265,7 @@ Date: Thu Nov 19 00:51:32 2009 +0000 2 files changed, 10 insertions(+), 1 deletions(-) commit c85589a5bc453d5bbee55725fe50f9133e2937c0 -Author: sam +Author: sam Date: Wed Nov 18 13:23:58 2009 +0000 Add a VS 2010 solution file and make the code build again for Win32. @@ -1124,7 +1278,7 @@ Date: Wed Nov 18 13:23:58 2009 +0000 5 files changed, 308 insertions(+), 5 deletions(-) commit 6cc8ebddbede962855c60bc011b88d6d0827382c -Author: sam +Author: sam Date: Tue Oct 27 23:10:22 2009 +0000 Compilation fix for systems without get_unlocked(). @@ -1133,7 +1287,7 @@ Date: Tue Oct 27 23:10:22 2009 +0000 1 files changed, 6 insertions(+), 0 deletions(-) commit 22a436ff6220df0ae9c0e39575f1c46665438d21 -Author: sam +Author: sam Date: Tue Oct 27 23:08:16 2009 +0000 Add a getc_unlocked() variant to zzcat. @@ -1142,7 +1296,7 @@ Date: Tue Oct 27 23:08:16 2009 +0000 1 files changed, 4 insertions(+), 2 deletions(-) commit e367560dd6ce11baa96fd8d25e8e296b0d110e0b -Author: sam +Author: sam Date: Tue Oct 27 22:44:09 2009 +0000 Add a getline() variant to zzcat. @@ -1152,13 +1306,13 @@ Date: Tue Oct 27 22:44:09 2009 +0000 2 files changed, 23 insertions(+), 1 deletions(-) commit 5803d475bac91a3e5cf872ae2b14658ab6bb547e -Author: sam +Author: sam Date: Tue Oct 27 00:07:10 2009 +0000 Add missing svn:ignore properties. commit ebba6073b91c8948a1b184cf8387484399e4a532 -Author: sam +Author: sam Date: Tue Oct 27 00:01:25 2009 +0000 Undefine _XOPEN_SOURCE before redefining it. @@ -1167,7 +1321,7 @@ Date: Tue Oct 27 00:01:25 2009 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit 92a20da100751e733d33a78504c4905c6b2651ae -Author: sam +Author: sam Date: Fri Aug 7 00:24:31 2009 +0000 Append "/" to our LT_OBJDIR override. @@ -1176,7 +1330,7 @@ Date: Fri Aug 7 00:24:31 2009 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit aca4f83dc0d6756bba15b57e33ae88e3cbf96e6a -Author: sam +Author: sam Date: Fri Aug 7 00:09:03 2009 +0000 Old libtool versions don't define LT_OBJDIR. Adding an override for them. @@ -1185,7 +1339,7 @@ Date: Fri Aug 7 00:09:03 2009 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit 9f43b7f3794e2cb730ea1811e717db05f5e6e5f8 -Author: sam +Author: sam Date: Thu Aug 6 21:17:00 2009 +0000 Allow remote network host filtering, courtesy of Corentin Delorme. @@ -1205,7 +1359,7 @@ Date: Thu Aug 6 21:17:00 2009 +0000 12 files changed, 295 insertions(+), 43 deletions(-) commit 98152b7812b4b0a596f6079b2782ddaa490c4b95 -Author: sam +Author: sam Date: Thu Aug 6 20:40:35 2009 +0000 Use strcpy, not strcat. @@ -1214,7 +1368,7 @@ Date: Thu Aug 6 20:40:35 2009 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 6b72d7b1bf8afcadd612ad84adef91e30c091096 -Author: sam +Author: sam Date: Thu Aug 6 20:37:05 2009 +0000 Allow fromlen == NULL in the recvfrom() wrapper. @@ -1223,7 +1377,7 @@ Date: Thu Aug 6 20:37:05 2009 +0000 1 files changed, 11 insertions(+), 5 deletions(-) commit e0fa5736fd4bc4d7b127c6394ab907b20a6bb3d9 -Author: sam +Author: sam Date: Thu Aug 6 20:36:58 2009 +0000 lib-mem.c: undefine various feature macros before redefining them. @@ -1232,7 +1386,7 @@ Date: Thu Aug 6 20:36:58 2009 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit 9fcbf8d052e147a7e7f5b220a1a45e898812f6c9 -Author: sam +Author: sam Date: Thu Aug 6 20:36:49 2009 +0000 zzuf.c: use LT_OBJDIR instead of hardcoding ".libs/". @@ -1241,7 +1395,7 @@ Date: Thu Aug 6 20:36:49 2009 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit f91d4dabf3f8db99c2c031a006e05b50b4d00416 -Author: sam +Author: sam Date: Fri Mar 20 23:28:51 2009 +0000 lib-fd.c: accept() may accept NULL as the addrlen argument. Do not crash @@ -1251,7 +1405,7 @@ Date: Fri Mar 20 23:28:51 2009 +0000 1 files changed, 5 insertions(+), 2 deletions(-) commit deee1cb593b754ff422b50608b303f62910a3465 -Author: sam +Author: sam Date: Sat Oct 18 22:01:43 2008 +0000 Rename --max-cpu into --max-cputime to avoid confusion (fixes #44). @@ -1261,7 +1415,7 @@ Date: Sat Oct 18 22:01:43 2008 +0000 2 files changed, 4 insertions(+), 4 deletions(-) commit fd22eba728232247c03d38f03766796e27213763 -Author: sam +Author: sam Date: Wed Sep 17 22:17:23 2008 +0000 * zzuf.c: use atol() instead of atoi() for the --seed flag. @@ -1270,7 +1424,7 @@ Date: Wed Sep 17 22:17:23 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit a9a3a0d2c5007322b181a81ac4f96003bab1a303 -Author: sam +Author: sam Date: Wed Sep 17 22:17:17 2008 +0000 * zzuf.c: allow the use of -r=0 in addition to -r 0, and likewise for @@ -1280,7 +1434,7 @@ Date: Wed Sep 17 22:17:17 2008 +0000 1 files changed, 18 insertions(+), 0 deletions(-) commit 5ec6ff56218311f7b8bb2d2189d4efba54a63839 -Author: sam +Author: sam Date: Mon Sep 15 19:39:44 2008 +0000 * doc/zzuf.1: fix a typo in the manpage. @@ -1289,7 +1443,7 @@ Date: Mon Sep 15 19:39:44 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit aaffb8146d01b82cd4c263a82790626ba18f513f -Author: sam +Author: sam Date: Mon Aug 25 19:28:25 2008 +0000 * zzuf.1: add a more advanced VLC fuzzing example. @@ -1298,7 +1452,7 @@ Date: Mon Aug 25 19:28:25 2008 +0000 1 files changed, 6 insertions(+), 0 deletions(-) commit fb049778087c4ac76ad88ce6022eebb23cb70736 -Author: sam +Author: sam Date: Wed Jul 23 23:40:13 2008 +0000 * Hack around to get HP-UX tools to work. It still fails the most nasty @@ -1310,7 +1464,7 @@ Date: Wed Jul 23 23:40:13 2008 +0000 3 files changed, 83 insertions(+), 13 deletions(-) commit b85a74d4bd64ed234a0eb79bd3a56867efc75310 -Author: sam +Author: sam Date: Wed Jul 23 23:40:06 2008 +0000 * zzuf.c: make the -B flag (max bytes) also work when fuzzing the standard @@ -1321,7 +1475,7 @@ Date: Wed Jul 23 23:40:06 2008 +0000 2 files changed, 21 insertions(+), 5 deletions(-) commit db2cb805f4155817533425178686109f5e197f75 -Author: sam +Author: sam Date: Sun Jul 20 11:20:47 2008 +0000 * test/Makefile.am: add functions.inc to the distribution. @@ -1330,7 +1484,7 @@ Date: Sun Jul 20 11:20:47 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 770e33d025947087fcaf19c3cfac9662d3e67416 -Author: sam +Author: sam Date: Sun Jul 20 11:16:06 2008 +0000 * configure.ac: fix the __printf__ attribute macro. @@ -1339,7 +1493,7 @@ Date: Sun Jul 20 11:16:06 2008 +0000 1 files changed, 3 insertions(+), 1 deletions(-) commit cccea932cd305837e48ee71c60844db6dfc97917 -Author: sam +Author: sam Date: Sun Jul 20 11:11:27 2008 +0000 * configure.ac: add a check for the __printf__ function attribute. @@ -1349,7 +1503,7 @@ Date: Sun Jul 20 11:11:27 2008 +0000 2 files changed, 9 insertions(+), 2 deletions(-) commit d9782c3e58fdfddddb5018fc64ac088709a5b698 -Author: sam +Author: sam Date: Sun Jul 20 10:19:06 2008 +0000 * bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0. @@ -1358,7 +1512,7 @@ Date: Sun Jul 20 10:19:06 2008 +0000 1 files changed, 4 insertions(+), 0 deletions(-) commit 804761bea1033ce0298965bc78ef9a9c54df61f5 -Author: sam +Author: sam Date: Sun Jul 20 10:10:35 2008 +0000 * fuzz.c: activate the fuzz() debug message, it may be verbose but I end @@ -1368,7 +1522,7 @@ Date: Sun Jul 20 10:10:35 2008 +0000 1 files changed, 1 insertions(+), 4 deletions(-) commit 4287ca73d5f30e5d85027d28def3e583192ea122 -Author: sam +Author: sam Date: Sun Jul 20 10:10:31 2008 +0000 * lib-mem.c: with all the preprocessor crap that we now have in C files, @@ -1379,7 +1533,7 @@ Date: Sun Jul 20 10:10:31 2008 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit 1fcfed4f4525fd3b01851bb316c66f8c3acd7e33 -Author: sam +Author: sam Date: Sun Jul 20 09:57:58 2008 +0000 * Factored the test suite to avoid excessive code duplication. @@ -1394,7 +1548,7 @@ Date: Sun Jul 20 09:57:58 2008 +0000 7 files changed, 125 insertions(+), 195 deletions(-) commit 00e8b59a16a2f136a086b16cd59d9397f6d2a994 -Author: sam +Author: sam Date: Sun Jul 20 09:57:52 2008 +0000 * lib-stream.c: since __srefill is far more powerful than __srget, we only @@ -1404,7 +1558,7 @@ Date: Sun Jul 20 09:57:52 2008 +0000 1 files changed, 3 insertions(+), 3 deletions(-) commit bcb26d97fc0596e7d749d9600bd4b3dee7e64184 -Author: sam +Author: sam Date: Sun Jul 20 01:29:45 2008 +0000 * lib-stream.c: fix a bug in the OS X __srefill implementation. @@ -1413,7 +1567,7 @@ Date: Sun Jul 20 01:29:45 2008 +0000 1 files changed, 4 insertions(+), 1 deletions(-) commit 6b04aea92600dccf68d7435d4a26e40f3c8c1bf4 -Author: sam +Author: sam Date: Sun Jul 20 01:22:46 2008 +0000 * lib-stream.c: the BSDs' refill function is slightly different from the @@ -1423,7 +1577,7 @@ Date: Sun Jul 20 01:22:46 2008 +0000 1 files changed, 17 insertions(+), 9 deletions(-) commit 14f58c33416be08ceb88946ccdaa8848c2a786d3 -Author: sam +Author: sam Date: Fri Jul 18 09:28:30 2008 +0000 * Implement __srget on FreeBSD, which is yet another version of __srefill. @@ -1434,7 +1588,7 @@ Date: Fri Jul 18 09:28:30 2008 +0000 3 files changed, 53 insertions(+), 58 deletions(-) commit 8834098cdb66c0911795b7d3ad0912b1a3fd9d36 -Author: sam +Author: sam Date: Fri Jul 18 09:28:26 2008 +0000 * lib-stream.c: fix the fread() implementation on FreeBSD 7.0. @@ -1443,7 +1597,7 @@ Date: Fri Jul 18 09:28:26 2008 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit 295df163935ae915c7bcfe31ce3c189cdf357642 -Author: sam +Author: sam Date: Fri Jul 18 09:28:22 2008 +0000 * check-utils: only perform 3 util test series, the rest was only here to @@ -1453,7 +1607,7 @@ Date: Fri Jul 18 09:28:22 2008 +0000 1 files changed, 1 insertions(+), 5 deletions(-) commit 404b10dabdde4ff5d9c42a2a5d9c0f5e993ce0ad -Author: sam +Author: sam Date: Fri Jul 18 09:28:18 2008 +0000 * lib-stream.c: only use the __srefill trick on OS X. HP-UX is too different. @@ -1462,7 +1616,7 @@ Date: Fri Jul 18 09:28:18 2008 +0000 1 files changed, 13 insertions(+), 12 deletions(-) commit d8f0dcfb6e03e3a1be97787838a1c7008b25baff -Author: sam +Author: sam Date: Fri Jul 18 09:28:14 2008 +0000 * lib-mem.c: fix FreeBSD 7.0 build by including earlier on. @@ -1471,7 +1625,7 @@ Date: Fri Jul 18 09:28:14 2008 +0000 1 files changed, 3 insertions(+), 3 deletions(-) commit 5eda5620ebf36acd5ccc987bafe2e57bcaaa5da7 -Author: sam +Author: sam Date: Fri Jul 18 09:28:10 2008 +0000 * Make the RNG test shorter... it should not vary across platforms anyway. @@ -1480,7 +1634,7 @@ Date: Fri Jul 18 09:28:10 2008 +0000 1 files changed, 3 insertions(+), 4 deletions(-) commit 6f2f52bfb78398e8e52000b38f5caa75fd505eb0 -Author: sam +Author: sam Date: Fri Jul 18 09:28:06 2008 +0000 * Add slightly more complex modes to zzcat. @@ -1490,7 +1644,7 @@ Date: Fri Jul 18 09:28:06 2008 +0000 2 files changed, 30 insertions(+), 7 deletions(-) commit fcaf431a1a6703e18a5768c449906cf0f28008b8 -Author: sam +Author: sam Date: Fri Jul 18 09:28:02 2008 +0000 * Better check for the __func__ keyword that does not rely on assumptions @@ -1504,7 +1658,7 @@ Date: Fri Jul 18 09:28:02 2008 +0000 5 files changed, 16 insertions(+), 10 deletions(-) commit 262d6951eb4f970c8c113f21a7158b8f8ba7202e -Author: sam +Author: sam Date: Fri Jul 18 09:27:56 2008 +0000 * Add simpler modes to zzcat to better analyse what's going on. @@ -1514,7 +1668,7 @@ Date: Fri Jul 18 09:27:56 2008 +0000 2 files changed, 36 insertions(+), 4 deletions(-) commit 2b62ccde943114ad2c8792fcba0f1c6eb0423474 -Author: sam +Author: sam Date: Wed Jul 16 23:24:06 2008 +0000 * bug-memory.c: fix the SIGSEGV unit test. @@ -1523,7 +1677,7 @@ Date: Wed Jul 16 23:24:06 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit c82abbd41abd4b662792f4e9b3ed7789b49463fa -Author: sam +Author: sam Date: Wed Jul 16 23:17:12 2008 +0000 * Support fsetpos64 on Linux. @@ -1533,7 +1687,7 @@ Date: Wed Jul 16 23:17:12 2008 +0000 2 files changed, 18 insertions(+), 3 deletions(-) commit e7e28cbfc3f3f028b1ef978c8a18b68042795da3 -Author: sam +Author: sam Date: Wed Jul 16 23:17:07 2008 +0000 * zzcat.c: partial fread() reads are undefined; avoid them in zzcat. @@ -1542,7 +1696,7 @@ Date: Wed Jul 16 23:17:07 2008 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit ca581ef8ed4183916053a489637ef989e9a59902 -Author: sam +Author: sam Date: Wed Jul 16 21:54:35 2008 +0000 * lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris. @@ -1551,7 +1705,7 @@ Date: Wed Jul 16 21:54:35 2008 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit 6058c733cbd11bdd1906d0f979067bbd7f5d35d4 -Author: sam +Author: sam Date: Wed Jul 16 21:45:44 2008 +0000 * lib-mem.c: add pre-include macros to get mmap and valloc on OpenSolaris. @@ -1560,7 +1714,7 @@ Date: Wed Jul 16 21:45:44 2008 +0000 1 files changed, 4 insertions(+), 0 deletions(-) commit 68adcf186a09133abe2565a81db38bd283878ef6 -Author: sam +Author: sam Date: Wed Jul 16 21:45:40 2008 +0000 * zzuf.c: rename sig2str to sig2name; the former is a Solaris libc symbol. @@ -1569,7 +1723,7 @@ Date: Wed Jul 16 21:45:40 2008 +0000 1 files changed, 3 insertions(+), 3 deletions(-) commit 0b9c8b4d1aefa9aeb37a6060c702a4976a3f8985 -Author: sam +Author: sam Date: Wed Jul 16 21:41:27 2008 +0000 * Another fucked commit... synchronise config.h and lib-stream.c. @@ -1578,7 +1732,7 @@ Date: Wed Jul 16 21:41:27 2008 +0000 1 files changed, 5 insertions(+), 5 deletions(-) commit f413e837f4e5ac9add7593ad824a7b4624cb06be -Author: sam +Author: sam Date: Wed Jul 16 21:37:12 2008 +0000 * lib-stream.c: try to make the __filbuf() implementation portable across @@ -1589,7 +1743,7 @@ Date: Wed Jul 16 21:37:12 2008 +0000 2 files changed, 21 insertions(+), 5 deletions(-) commit d412fe7381eb4bf31bc69bc371077513cab4d65d -Author: sam +Author: sam Date: Wed Jul 16 21:24:09 2008 +0000 * Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris. @@ -1600,7 +1754,7 @@ Date: Wed Jul 16 21:24:09 2008 +0000 3 files changed, 54 insertions(+), 16 deletions(-) commit aa047c898566278482244718d3745baca57a8eef -Author: sam +Author: sam Date: Wed Jul 16 21:03:37 2008 +0000 * check-utils: use tail -n X or tail -X depending on the platform. @@ -1609,7 +1763,7 @@ Date: Wed Jul 16 21:03:37 2008 +0000 1 files changed, 11 insertions(+), 4 deletions(-) commit 04576c27a78cc24f3e763d576fed2ebd4a37eff9 -Author: sam +Author: sam Date: Wed Jul 16 20:53:14 2008 +0000 * bootstrap: update bootstrapping script for OpenSolaris compatibility. @@ -1620,7 +1774,7 @@ Date: Wed Jul 16 20:53:14 2008 +0000 2 files changed, 22 insertions(+), 14 deletions(-) commit fcc51f964d5c44865bd78ce6298e4a0eeab68b4b -Author: sam +Author: sam Date: Wed Jul 16 20:36:58 2008 +0000 * Oops, forgot to check in check-md5. @@ -1629,7 +1783,7 @@ Date: Wed Jul 16 20:36:58 2008 +0000 1 files changed, 38 insertions(+), 0 deletions(-) commit fa18351b05735031a4234ce1f66a62cfbf5c6b6b -Author: sam +Author: sam Date: Wed Jul 16 20:36:14 2008 +0000 * Add a unit test for MD5 hashes. @@ -1643,7 +1797,7 @@ Date: Wed Jul 16 20:36:14 2008 +0000 6 files changed, 20 insertions(+), 29 deletions(-) commit c628f4cfc8ebab4e3e3e26d52ed7fca6842d1647 -Author: sam +Author: sam Date: Wed Jul 16 17:23:37 2008 +0000 * Add a bunch of unit tests to check for zzuf basic capabilities: SIGSEGV @@ -1664,7 +1818,7 @@ Date: Wed Jul 16 17:23:37 2008 +0000 12 files changed, 478 insertions(+), 206 deletions(-) commit 51aa538c8f2935cb3064ba8662fe63a58cd2e372 -Author: sam +Author: sam Date: Wed Jul 16 17:23:33 2008 +0000 * mygetopt.c: fix a parsing issue with short options. @@ -1673,7 +1827,7 @@ Date: Wed Jul 16 17:23:33 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 17aa5a43d22484586b2b09753446507611d0f0e4 -Author: sam +Author: sam Date: Wed Jul 16 17:23:29 2008 +0000 * Fix a few HP-UX warnings caused by missing headers. @@ -1684,7 +1838,7 @@ Date: Wed Jul 16 17:23:29 2008 +0000 3 files changed, 11 insertions(+), 7 deletions(-) commit eac7a73aef04249c393a9cef54d7ce01fc053b75 -Author: sam +Author: sam Date: Wed Jul 16 17:23:24 2008 +0000 * Split the test suite into the RNG test and the Unix utils test. @@ -1696,7 +1850,7 @@ Date: Wed Jul 16 17:23:24 2008 +0000 4 files changed, 206 insertions(+), 184 deletions(-) commit e902607b945acdc11edbb4ab9376dfa9df9bc28a -Author: sam +Author: sam Date: Wed Jul 16 09:52:08 2008 +0000 * zzuf.c: retrieve library object name from libtool's .la file so we don't @@ -1708,7 +1862,7 @@ Date: Wed Jul 16 09:52:08 2008 +0000 3 files changed, 8 insertions(+), 9 deletions(-) commit 22bbfe7ffc1967b0e3b9a8202888386360b43df4 -Author: sam +Author: sam Date: Wed Jul 16 09:52:02 2008 +0000 * Implement __srefill() for full HP-UX support on parisc-gcc. @@ -1719,7 +1873,7 @@ Date: Wed Jul 16 09:52:02 2008 +0000 3 files changed, 87 insertions(+), 11 deletions(-) commit 7166d404d50ee43c2b2e74fd5a643a932cf59f3f -Author: sam +Author: sam Date: Wed Jul 16 09:51:58 2008 +0000 * zzcat.c: compilation fix for missing headers. @@ -1728,7 +1882,7 @@ Date: Wed Jul 16 09:51:58 2008 +0000 1 files changed, 5 insertions(+), 1 deletions(-) commit 4db4da9e2c366cf783a372241d033857c6e3a593 -Author: sam +Author: sam Date: Wed Jul 16 09:51:53 2008 +0000 * testsuite.h: do not test for grep -a if the option is unknown. @@ -1737,7 +1891,7 @@ Date: Wed Jul 16 09:51:53 2008 +0000 1 files changed, 7 insertions(+), 3 deletions(-) commit 47230d033a3047ecf6b2677378e4c489c49d1637 -Author: sam +Author: sam Date: Tue Jul 15 21:34:14 2008 +0000 * Add a few _INCLUDE_POSIX_SOURCE defines here and there so that we build @@ -1752,7 +1906,7 @@ Date: Tue Jul 15 21:34:14 2008 +0000 6 files changed, 18 insertions(+), 3 deletions(-) commit a657d8d193bb487ddc59b339b7b68347f3b8e4ad -Author: sam +Author: sam Date: Tue Jul 15 20:16:15 2008 +0000 * testsuite.sh: use printf instead of echo -n for better portability. @@ -1761,7 +1915,7 @@ Date: Tue Jul 15 20:16:15 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 2634a32904d2a7a1f3e1aa378207eabe43dc7908 -Author: sam +Author: sam Date: Tue Jul 15 20:16:11 2008 +0000 * Implement additional functions required on HP-UX: __fopen64, __fseeko64, @@ -1774,7 +1928,7 @@ Date: Tue Jul 15 20:16:11 2008 +0000 4 files changed, 83 insertions(+), 31 deletions(-) commit b4cd604e3aa988483a247cc24f0fbf58ba009637 -Author: sam +Author: sam Date: Tue Jul 15 20:16:06 2008 +0000 * Build on HP-UX systems: disable unsupported warning flags, define @@ -1790,7 +1944,7 @@ Date: Tue Jul 15 20:16:06 2008 +0000 5 files changed, 44 insertions(+), 8 deletions(-) commit 7b961d0884058ac0c14ce4a1c3079824f2292925 -Author: sam +Author: sam Date: Tue Jul 15 20:16:02 2008 +0000 * configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer, @@ -1800,7 +1954,7 @@ Date: Tue Jul 15 20:16:02 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 2b528b9ae5421f5cbee784bec0c970f93d8e1049 -Author: sam +Author: sam Date: Tue Jul 15 20:15:58 2008 +0000 * zzuf.c: reformated the licensing information for zzuf -V. @@ -1809,7 +1963,7 @@ Date: Tue Jul 15 20:15:58 2008 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit 043173308b71665026159f0799306381176e39f6 -Author: sam +Author: sam Date: Tue Jul 15 20:15:53 2008 +0000 * lib-stream.c: remove an unused variable. @@ -1818,7 +1972,7 @@ Date: Tue Jul 15 20:15:53 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit aa632fa705e4385a517d273e6934923890ac314a -Author: sam +Author: sam Date: Tue Jul 15 20:15:47 2008 +0000 * Fix a compilation issue on FreeBSD by defining _BSD_SOURCE and including @@ -1829,7 +1983,7 @@ Date: Tue Jul 15 20:15:47 2008 +0000 2 files changed, 6 insertions(+), 1 deletions(-) commit f693089193adcbcce1d64c3a36a1c3ccf8b67104 -Author: sam +Author: sam Date: Tue Jul 15 20:15:43 2008 +0000 * Fix the Win32 package build. No, it still doesn't work, it just builds. @@ -1838,7 +1992,7 @@ Date: Tue Jul 15 20:15:43 2008 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit 67e7ce4cfca6a7c3884cc47c2651db647dd21c86 -Author: sam +Author: sam Date: Tue Jul 15 20:15:35 2008 +0000 * Set a default maximum memory usage value to avoid excessive swapping. @@ -1850,7 +2004,7 @@ Date: Tue Jul 15 20:15:35 2008 +0000 4 files changed, 12 insertions(+), 4 deletions(-) commit c62aa102d10b9efd52c832551bd234d1104e4a63 -Author: sam +Author: sam Date: Wed Jul 9 10:50:43 2008 +0000 * Ideas for a zzufrc file. @@ -1859,7 +2013,7 @@ Date: Wed Jul 9 10:50:43 2008 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit acb2eeefb22d770a90c4e947f9e3c9acedc4958a -Author: sam +Author: sam Date: Fri Jun 20 06:05:25 2008 +0000 * Run the testsuite when "make check" is called. @@ -1868,7 +2022,7 @@ Date: Fri Jun 20 06:05:25 2008 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit db8463a010d4f045b6efd8bed00238d748c1e151 -Author: sam +Author: sam Date: Fri Jun 20 06:05:13 2008 +0000 * Avoid a potential shared library attack by never looking for libzzuf in @@ -1878,7 +2032,7 @@ Date: Fri Jun 20 06:05:13 2008 +0000 1 files changed, 12 insertions(+), 9 deletions(-) commit 4445e4d91ca716e58d17f7c8ac36e335dfbe393d -Author: sam +Author: sam Date: Fri Jun 13 09:31:21 2008 +0000 * Version 0.12. @@ -1890,7 +2044,7 @@ Date: Fri Jun 13 09:31:21 2008 +0000 3 files changed, 782 insertions(+), 669 deletions(-) commit 9bdfb23af5611f775928a3d59cf9c2c5d485c6e1 -Author: sam +Author: sam Date: Fri Jun 13 09:31:17 2008 +0000 * Finished the libzzuf manual page. @@ -1899,7 +2053,7 @@ Date: Fri Jun 13 09:31:17 2008 +0000 1 files changed, 38 insertions(+), 27 deletions(-) commit b2a9bd1e49519ef729cf08fd2c334b05aad31cf6 -Author: sam +Author: sam Date: Tue Jun 10 16:21:22 2008 +0000 * Fix a crash in the realloc() wrapper occurring when dlsym() or dlopen() @@ -1909,7 +2063,7 @@ Date: Tue Jun 10 16:21:22 2008 +0000 1 files changed, 5 insertions(+), 1 deletions(-) commit e7512ba9002aac3da85786e416945b9b2271c1af -Author: sam +Author: sam Date: Tue Jun 10 16:21:17 2008 +0000 * Do not try to free() on buffers that have been allocated with the real @@ -1921,7 +2075,7 @@ Date: Tue Jun 10 16:21:17 2008 +0000 2 files changed, 10 insertions(+), 4 deletions(-) commit cec5bf9acf967ac2819c3a6c57366586af225040 -Author: sam +Author: sam Date: Tue Jun 10 16:21:11 2008 +0000 * Started writing a manual page for libzzuf. @@ -1932,7 +2086,7 @@ Date: Tue Jun 10 16:21:11 2008 +0000 3 files changed, 128 insertions(+), 47 deletions(-) commit f24ef88ab39ca93640531ca5b794d62be66e088e -Author: sam +Author: sam Date: Mon May 19 11:25:05 2008 +0000 * Change -M to mean mebibytes instead of megabytes, because I'm a fucking @@ -1944,7 +2098,7 @@ Date: Mon May 19 11:25:05 2008 +0000 3 files changed, 10 insertions(+), 9 deletions(-) commit 6fb1534dd3fb8a0aa70f002c69a335f8715df4a6 -Author: sam +Author: sam Date: Mon May 19 11:25:01 2008 +0000 * Change -F to -j, to mimic make. @@ -1954,7 +2108,7 @@ Date: Mon May 19 11:25:01 2008 +0000 2 files changed, 15 insertions(+), 12 deletions(-) commit 165cb3e1d88729e5e7c9b741d83a2d0a6b18918e -Author: sam +Author: sam Date: Mon May 19 11:24:56 2008 +0000 * Allow to omit the right-hand side of the seed range, for indefinite @@ -1965,7 +2119,7 @@ Date: Mon May 19 11:24:56 2008 +0000 2 files changed, 6 insertions(+), 2 deletions(-) commit 17f520620875c356ef8fefa8643b51717cc9a338 -Author: sam +Author: sam Date: Mon May 19 11:24:51 2008 +0000 * Clarify -C0 behaviour. @@ -1974,7 +2128,7 @@ Date: Mon May 19 11:24:51 2008 +0000 1 files changed, 5 insertions(+), 3 deletions(-) commit 72a58bd7258b83ebdca6065a4159f713109d0d82 -Author: sam +Author: sam Date: Mon May 19 11:24:46 2008 +0000 * Add SIGPIPE to the list of crashing signals. @@ -1983,7 +2137,7 @@ Date: Mon May 19 11:24:46 2008 +0000 1 files changed, 15 insertions(+), 14 deletions(-) commit 0d13041f540a4825962cf2fce0ff63686b6749e7 -Author: sam +Author: sam Date: Mon May 19 11:24:41 2008 +0000 * Fix an invalid cast on the Alpha architecture caused by sockaddr_in* @@ -1993,7 +2147,7 @@ Date: Mon May 19 11:24:41 2008 +0000 1 files changed, 9 insertions(+), 2 deletions(-) commit d8cdd907bbb6d0b45fa0303401378c4dccfe9dfd -Author: sam +Author: sam Date: Sun May 18 19:56:52 2008 +0000 * Version 0.11. @@ -2005,7 +2159,7 @@ Date: Sun May 18 19:56:52 2008 +0000 3 files changed, 3123 insertions(+), 2746 deletions(-) commit 8a012199697a3ea4a97b88c44de199be5b9b2b47 -Author: sam +Author: sam Date: Sun May 18 19:56:48 2008 +0000 * Minor memory and speed optimisation. @@ -2014,7 +2168,7 @@ Date: Sun May 18 19:56:48 2008 +0000 1 files changed, 5 insertions(+), 5 deletions(-) commit 55d6b282fe64d620c78b8758e02ad0ba394c4ae1 -Author: sam +Author: sam Date: Sun May 18 18:13:45 2008 +0000 * Start working on the internal code documentation. @@ -2025,7 +2179,7 @@ Date: Sun May 18 18:13:45 2008 +0000 3 files changed, 59 insertions(+), 12 deletions(-) commit b23e6f6d1ffe319bab701461046ab1b16ac86d87 -Author: sam +Author: sam Date: Sun May 18 12:38:37 2008 +0000 * Don't use `--' in the testsuite, it is no longer understood. @@ -2034,7 +2188,7 @@ Date: Sun May 18 12:38:37 2008 +0000 1 files changed, 12 insertions(+), 12 deletions(-) commit 6878caf0233304a9840890f4611841644d4c451b -Author: sam +Author: sam Date: Sun May 18 12:38:32 2008 +0000 * Implement getchar() and getchar_unlocked(). @@ -2044,7 +2198,7 @@ Date: Sun May 18 12:38:32 2008 +0000 2 files changed, 35 insertions(+), 16 deletions(-) commit 2195331d79b1d0f13bd1a7d0ac3368e46eb5b68c -Author: sam +Author: sam Date: Sun May 18 09:45:53 2008 +0000 * Minor changes: add quotes between launched program name, update copyright. @@ -2053,7 +2207,7 @@ Date: Sun May 18 09:45:53 2008 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 0310e6df18691d5cdf233ddd8705e81de34ce30c -Author: sam +Author: sam Date: Sun May 18 09:45:48 2008 +0000 * Make sure the fgets_unlocked() reimplementation uses fgetc_unlocked(), @@ -2063,7 +2217,7 @@ Date: Sun May 18 09:45:48 2008 +0000 1 files changed, 9 insertions(+), 9 deletions(-) commit 4f90c5cac54429a342cd3d89158c3ede9aa96a7a -Author: sam +Author: sam Date: Sat May 17 23:10:47 2008 +0000 * Implement fgets_unlocked() and fread_unlocked(). @@ -2073,7 +2227,7 @@ Date: Sat May 17 23:10:47 2008 +0000 2 files changed, 131 insertions(+), 96 deletions(-) commit 366d3e34344bbc1ca7375911f37e2885c5a0c36b -Author: sam +Author: sam Date: Sat May 17 23:10:41 2008 +0000 * Implement getc_unlocked() and fgetc_unlocked(). @@ -2083,7 +2237,7 @@ Date: Sat May 17 23:10:41 2008 +0000 2 files changed, 21 insertions(+), 1 deletions(-) commit 77696046ec0212a67e66fbcffc52480ea8fbe212 -Author: sam +Author: sam Date: Sat May 17 13:40:45 2008 +0000 * Document the new command line parsing behaviour. @@ -2092,7 +2246,7 @@ Date: Sat May 17 13:40:45 2008 +0000 1 files changed, 10 insertions(+), 9 deletions(-) commit fe0175caa122801c8bc52b125289e6ec953edacb -Author: sam +Author: sam Date: Sat May 17 13:40:40 2008 +0000 * No longer require the "--" trick to separate zzuf's flags and the called @@ -2102,7 +2256,7 @@ Date: Sat May 17 13:40:40 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 173639a25168855517211031178d4c8ceda416b5 -Author: sam +Author: sam Date: Fri May 16 22:01:18 2008 +0000 * Cosmetic: remove trailing spaces from the source code. @@ -2114,7 +2268,7 @@ Date: Fri May 16 22:01:18 2008 +0000 4 files changed, 9 insertions(+), 9 deletions(-) commit 85038d0d052fa2021440d33d36e24c460c4a8229 -Author: sam +Author: sam Date: Fri May 16 22:01:11 2008 +0000 * Add statistical analysis to the testsuite to check our random number @@ -2127,7 +2281,7 @@ Date: Fri May 16 22:01:11 2008 +0000 4 files changed, 153 insertions(+), 43 deletions(-) commit 3a16d81e016363d774124358758799a578fa9cdf -Author: sam +Author: sam Date: Fri May 16 22:01:07 2008 +0000 * Improve overall randomness. Now even close seeds have very different @@ -2137,7 +2291,7 @@ Date: Fri May 16 22:01:07 2008 +0000 1 files changed, 10 insertions(+), 2 deletions(-) commit ec33640c4c482a2516dad74e9167b160213505a1 -Author: sam +Author: sam Date: Fri May 16 22:01:03 2008 +0000 * Update TODO. @@ -2146,7 +2300,7 @@ Date: Fri May 16 22:01:03 2008 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 598a079e5c5cad2ee24f49b6d6831e09be3189a7 -Author: sam +Author: sam Date: Fri May 16 22:00:58 2008 +0000 * Update copyright and homepage in the manual page. @@ -2155,7 +2309,7 @@ Date: Fri May 16 22:00:58 2008 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 2fcd5443c4ae9410d253b6854e718d6b09618398 -Author: sam +Author: sam Date: Sat Apr 26 12:24:57 2008 +0000 * Implement dup() and dup2(). They are needed for Debian's implementation @@ -2168,7 +2322,7 @@ Date: Sat Apr 26 12:24:57 2008 +0000 4 files changed, 60 insertions(+), 4 deletions(-) commit 167c4bd6a0d95be6dc517ccbb4bbc55b45ab62ca -Author: sam +Author: sam Date: Sat Apr 26 11:30:45 2008 +0000 * Slightly updated the build system. @@ -2179,7 +2333,7 @@ Date: Sat Apr 26 11:30:45 2008 +0000 3 files changed, 24 insertions(+), 7 deletions(-) commit afa62fb3427277fface10233dfbb74f447fd4e21 -Author: sam +Author: sam Date: Sat Apr 12 07:44:34 2008 +0000 * Set minimal fuzzing ratio to 0.000000001% (less than one bit changed on @@ -2190,7 +2344,7 @@ Date: Sat Apr 12 07:44:34 2008 +0000 2 files changed, 5 insertions(+), 4 deletions(-) commit 154aeba35277db385d46a94330f696f2785b790e -Author: sam +Author: sam Date: Wed Apr 9 09:49:16 2008 +0000 * Implement %g in the debug() format string. Incomplete but useful. @@ -2199,7 +2353,7 @@ Date: Wed Apr 9 09:49:16 2008 +0000 1 files changed, 16 insertions(+), 0 deletions(-) commit d362b379676d6fb028d1620ceed5e5991d2353ef -Author: sam +Author: sam Date: Sat Nov 3 00:24:46 2007 +0000 * Version 0.10. @@ -2211,7 +2365,7 @@ Date: Sat Nov 3 00:24:46 2007 +0000 3 files changed, 112 insertions(+), 2 deletions(-) commit c43c65bc41859913b7ed93dacd49d3d16cbbc1de -Author: sam +Author: sam Date: Sat Nov 3 00:22:58 2007 +0000 * Link libzzuf with winsock because of our use of htons. @@ -2220,7 +2374,7 @@ Date: Sat Nov 3 00:22:58 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 3a67614e84d77eda502fa99b97bf18c67e50fcea -Author: sam +Author: sam Date: Sat Nov 3 00:14:40 2007 +0000 * Documentation updates. @@ -2229,7 +2383,7 @@ Date: Sat Nov 3 00:14:40 2007 +0000 1 files changed, 21 insertions(+), 11 deletions(-) commit 5e4355d4f7b887b1b19e6ea648fbbfa98b29b85d -Author: sam +Author: sam Date: Sat Nov 3 00:08:43 2007 +0000 * Do not fuzz non-IP network protocols. They’re too painful to fine-tune. @@ -2238,7 +2392,7 @@ Date: Sat Nov 3 00:08:43 2007 +0000 1 files changed, 5 insertions(+), 11 deletions(-) commit 2b366b6aeb34fc47f6ef4dceb6a85fb5e541411d -Author: sam +Author: sam Date: Fri Nov 2 23:34:22 2007 +0000 * Merged the bind() and connect() diversions using macros. They were almost @@ -2249,7 +2403,7 @@ Date: Fri Nov 2 23:34:22 2007 +0000 1 files changed, 41 insertions(+), 69 deletions(-) commit f724eaddbc5935c45c66f665c2810a17242a22b0 -Author: sam +Author: sam Date: Fri Nov 2 23:23:25 2007 +0000 * Divert connect() so that -p/--ports now works with outbound connections. @@ -2258,7 +2412,7 @@ Date: Fri Nov 2 23:23:25 2007 +0000 1 files changed, 46 insertions(+), 0 deletions(-) commit 36a1d6d638e666c43d233668b5b4a322887e1f88 -Author: sam +Author: sam Date: Fri Nov 2 23:22:11 2007 +0000 * Look for connect(). @@ -2267,7 +2421,7 @@ Date: Fri Nov 2 23:22:11 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 641fb3dfef07b1be67a3a2813ce95670db52feb7 -Author: sam +Author: sam Date: Fri Nov 2 23:07:41 2007 +0000 * Updated documentation. @@ -2276,7 +2430,7 @@ Date: Fri Nov 2 23:07:41 2007 +0000 1 files changed, 27 insertions(+), 14 deletions(-) commit b6158f9d44b968f08e3cda0abd91e5f5b35d1336 -Author: sam +Author: sam Date: Fri Nov 2 23:01:09 2007 +0000 * Fix a bug in the -p handling that made it opt-out instead of opt-in. @@ -2287,7 +2441,7 @@ Date: Fri Nov 2 23:01:09 2007 +0000 2 files changed, 7 insertions(+), 7 deletions(-) commit a9af95e4e80ba477a0b08fd9f0c1b4f3040419d5 -Author: sam +Author: sam Date: Fri Nov 2 22:45:54 2007 +0000 * Network destination port choosing with -p/--ports. @@ -2305,7 +2459,7 @@ Date: Fri Nov 2 22:45:54 2007 +0000 9 files changed, 95 insertions(+), 28 deletions(-) commit b5ac0ce54cd7ab10062c23edb5844450f7a71be0 -Author: sam +Author: sam Date: Fri Nov 2 21:50:08 2007 +0000 * Check for , it’s needed for struct sockaddr_in. @@ -2314,7 +2468,7 @@ Date: Fri Nov 2 21:50:08 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit ee8bae2f341cdf5155812858d0e01b444594ebe8 -Author: sam +Author: sam Date: Fri Nov 2 21:40:38 2007 +0000 * Support %d, %ld and %lld in addition to %i etc. in debug(). @@ -2323,7 +2477,7 @@ Date: Fri Nov 2 21:40:38 2007 +0000 1 files changed, 3 insertions(+), 3 deletions(-) commit a30236149611e24259264a01e372d0878b4d268f -Author: sam +Author: sam Date: Fri Nov 2 21:32:18 2007 +0000 * Log and divert bind() calls. @@ -2332,7 +2486,7 @@ Date: Fri Nov 2 21:32:18 2007 +0000 1 files changed, 33 insertions(+), 6 deletions(-) commit a37583961ae5c6bab6d4d8b42cc5df19e050066c -Author: sam +Author: sam Date: Fri Nov 2 21:16:57 2007 +0000 * Check for bind in the configure step. @@ -2341,7 +2495,7 @@ Date: Fri Nov 2 21:16:57 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 8015cefe33b79545c06eede75c5b818f32ada822 -Author: sam +Author: sam Date: Tue Jul 10 15:55:35 2007 +0000 * Version 0.9. For real, this time. @@ -2352,7 +2506,7 @@ Date: Tue Jul 10 15:55:35 2007 +0000 2 files changed, 57 insertions(+), 0 deletions(-) commit 82109307cb1fd2798602fba824ce3d80d40a290a -Author: sam +Author: sam Date: Tue Jul 10 15:42:37 2007 +0000 * Documented the new -T / --max-cpu flag. @@ -2361,7 +2515,7 @@ Date: Tue Jul 10 15:42:37 2007 +0000 1 files changed, 18 insertions(+), 4 deletions(-) commit 84dd6b2f10b1d9661c63113e6a5bce20525ba940 -Author: sam +Author: sam Date: Tue Jul 10 15:31:40 2007 +0000 * -M is megabytes, not bytes. Fixed --help output. @@ -2370,7 +2524,7 @@ Date: Tue Jul 10 15:31:40 2007 +0000 1 files changed, 6 insertions(+), 6 deletions(-) commit ea7d338f1ccb0350bc143233f77f572bb3544170 -Author: sam +Author: sam Date: Tue Jul 10 15:23:18 2007 +0000 * Implemented -T / --max-cpu for max CPU time limits. @@ -2381,7 +2535,7 @@ Date: Tue Jul 10 15:23:18 2007 +0000 3 files changed, 48 insertions(+), 12 deletions(-) commit 48d7ef78d2e06445061eaaaabad7346f92db3198 -Author: sam +Author: sam Date: Tue Jul 10 14:30:13 2007 +0000 * Rename -T to -t. -T will be the CPU time limit. @@ -2391,7 +2545,7 @@ Date: Tue Jul 10 14:30:13 2007 +0000 2 files changed, 9 insertions(+), 9 deletions(-) commit 6480d28eec195c23a5d14c2fe9a0a8371b9b6ab8 -Author: sam +Author: sam Date: Tue Jul 10 14:26:08 2007 +0000 * Rename ZZUF_RLIMIT_CONST into ZZUF_RLIMIT_MEM because we're going to have @@ -2401,7 +2555,7 @@ Date: Tue Jul 10 14:26:08 2007 +0000 1 files changed, 19 insertions(+), 13 deletions(-) commit a8a75acfa14c896c72cd7dbf7bc56e051aa39f6b -Author: sam +Author: sam Date: Tue Jul 10 09:01:12 2007 +0000 * Correct thinko in manpage. @@ -2410,7 +2564,7 @@ Date: Tue Jul 10 09:01:12 2007 +0000 1 files changed, 3 insertions(+), 2 deletions(-) commit a013023cbccb3d2bfe20e6a7d17e43b162078b99 -Author: sam +Author: sam Date: Tue Jul 10 00:24:35 2007 +0000 * Version 0.9. @@ -2422,7 +2576,7 @@ Date: Tue Jul 10 00:24:35 2007 +0000 3 files changed, 84 insertions(+), 2 deletions(-) commit dba3ff6a2103046dd2dba4ee263498634850938a -Author: sam +Author: sam Date: Mon Jul 9 23:51:49 2007 +0000 * Do not clobber LD_PRELOAD, patch by Sami Liedes. Heavily rewritten. @@ -2432,7 +2586,7 @@ Date: Mon Jul 9 23:51:49 2007 +0000 2 files changed, 23 insertions(+), 7 deletions(-) commit fa5646275d2e28dfd1c467c180a42787565d3c45 -Author: sam +Author: sam Date: Fri Jul 6 20:47:51 2007 +0000 * Renamed ranges_static into static_ranges. @@ -2443,7 +2597,7 @@ Date: Fri Jul 6 20:47:51 2007 +0000 3 files changed, 11 insertions(+), 10 deletions(-) commit 0698e4c74384530019b888948aeda8d270c0328d -Author: sam +Author: sam Date: Fri Jul 6 20:47:38 2007 +0000 * Documented -p/--pick in the man page. @@ -2452,7 +2606,7 @@ Date: Fri Jul 6 20:47:38 2007 +0000 1 files changed, 17 insertions(+), 1 deletions(-) commit 2a9e992aa5d22c23a685a59bd28513eacdebd6ce -Author: sam +Author: sam Date: Fri Jul 6 14:39:39 2007 +0000 * Factored common range-parsing code. @@ -2465,7 +2619,7 @@ Date: Fri Jul 6 14:39:39 2007 +0000 5 files changed, 118 insertions(+), 84 deletions(-) commit 13e400ace8a560f60d43d06de1b1fec602726af8 -Author: sam +Author: sam Date: Fri Jul 6 13:40:55 2007 +0000 * Added -p flag to cherry pick file descriptors that get fuzzed. @@ -2484,7 +2638,7 @@ Date: Fri Jul 6 13:40:55 2007 +0000 11 files changed, 119 insertions(+), 26 deletions(-) commit 51c22666edd63a7dc60412de9df931dfe2622b33 -Author: sam +Author: sam Date: Fri Jul 6 13:34:38 2007 +0000 * Allow to use debug() everywhere in the code; it'll just do nothing in @@ -2494,7 +2648,7 @@ Date: Fri Jul 6 13:34:38 2007 +0000 1 files changed, 5 insertions(+), 1 deletions(-) commit 4500fde8e6b7184faa5d64cb2e025e952c678345 -Author: sam +Author: sam Date: Fri Jul 6 13:31:23 2007 +0000 * Add -DLIBZZUF to the libzzuf build. @@ -2503,7 +2657,7 @@ Date: Fri Jul 6 13:31:23 2007 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit a0f92cc7a9753cdfa9b3d680b5edf0fecb746ef2 -Author: sam +Author: sam Date: Thu Mar 1 23:57:14 2007 +0000 * Version 0.8.1. @@ -2515,7 +2669,7 @@ Date: Thu Mar 1 23:57:14 2007 +0000 3 files changed, 48 insertions(+), 2 deletions(-) commit 3ff283422d19673ac90aebd32ed76fcafba373da -Author: sam +Author: sam Date: Thu Mar 1 23:53:51 2007 +0000 * Save errno in offset_check, thanks to Sami Liedes. @@ -2524,7 +2678,7 @@ Date: Thu Mar 1 23:53:51 2007 +0000 1 files changed, 4 insertions(+), 1 deletions(-) commit 5f538eeb17ec50904618e34a695ef3d852cd82d6 -Author: sam +Author: sam Date: Thu Mar 1 23:52:00 2007 +0000 * Removed spurious verbosity, thanks to Sami Liedes. @@ -2533,7 +2687,7 @@ Date: Thu Mar 1 23:52:00 2007 +0000 1 files changed, 0 insertions(+), 1 deletions(-) commit b1c4e08f1fa877bd97dcb37c11ba71f8d00268ed -Author: sam +Author: sam Date: Sat Feb 24 17:37:46 2007 +0000 * Cleaned up md5.c. @@ -2545,7 +2699,7 @@ Date: Sat Feb 24 17:37:46 2007 +0000 2 files changed, 61 insertions(+), 59 deletions(-) commit 53b3e8017e9de57b45fb438f2484ed5d52408c02 -Author: sam +Author: sam Date: Sat Feb 24 16:37:12 2007 +0000 * Version 0.8. @@ -2557,7 +2711,7 @@ Date: Sat Feb 24 16:37:12 2007 +0000 3 files changed, 207 insertions(+), 2 deletions(-) commit 7399adbe977b9c09d5e1e3eb34afccc817b04802 -Author: sam +Author: sam Date: Sat Feb 24 16:32:54 2007 +0000 * Fix WTFPL address. @@ -2566,7 +2720,7 @@ Date: Sat Feb 24 16:32:54 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 3e8348887a61ce7bbf751120cbb3510cf9927de0 -Author: sam +Author: sam Date: Sat Feb 24 16:20:42 2007 +0000 * Minor win32 cosmetic updates. @@ -2575,7 +2729,7 @@ Date: Sat Feb 24 16:20:42 2007 +0000 1 files changed, 15 insertions(+), 14 deletions(-) commit aadd0d1a56d6b246294875cd1aa6f5dfd0bf7359 -Author: sam +Author: sam Date: Tue Feb 20 18:18:27 2007 +0000 * OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON. @@ -2584,7 +2738,7 @@ Date: Tue Feb 20 18:18:27 2007 +0000 1 files changed, 4 insertions(+), 0 deletions(-) commit 79f35f770e0326c476ec08ab2c20308baa6ec239 -Author: sam +Author: sam Date: Mon Feb 19 10:28:16 2007 +0000 * Use mmap() instead of malloc() in the mmap() reimplementation so that @@ -2594,7 +2748,7 @@ Date: Mon Feb 19 10:28:16 2007 +0000 1 files changed, 15 insertions(+), 5 deletions(-) commit 68c3ce62371e6745e1e413e4a1290deed9d885f7 -Author: sam +Author: sam Date: Mon Feb 19 10:26:41 2007 +0000 * Check for getpagesize() at configure time. @@ -2603,7 +2757,7 @@ Date: Mon Feb 19 10:26:41 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c37047b5153af8d41b6fdd715d0cf4053ce4fb4 -Author: sam +Author: sam Date: Mon Feb 19 10:25:54 2007 +0000 * Check mmap() return value. @@ -2613,7 +2767,7 @@ Date: Mon Feb 19 10:25:54 2007 +0000 1 files changed, 14 insertions(+), 4 deletions(-) commit 555502122bd0bcb99c667b14f340033c460e7af4 -Author: sam +Author: sam Date: Mon Feb 19 09:28:52 2007 +0000 * Oops, fix compilation warning. @@ -2622,7 +2776,7 @@ Date: Mon Feb 19 09:28:52 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit a482e0becc8f63917dcf466cf8153cf45c243d20 -Author: sam +Author: sam Date: Mon Feb 19 09:16:10 2007 +0000 * Added mmap() to the testsuite. @@ -2632,7 +2786,7 @@ Date: Mon Feb 19 09:16:10 2007 +0000 2 files changed, 25 insertions(+), 2 deletions(-) commit d4c5389b2bdc703ded03b2b15090af48792bc156 -Author: sam +Author: sam Date: Fri Feb 9 01:52:59 2007 +0000 * Improved win32 pipes. @@ -2641,7 +2795,7 @@ Date: Fri Feb 9 01:52:59 2007 +0000 1 files changed, 4 insertions(+), 3 deletions(-) commit 3b059b7987e8f1ad852aa73b5084580079025a12 -Author: sam +Author: sam Date: Fri Feb 9 01:33:02 2007 +0000 * Use doubles, not float. Fixes an issue when using the default ratio value. @@ -2651,7 +2805,7 @@ Date: Fri Feb 9 01:33:02 2007 +0000 2 files changed, 79 insertions(+), 75 deletions(-) commit f75d9ac051b4d8162c9abf905d9f8ae645cf0021 -Author: sam +Author: sam Date: Thu Feb 8 23:08:38 2007 +0000 * Disable -M when setrlimit isn't available. @@ -2660,7 +2814,7 @@ Date: Thu Feb 8 23:08:38 2007 +0000 1 files changed, 13 insertions(+), 2 deletions(-) commit 5c36363504617bb94c43977ada24de0f6daa4309 -Author: sam +Author: sam Date: Thu Feb 8 21:51:37 2007 +0000 * OpenBSD support for setrlimit(). @@ -2670,7 +2824,7 @@ Date: Thu Feb 8 21:51:37 2007 +0000 2 files changed, 3 insertions(+), 2 deletions(-) commit ffb7d8acf3f83e3aa3e75007997c32ac948934c2 -Author: sam +Author: sam Date: Thu Feb 8 17:23:48 2007 +0000 * Handle architectures that don't have RLIMIT_AS (like OpenBSD). @@ -2680,7 +2834,7 @@ Date: Thu Feb 8 17:23:48 2007 +0000 2 files changed, 11 insertions(+), 2 deletions(-) commit 7c708caf85faaf4a7c539739bd691c583bc0567f -Author: sam +Author: sam Date: Fri Feb 2 11:58:06 2007 +0000 * Fixed more MSVC compilation warnings. @@ -2693,7 +2847,7 @@ Date: Fri Feb 2 11:58:06 2007 +0000 5 files changed, 11 insertions(+), 10 deletions(-) commit 35095929e22fca97ca4c3e54ca9023fc5c00ce88 -Author: sam +Author: sam Date: Fri Feb 2 11:29:27 2007 +0000 * Fixed a minor warning and commented our printf-like function. @@ -2702,7 +2856,7 @@ Date: Fri Feb 2 11:29:27 2007 +0000 1 files changed, 10 insertions(+), 13 deletions(-) commit 0a6d1d5c0047086a86d7195cf70adfc96f1faa5b -Author: sam +Author: sam Date: Thu Feb 1 22:50:34 2007 +0000 * Added mygetopt files to the MSVC project. @@ -2711,7 +2865,7 @@ Date: Thu Feb 1 22:50:34 2007 +0000 1 files changed, 6 insertions(+), 0 deletions(-) commit 7ca5ac191fafa696003ab2005a7cae7ae0a7727f -Author: sam +Author: sam Date: Thu Feb 1 22:33:07 2007 +0000 * Reimplemented getopt_long. We use our replacement even if simple getopt @@ -2725,7 +2879,7 @@ Date: Thu Feb 1 22:33:07 2007 +0000 5 files changed, 212 insertions(+), 97 deletions(-) commit c4bc06ccc4fb12b17c657a1bb89bf3feb68b2f2a -Author: sam +Author: sam Date: Thu Feb 1 22:20:48 2007 +0000 * Fixed a few signed/unsigned confusions. @@ -2736,7 +2890,7 @@ Date: Thu Feb 1 22:20:48 2007 +0000 3 files changed, 5 insertions(+), 5 deletions(-) commit 03ac083b79a6486a46eb390c80e6c0d81bbd43d6 -Author: sam +Author: sam Date: Thu Feb 1 19:27:21 2007 +0000 * Fuck notepad and its fucking CRLFs. @@ -2745,7 +2899,7 @@ Date: Thu Feb 1 19:27:21 2007 +0000 1 files changed, 83 insertions(+), 83 deletions(-) commit b2bfc3cc1c03786104b4f06b692ac49005a06b97 -Author: sam +Author: sam Date: Thu Feb 1 18:19:03 2007 +0000 * Fixed a few 64-bit issues reported by MSVC. @@ -2763,7 +2917,7 @@ Date: Thu Feb 1 18:19:03 2007 +0000 9 files changed, 108 insertions(+), 100 deletions(-) commit ce794ecefcbea23e4958077c690e266c7f37ab27 -Author: sam +Author: sam Date: Thu Feb 1 16:41:54 2007 +0000 * Added an MSVC project. @@ -2776,7 +2930,7 @@ Date: Thu Feb 1 16:41:54 2007 +0000 5 files changed, 448 insertions(+), 6 deletions(-) commit 5ecc0cd95aae02de6702af8df7baa7acc8e8e132 -Author: sam +Author: sam Date: Thu Feb 1 16:08:33 2007 +0000 * Check for , too. MSVC doesn't have it. @@ -2792,7 +2946,7 @@ Date: Thu Feb 1 16:08:33 2007 +0000 8 files changed, 20 insertions(+), 8 deletions(-) commit fda34eaef8e033e5d6996c303133595f1fae7430 -Author: sam +Author: sam Date: Thu Feb 1 15:57:10 2007 +0000 * Only include conditionally. @@ -2803,7 +2957,7 @@ Date: Thu Feb 1 15:57:10 2007 +0000 3 files changed, 4 insertions(+), 3 deletions(-) commit 88bd22bb3f3d007d70f99980dc716878775cc188 -Author: sam +Author: sam Date: Sun Jan 28 01:17:49 2007 +0000 * Version 0.7. @@ -2815,7 +2969,7 @@ Date: Sun Jan 28 01:17:49 2007 +0000 3 files changed, 130 insertions(+), 2 deletions(-) commit 0867c50fbe1856118459e194964e89975a2c4a20 -Author: sam +Author: sam Date: Sun Jan 28 00:53:19 2007 +0000 * Merged fdcat and streamcat into zzcat. @@ -2828,7 +2982,7 @@ Date: Sun Jan 28 00:53:19 2007 +0000 5 files changed, 118 insertions(+), 161 deletions(-) commit 21a27a53177eac9270b93fa40c35e218d286e2de -Author: sam +Author: sam Date: Sun Jan 28 00:50:53 2007 +0000 * Print "EOF" instead of -1 when it means EOF. @@ -2837,7 +2991,7 @@ Date: Sun Jan 28 00:50:53 2007 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit 0ea0389f79de7785206506c5737e99633acb44fb -Author: sam +Author: sam Date: Sun Jan 28 00:22:23 2007 +0000 * Oops, fixed syntax error. @@ -2846,7 +3000,7 @@ Date: Sun Jan 28 00:22:23 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 1e5d26591bb85d1a33b6dcd60bbc56b7d3b37f2e -Author: sam +Author: sam Date: Sun Jan 28 00:21:58 2007 +0000 * Better debug messages for special cases (eg. fgetc returning -1). @@ -2855,7 +3009,7 @@ Date: Sun Jan 28 00:21:58 2007 +0000 1 files changed, 9 insertions(+), 2 deletions(-) commit 7aacef91a13851a3bb1fb81725a0fa622dbe522d -Author: sam +Author: sam Date: Sat Jan 27 21:40:31 2007 +0000 * Updated testsuite to use our own files instead of /dev/*. @@ -2869,7 +3023,7 @@ Date: Sat Jan 27 21:40:31 2007 +0000 6 files changed, 459 insertions(+), 38 deletions(-) commit 5aaac19407fde552b9b4d7188931c48092b61069 -Author: sam +Author: sam Date: Sat Jan 27 19:05:46 2007 +0000 * Implemented -f/--fuzzing (fuzzing mode). @@ -2883,7 +3037,7 @@ Date: Sat Jan 27 19:05:46 2007 +0000 6 files changed, 73 insertions(+), 13 deletions(-) commit c253e61cee6f2004901eec04b9b807773d0b1068 -Author: sam +Author: sam Date: Sat Jan 27 15:13:34 2007 +0000 * Better ungetc() implementation. Now we don't need to care about the @@ -2896,7 +3050,7 @@ Date: Sat Jan 27 15:13:34 2007 +0000 4 files changed, 20 insertions(+), 12 deletions(-) commit 7bb45612e2bbf36c78b9cdc95563ee4c9e0dae6d -Author: sam +Author: sam Date: Thu Jan 25 22:34:28 2007 +0000 * Carry DEBUG_FILENO in the ZZUF_DEBUG environment variable. @@ -2909,7 +3063,7 @@ Date: Thu Jan 25 22:34:28 2007 +0000 5 files changed, 35 insertions(+), 34 deletions(-) commit 9c75d64d33cc8960e22aac2600afb5ac8edc7058 -Author: sam +Author: sam Date: Thu Jan 25 22:07:23 2007 +0000 * Initialise malloc-related functions earlier. They're needed for regex @@ -2919,7 +3073,7 @@ Date: Thu Jan 25 22:07:23 2007 +0000 1 files changed, 3 insertions(+), 1 deletions(-) commit 2cad7c8c277a0b948f74b3b6a28e323dc1f5c99c -Author: sam +Author: sam Date: Thu Jan 25 21:43:37 2007 +0000 * Put a few debug messages in malloc-related functions when they use our @@ -2929,7 +3083,7 @@ Date: Thu Jan 25 21:43:37 2007 +0000 1 files changed, 7 insertions(+), 0 deletions(-) commit 211870d75e2e86c9804c1ddc2b366be3ee52b70d -Author: sam +Author: sam Date: Thu Jan 25 20:18:34 2007 +0000 * Updated NEWS. @@ -2938,7 +3092,7 @@ Date: Thu Jan 25 20:18:34 2007 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit 0227f9b36ea5a3456d7f980b7fcacb55569ff358 -Author: sam +Author: sam Date: Thu Jan 25 19:55:20 2007 +0000 * Crap! Fixed memory manager initialisation. And sticking that into the @@ -2950,7 +3104,7 @@ Date: Thu Jan 25 19:55:20 2007 +0000 3 files changed, 13 insertions(+), 1 deletions(-) commit 7bc4184eb259c03bee220bebf9b4f22c81da314a -Author: sam +Author: sam Date: Thu Jan 25 16:56:22 2007 +0000 * Version 0.6.1. @@ -2962,7 +3116,7 @@ Date: Thu Jan 25 16:56:22 2007 +0000 3 files changed, 38 insertions(+), 2 deletions(-) commit 2cfd6dc543da53a2b3005bfdd18a8f8116a9d74e -Author: sam +Author: sam Date: Thu Jan 25 15:33:22 2007 +0000 * More verbosity in fread(). @@ -2971,7 +3125,7 @@ Date: Thu Jan 25 15:33:22 2007 +0000 1 files changed, 13 insertions(+), 2 deletions(-) commit f5a48c25b141d5fb0b827fafb39a4d1660aff20d -Author: sam +Author: sam Date: Thu Jan 25 15:28:24 2007 +0000 * Fixed an index inconsistency bug in fread(). @@ -2980,7 +3134,7 @@ Date: Thu Jan 25 15:28:24 2007 +0000 1 files changed, 4 insertions(+), 1 deletions(-) commit d603953fb925367cf2d282d6ec7939da96e59fbf -Author: sam +Author: sam Date: Thu Jan 25 14:56:18 2007 +0000 * Grrr, fixed a bug in finfo() that corrupted the display. @@ -2989,7 +3143,7 @@ Date: Thu Jan 25 14:56:18 2007 +0000 1 files changed, 12 insertions(+), 12 deletions(-) commit 126441f91deaf5fea92aefdc79714f2984daf489 -Author: sam +Author: sam Date: Thu Jan 25 13:28:40 2007 +0000 * Version 0.6. @@ -3002,7 +3156,7 @@ Date: Thu Jan 25 13:28:40 2007 +0000 4 files changed, 385 insertions(+), 32 deletions(-) commit a3b6f5242d5f303d0f6617b2d9d9a0e826492637 -Author: sam +Author: sam Date: Thu Jan 25 12:15:47 2007 +0000 * Added a networking example using socat. @@ -3011,7 +3165,7 @@ Date: Thu Jan 25 12:15:47 2007 +0000 1 files changed, 7 insertions(+), 0 deletions(-) commit 2cb2bb91d3ff787231c353637692098af07dc287 -Author: sam +Author: sam Date: Thu Jan 25 11:59:33 2007 +0000 * Oops, fix in-tree preloading! @@ -3021,7 +3175,7 @@ Date: Thu Jan 25 11:59:33 2007 +0000 2 files changed, 9 insertions(+), 7 deletions(-) commit 051665e7ccaccc5a9d3c70de4c1841912d9051e5 -Author: sam +Author: sam Date: Thu Jan 25 11:47:44 2007 +0000 * Put opts->bytes handling in the right place. @@ -3030,7 +3184,7 @@ Date: Thu Jan 25 11:47:44 2007 +0000 1 files changed, 2 insertions(+), 5 deletions(-) commit 0f0620a7e8840aa153052a705c432b5716e6f507 -Author: sam +Author: sam Date: Thu Jan 25 11:40:27 2007 +0000 * Implemented -b/--bytes to restrict fuzzing to specific offsets. @@ -3045,7 +3199,7 @@ Date: Thu Jan 25 11:40:27 2007 +0000 7 files changed, 114 insertions(+), 30 deletions(-) commit 5b9cc9ef26d5f4dfbe04835f0ea884f903143004 -Author: sam +Author: sam Date: Thu Jan 25 02:16:00 2007 +0000 * Fixed ifdef typo. @@ -3054,7 +3208,7 @@ Date: Thu Jan 25 02:16:00 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit abfa806d1873d1e13e23e1e07e8f7a8315f37519 -Author: sam +Author: sam Date: Thu Jan 25 01:10:10 2007 +0000 * Updated TODO list. @@ -3063,7 +3217,7 @@ Date: Thu Jan 25 01:10:10 2007 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit 49aca7e7e5b3b511d3d259c180a8375c0f3e0bd8 -Author: sam +Author: sam Date: Wed Jan 24 15:06:17 2007 +0000 * Added DLL injection to the Win32 port attempt. @@ -3077,7 +3231,7 @@ Date: Wed Jan 24 15:06:17 2007 +0000 6 files changed, 309 insertions(+), 71 deletions(-) commit 0a51b0d9cf032da94b1d6ee3b500f5555fb98d54 -Author: sam +Author: sam Date: Tue Jan 23 15:38:18 2007 +0000 * Added DLL initialisation code for Win32. @@ -3094,7 +3248,7 @@ Date: Tue Jan 23 15:38:18 2007 +0000 9 files changed, 222 insertions(+), 18 deletions(-) commit dbba79b87a77149178da7d64f45db5b63736e7da -Author: sam +Author: sam Date: Tue Jan 23 12:16:50 2007 +0000 * Fix minor memory leak. @@ -3103,7 +3257,7 @@ Date: Tue Jan 23 12:16:50 2007 +0000 1 files changed, 7 insertions(+), 0 deletions(-) commit 8c133628484a390c6f8ddc9069e9ad9125c70ea9 -Author: sam +Author: sam Date: Tue Jan 23 08:45:47 2007 +0000 * Put either ORIG() or NEW(() around functions, because the naming scheme is @@ -3118,7 +3272,7 @@ Date: Tue Jan 23 08:45:47 2007 +0000 6 files changed, 174 insertions(+), 162 deletions(-) commit 43989d8729a927d9b0b3ea8c6d7cf1f3c8b3b9c7 -Author: sam +Author: sam Date: Thu Jan 18 21:04:34 2007 +0000 * Minor documentation updates. @@ -3128,7 +3282,7 @@ Date: Thu Jan 18 21:04:34 2007 +0000 2 files changed, 6 insertions(+), 6 deletions(-) commit 2ee5f1dae7f12321fad014532ed1b4d477aea0c7 -Author: sam +Author: sam Date: Thu Jan 18 18:45:58 2007 +0000 * Minor improvement in the locking mechanism. @@ -3138,7 +3292,7 @@ Date: Thu Jan 18 18:45:58 2007 +0000 2 files changed, 8 insertions(+), 9 deletions(-) commit 27e5de91475bf2abfa81c051be04c40d1ed723ef -Author: sam +Author: sam Date: Thu Jan 18 12:32:31 2007 +0000 * Check recv() return type: int on Linux, ssize_t on OS X. @@ -3148,7 +3302,7 @@ Date: Thu Jan 18 12:32:31 2007 +0000 2 files changed, 15 insertions(+), 6 deletions(-) commit b09372fe8d0f5ce9291ba390ee01b510b48d250a -Author: sam +Author: sam Date: Thu Jan 18 00:21:07 2007 +0000 * Added enough autoconf checks and #ifdefs so that libzzuf builds on Win32. @@ -3166,7 +3320,7 @@ Date: Thu Jan 18 00:21:07 2007 +0000 9 files changed, 232 insertions(+), 73 deletions(-) commit 37c26496b451f74cdab930ab7ee21a1f002e5f5f -Author: sam +Author: sam Date: Wed Jan 17 21:52:44 2007 +0000 * Replaced _zz_disabled with a less stinky API. Still not thread safe, does @@ -3181,7 +3335,7 @@ Date: Wed Jan 17 21:52:44 2007 +0000 6 files changed, 90 insertions(+), 48 deletions(-) commit cdf161608c05122bc57c38bdf2eacac0494786a9 -Author: sam +Author: sam Date: Wed Jan 17 21:12:27 2007 +0000 * Added aio_read() and aio_return(). They don’t work well yet, I’ll need @@ -3194,7 +3348,7 @@ Date: Wed Jan 17 21:12:27 2007 +0000 4 files changed, 55 insertions(+), 5 deletions(-) commit 616829f8634dc509b8debb7d30c282be89ccb3bb -Author: sam +Author: sam Date: Wed Jan 17 19:48:23 2007 +0000 * Reorganised code, got rid of global variables. @@ -3206,7 +3360,7 @@ Date: Wed Jan 17 19:48:23 2007 +0000 4 files changed, 297 insertions(+), 193 deletions(-) commit 25e26576e3cafe6ccfbd46fac35b10e29a198ebb -Author: sam +Author: sam Date: Wed Jan 17 17:14:22 2007 +0000 * recvmsg() support by Rémi Denis-Courmont. @@ -3218,7 +3372,7 @@ Date: Wed Jan 17 17:14:22 2007 +0000 3 files changed, 60 insertions(+), 32 deletions(-) commit 6391dda196b9ed90e36b303fb2304904d4d3e17b -Author: sam +Author: sam Date: Wed Jan 17 16:32:45 2007 +0000 * Improved recvfrom() debug information. @@ -3228,7 +3382,7 @@ Date: Wed Jan 17 16:32:45 2007 +0000 1 files changed, 40 insertions(+), 7 deletions(-) commit 1f207fbdd82bcb9f454de6060f9076c0a3fccb64 -Author: sam +Author: sam Date: Wed Jan 17 16:26:40 2007 +0000 * Add %x to the format string parameters supported by debug(). @@ -3237,7 +3391,7 @@ Date: Wed Jan 17 16:26:40 2007 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit 0a9f3051c622db53352dbc95e01545e20212a366 -Author: sam +Author: sam Date: Wed Jan 17 15:31:40 2007 +0000 * Improved %c usage in our custom fprintf() implementation. @@ -3247,7 +3401,7 @@ Date: Wed Jan 17 15:31:40 2007 +0000 2 files changed, 9 insertions(+), 9 deletions(-) commit 10f5871609a410b7b225e14a51a18efac3dc6381 -Author: sam +Author: sam Date: Wed Jan 17 15:21:09 2007 +0000 * Use __func__ wherever possible. @@ -3260,7 +3414,7 @@ Date: Wed Jan 17 15:21:09 2007 +0000 5 files changed, 61 insertions(+), 49 deletions(-) commit c6aa547ceb74a0226f47359be971ca09f87cb506 -Author: sam +Author: sam Date: Wed Jan 17 15:07:35 2007 +0000 * recvfrom() support from Dominik Kuhlen. @@ -3271,7 +3425,7 @@ Date: Wed Jan 17 15:07:35 2007 +0000 3 files changed, 35 insertions(+), 1 deletions(-) commit 831c29045116d3a3690a363785e508364bd5818d -Author: sam +Author: sam Date: Wed Jan 17 15:02:05 2007 +0000 * Print "NULL" instead of "(nil)" when printing null pointers. @@ -3280,7 +3434,7 @@ Date: Wed Jan 17 15:02:05 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit c00ae0099af84dd8711e6cedc426128ecd8199a6 -Author: sam +Author: sam Date: Wed Jan 17 14:35:12 2007 +0000 * Allow -r 0.0 again. Fixed the testsuite accordingly. @@ -3290,7 +3444,7 @@ Date: Wed Jan 17 14:35:12 2007 +0000 2 files changed, 22 insertions(+), 2 deletions(-) commit 2a5326a69ef6ce86b261970ed352d920dd534d64 -Author: sam +Author: sam Date: Wed Jan 17 13:46:38 2007 +0000 * Moved files around. @@ -3309,7 +3463,7 @@ Date: Wed Jan 17 13:46:38 2007 +0000 11 files changed, 1348 insertions(+), 1348 deletions(-) commit f685c88375b666876ed034a9cf15458497ea6b96 -Author: sam +Author: sam Date: Wed Jan 17 13:42:18 2007 +0000 * Suggest jot instead of seq in the examples. @@ -3318,7 +3472,7 @@ Date: Wed Jan 17 13:42:18 2007 +0000 1 files changed, 11 insertions(+), 9 deletions(-) commit 10d4511b58547dcac91305c206e670a60bb6a1be -Author: sam +Author: sam Date: Wed Jan 17 07:22:10 2007 +0000 * Fix a longopt parsing crash, thanks to Matti Hämäläinen. @@ -3327,7 +3481,7 @@ Date: Wed Jan 17 07:22:10 2007 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit f757f49d51d49b3277f51676be6af2a717413d7d -Author: sam +Author: sam Date: Wed Jan 17 07:21:40 2007 +0000 * Fix testsuite by printing MD5 hashes to stdout. @@ -3337,7 +3491,7 @@ Date: Wed Jan 17 07:21:40 2007 +0000 2 files changed, 7 insertions(+), 4 deletions(-) commit 4bcb10325a090f40ec7115136b797922417fb811 -Author: sam +Author: sam Date: Tue Jan 16 14:36:33 2007 +0000 * Got rid of the *_load() functions. Now each diverted function is supposed @@ -3352,7 +3506,7 @@ Date: Tue Jan 16 14:36:33 2007 +0000 6 files changed, 11 insertions(+), 103 deletions(-) commit 090bcb800f3ed266136bbd1807c8a4db9e147f31 -Author: sam +Author: sam Date: Tue Jan 16 14:21:28 2007 +0000 * pread() implementation, thanks to Clément Stenac. @@ -3363,7 +3517,7 @@ Date: Tue Jan 16 14:21:28 2007 +0000 3 files changed, 40 insertions(+), 2 deletions(-) commit d228086399957bba9a211649e4b8a03fb9a9c39f -Author: sam +Author: sam Date: Tue Jan 16 14:06:57 2007 +0000 * Don't do the offset sanity check on non-seekable devices. @@ -3372,7 +3526,7 @@ Date: Tue Jan 16 14:06:57 2007 +0000 1 files changed, 3 insertions(+), 2 deletions(-) commit fbc569c967df2506411454607eb10fd6d5b8f39c -Author: sam +Author: sam Date: Tue Jan 16 13:54:34 2007 +0000 * readv() implementation, thanks to Rémi Denis-Courmont. @@ -3383,7 +3537,7 @@ Date: Tue Jan 16 13:54:34 2007 +0000 3 files changed, 53 insertions(+), 11 deletions(-) commit f07251d9f2876021e32806c95582b99aa0318313 -Author: sam +Author: sam Date: Mon Jan 15 13:28:19 2007 +0000 * Use seq instead of awk in the example, to make shorter code. I know it @@ -3393,7 +3547,7 @@ Date: Mon Jan 15 13:28:19 2007 +0000 1 files changed, 1 insertions(+), 3 deletions(-) commit 7233748dd9cfe1ebc7e959a6ecb2372d228e6f7d -Author: sam +Author: sam Date: Sun Jan 14 23:56:39 2007 +0000 * Version 0.5. @@ -3406,7 +3560,7 @@ Date: Sun Jan 14 23:56:39 2007 +0000 4 files changed, 188 insertions(+), 3 deletions(-) commit f4f8f289173d4f4f97f1b82cebaa8dd4786c9c59 -Author: sam +Author: sam Date: Sun Jan 14 23:42:34 2007 +0000 * interval -> range. @@ -3415,7 +3569,7 @@ Date: Sun Jan 14 23:42:34 2007 +0000 1 files changed, 7 insertions(+), 7 deletions(-) commit e75edd4cdcc7f00172b5e19e3d925d851d67f27c -Author: sam +Author: sam Date: Sun Jan 14 23:41:03 2007 +0000 * Support ranges with the -r flag. @@ -3430,7 +3584,7 @@ Date: Sun Jan 14 23:41:03 2007 +0000 7 files changed, 134 insertions(+), 83 deletions(-) commit 50685b028b1aca810e99992a2b6e41cec18f2f15 -Author: sam +Author: sam Date: Sun Jan 14 20:47:18 2007 +0000 * Oops, ratio should be a double, not a float. @@ -3442,7 +3596,7 @@ Date: Sun Jan 14 20:47:18 2007 +0000 4 files changed, 7 insertions(+), 7 deletions(-) commit c376af60fc3be24137e11df9b3bc3cef5e013e6b -Author: sam +Author: sam Date: Sun Jan 14 20:28:09 2007 +0000 * Exit non-zero if one process crashed. @@ -3452,7 +3606,7 @@ Date: Sun Jan 14 20:28:09 2007 +0000 2 files changed, 5 insertions(+), 1 deletions(-) commit e394452529ee65c790683b7bdc58b10ea2906d32 -Author: sam +Author: sam Date: Sun Jan 14 20:18:31 2007 +0000 * Display our information to stderr, not stdout. Documented that. @@ -3462,7 +3616,7 @@ Date: Sun Jan 14 20:18:31 2007 +0000 2 files changed, 9 insertions(+), 12 deletions(-) commit 1dec769822103e275fdab027720a719b9f092bae -Author: sam +Author: sam Date: Sun Jan 14 20:17:45 2007 +0000 * Only display our own kills in verbose mode. @@ -3474,7 +3628,7 @@ Date: Sun Jan 14 20:17:45 2007 +0000 3 files changed, 40 insertions(+), 18 deletions(-) commit 1ba41a8a18beb7ffb091a4e9f7bd3a0abb9903ee -Author: sam +Author: sam Date: Sun Jan 14 17:47:01 2007 +0000 * Added -v/--verbose (unused yet). @@ -3484,7 +3638,7 @@ Date: Sun Jan 14 17:47:01 2007 +0000 2 files changed, 22 insertions(+), 11 deletions(-) commit daa02f8b5c5f027cd339fcbbbd474505d285a633 -Author: sam +Author: sam Date: Sun Jan 14 11:03:37 2007 +0000 * Set --version to -V, not -v. We'll use -v for verbose. @@ -3494,7 +3648,7 @@ Date: Sun Jan 14 11:03:37 2007 +0000 2 files changed, 9 insertions(+), 9 deletions(-) commit 3bc06e53d6f4112a6e2450f755543402483759bd -Author: sam +Author: sam Date: Sun Jan 14 01:03:44 2007 +0000 * Fix a problem with filedescriptor 17 being reused for other purposes than @@ -3505,7 +3659,7 @@ Date: Sun Jan 14 01:03:44 2007 +0000 1 files changed, 41 insertions(+), 4 deletions(-) commit f74c5b1beb463313f8f0dd323cecd96d41f29ce8 -Author: sam +Author: sam Date: Sat Jan 13 22:47:56 2007 +0000 * Minor documentation layout fix. @@ -3514,7 +3668,7 @@ Date: Sat Jan 13 22:47:56 2007 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit ad0461ffac346dc50039c8b14a53c002d88d367a -Author: sam +Author: sam Date: Sat Jan 13 19:33:48 2007 +0000 * Added auto-increment mode. Not very handy to use yet. @@ -3530,7 +3684,7 @@ Date: Sat Jan 13 19:33:48 2007 +0000 8 files changed, 83 insertions(+), 41 deletions(-) commit 0efc21cdd92450880bfdeb98690a37aef4d88deb -Author: sam +Author: sam Date: Sat Jan 13 18:00:03 2007 +0000 * Print program PID when initialising libzzuf. @@ -3539,7 +3693,7 @@ Date: Sat Jan 13 18:00:03 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 7db0ab13de04d69d68caa6d36b2763ffca9d9b92 -Author: sam +Author: sam Date: Sat Jan 13 10:59:07 2007 +0000 * Fixed -c behaviour. Sometimes apps open "$PWD/file" when asked to @@ -3549,7 +3703,7 @@ Date: Sat Jan 13 10:59:07 2007 +0000 1 files changed, 5 insertions(+), 1 deletions(-) commit f47c46a3c183a44a0577c02c341bfa00d7e25252 -Author: sam +Author: sam Date: Sat Jan 13 10:50:38 2007 +0000 * Implemented -D/--delay to avoid fork bombs. @@ -3559,7 +3713,7 @@ Date: Sat Jan 13 10:50:38 2007 +0000 2 files changed, 30 insertions(+), 15 deletions(-) commit 1d68bc784499bab0eaf8b9b03d3b4a6c3c115e9c -Author: sam +Author: sam Date: Fri Jan 12 18:01:27 2007 +0000 * Refactored some shit around. @@ -3568,7 +3722,7 @@ Date: Fri Jan 12 18:01:27 2007 +0000 1 files changed, 83 insertions(+), 63 deletions(-) commit e95d9f9895dc432f67e543a3f3af46f800a40b96 -Author: sam +Author: sam Date: Fri Jan 12 16:20:14 2007 +0000 * Minor documentation fixes. @@ -3578,7 +3732,7 @@ Date: Fri Jan 12 16:20:14 2007 +0000 2 files changed, 6 insertions(+), 6 deletions(-) commit fb41a81ee65d8e5e3f1ad3a9484a9ee35511143c -Author: sam +Author: sam Date: Fri Jan 12 15:47:48 2007 +0000 * Change timing functions to gettimeofday() instead of time() for more @@ -3592,7 +3746,7 @@ Date: Fri Jan 12 15:47:48 2007 +0000 5 files changed, 72 insertions(+), 12 deletions(-) commit 23e202c336b6e02094aa3dd584555f629eec3cfa -Author: sam +Author: sam Date: Fri Jan 12 14:19:55 2007 +0000 * Lowercase zzuf everywhere. @@ -3603,7 +3757,7 @@ Date: Fri Jan 12 14:19:55 2007 +0000 3 files changed, 12 insertions(+), 12 deletions(-) commit 2b50cdc843cc385de13c2cffd525c98228355299 -Author: sam +Author: sam Date: Fri Jan 12 10:09:22 2007 +0000 * Better line-buffered stdin reads. @@ -3612,7 +3766,7 @@ Date: Fri Jan 12 10:09:22 2007 +0000 1 files changed, 11 insertions(+), 4 deletions(-) commit bd1e4b6781341bb61a82f7daeef3085cedf9903d -Author: sam +Author: sam Date: Thu Jan 11 23:36:28 2007 +0000 * Version 0.4. @@ -3624,7 +3778,7 @@ Date: Thu Jan 11 23:36:28 2007 +0000 3 files changed, 269 insertions(+), 2 deletions(-) commit a9f04fa129c0fd2aae92d8e61b33e734befe61c7 -Author: sam +Author: sam Date: Thu Jan 11 23:30:29 2007 +0000 * Got rid of malloc() for each file opened. Now we only start calling @@ -3634,7 +3788,7 @@ Date: Thu Jan 11 23:30:29 2007 +0000 1 files changed, 30 insertions(+), 11 deletions(-) commit 6b7641f3f1976376ec01c3b69ed4000045ee73ab -Author: sam +Author: sam Date: Thu Jan 11 22:43:45 2007 +0000 * Reduce number of malloc() calls within libzzuf. @@ -3644,7 +3798,7 @@ Date: Thu Jan 11 22:43:45 2007 +0000 2 files changed, 12 insertions(+), 9 deletions(-) commit f65031ae6191d4092e3a47167d8d08b5b85bf7ea -Author: sam +Author: sam Date: Thu Jan 11 22:11:56 2007 +0000 * Remove two useless malloc() calls. @@ -3653,7 +3807,7 @@ Date: Thu Jan 11 22:11:56 2007 +0000 1 files changed, 8 insertions(+), 18 deletions(-) commit 98790fa3337e016ce4b3876a9a0b89cc8afed52a -Author: sam +Author: sam Date: Thu Jan 11 22:11:28 2007 +0000 * Don't stop if the process was killed by us. @@ -3662,7 +3816,7 @@ Date: Thu Jan 11 22:11:28 2007 +0000 1 files changed, 3 insertions(+), 1 deletions(-) commit c332680bd51b8a687e89c704597528f4d4a8c4d1 -Author: sam +Author: sam Date: Thu Jan 11 10:21:11 2007 +0000 * Better realloc dummy implementation. @@ -3671,7 +3825,7 @@ Date: Thu Jan 11 10:21:11 2007 +0000 1 files changed, 19 insertions(+), 15 deletions(-) commit 7e56dd05cb59e50fc345bf9d5bde11371d3bb955 -Author: sam +Author: sam Date: Thu Jan 11 00:39:59 2007 +0000 * Minor code factorisation into LOADSYM(). @@ -3685,7 +3839,7 @@ Date: Thu Jan 11 00:39:59 2007 +0000 6 files changed, 37 insertions(+), 65 deletions(-) commit 55f7d73be390948f51e0af94ef7d7b0adc30746d -Author: sam +Author: sam Date: Thu Jan 11 00:27:47 2007 +0000 * Typo in the manpage. @@ -3694,7 +3848,7 @@ Date: Thu Jan 11 00:27:47 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 001af9af7dd65aa864e8757ad9d53c5c65fb09d8 -Author: sam +Author: sam Date: Wed Jan 10 18:11:13 2007 +0000 * Allow several calls to malloc()/calloc() in the library preloading stage. @@ -3703,7 +3857,7 @@ Date: Wed Jan 10 18:11:13 2007 +0000 1 files changed, 18 insertions(+), 9 deletions(-) commit 070fc46970445248a950de1046388c3822d9811c -Author: sam +Author: sam Date: Wed Jan 10 17:31:58 2007 +0000 * Removed brk/sbrk, they're so outdated and useless. @@ -3713,7 +3867,7 @@ Date: Wed Jan 10 17:31:58 2007 +0000 2 files changed, 3 insertions(+), 31 deletions(-) commit c1876592decd9758791db414bf004a8e90affb43 -Author: sam +Author: sam Date: Wed Jan 10 17:25:09 2007 +0000 * Oops, fixed an old OS X build failure. @@ -3722,7 +3876,7 @@ Date: Wed Jan 10 17:25:09 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 715e645c8b73e3faf1a032867b875dc86145b62c -Author: sam +Author: sam Date: Wed Jan 10 17:23:23 2007 +0000 * Check for memalign and posix_memalign. @@ -3732,7 +3886,7 @@ Date: Wed Jan 10 17:23:23 2007 +0000 2 files changed, 16 insertions(+), 2 deletions(-) commit 4ee193c73e09ebdf8726d77edd8afd7d24ab2433 -Author: sam +Author: sam Date: Wed Jan 10 17:19:48 2007 +0000 * Check for malloc.h. @@ -3742,7 +3896,7 @@ Date: Wed Jan 10 17:19:48 2007 +0000 2 files changed, 4 insertions(+), 2 deletions(-) commit 078a7afa1bc7654ebaf3872863478f32955e2ba8 -Author: sam +Author: sam Date: Wed Jan 10 17:17:26 2007 +0000 * Implemented memory limits. Probably breaks on other arches because of all @@ -3756,7 +3910,7 @@ Date: Wed Jan 10 17:17:26 2007 +0000 5 files changed, 197 insertions(+), 19 deletions(-) commit 5ec99810046ad4cdf899d5127daca0864633c175 -Author: sam +Author: sam Date: Wed Jan 10 15:22:09 2007 +0000 * Changed -M to -m (for --md5). @@ -3767,7 +3921,7 @@ Date: Wed Jan 10 15:22:09 2007 +0000 3 files changed, 9 insertions(+), 9 deletions(-) commit 906f0afaeef813a2d5161cfa9cceb09752fe4082 -Author: sam +Author: sam Date: Wed Jan 10 14:57:22 2007 +0000 * Split load-fd.c into load-fd.c and load-mem.c (mmap, etc.). @@ -3780,7 +3934,7 @@ Date: Wed Jan 10 14:57:22 2007 +0000 5 files changed, 198 insertions(+), 148 deletions(-) commit 90576cb680f2ae583f5dd56c8f8cc19b5ca33164 -Author: sam +Author: sam Date: Tue Jan 9 16:39:07 2007 +0000 * Fixed double mmap debug message. @@ -3789,7 +3943,7 @@ Date: Tue Jan 9 16:39:07 2007 +0000 1 files changed, 4 insertions(+), 2 deletions(-) commit 11dc8b6c6d8fda3819c5bc38d547bbf78f9d91ad -Author: sam +Author: sam Date: Tue Jan 9 16:16:00 2007 +0000 * Add verbosity to read() and mmap() so that we roughly know where we @@ -3799,7 +3953,7 @@ Date: Tue Jan 9 16:16:00 2007 +0000 1 files changed, 44 insertions(+), 16 deletions(-) commit d0875b55aab3a2b6b5ec530f36ef6d4982a59ebd -Author: sam +Author: sam Date: Tue Jan 9 16:14:31 2007 +0000 * Change debug's %c so that it automatically escapes binary characters. @@ -3808,7 +3962,7 @@ Date: Tue Jan 9 16:14:31 2007 +0000 1 files changed, 8 insertions(+), 1 deletions(-) commit 53e72a22152c296c1ec2062c53eda030b29dd3ea -Author: sam +Author: sam Date: Tue Jan 9 15:40:08 2007 +0000 * mmap() maps the file descriptor at offset 0. @@ -3817,7 +3971,7 @@ Date: Tue Jan 9 15:40:08 2007 +0000 1 files changed, 4 insertions(+), 1 deletions(-) commit 9bdff8ac519ee512cd1fb8b95642e50311989c71 -Author: sam +Author: sam Date: Tue Jan 9 11:22:09 2007 +0000 * Don’t report exit status by default. @@ -3828,7 +3982,7 @@ Date: Tue Jan 9 11:22:09 2007 +0000 2 files changed, 20 insertions(+), 8 deletions(-) commit fcd22b6474faeb7958a05a300115a6b87f1cf69e -Author: sam +Author: sam Date: Tue Jan 9 10:07:35 2007 +0000 * Bah, reverted that. We'll use -O for --offset. @@ -3838,7 +3992,7 @@ Date: Tue Jan 9 10:07:35 2007 +0000 2 files changed, 18 insertions(+), 18 deletions(-) commit f68cbe55dbf24f2606121ac83bae44d4378bd05f -Author: sam +Author: sam Date: Tue Jan 9 10:05:47 2007 +0000 * Rename -B/--max-bytes to -O/--max-output so that we can implement -A/-B. @@ -3848,7 +4002,7 @@ Date: Tue Jan 9 10:05:47 2007 +0000 2 files changed, 18 insertions(+), 18 deletions(-) commit 3b9f2db74356e526ec742f18a49641607010aa40 -Author: sam +Author: sam Date: Tue Jan 9 10:02:57 2007 +0000 * Implement map_fd for OS X. @@ -3859,7 +4013,7 @@ Date: Tue Jan 9 10:02:57 2007 +0000 3 files changed, 46 insertions(+), 2 deletions(-) commit fe028ec8789593c59a2fe1d37a5f3dacdeceb04f -Author: sam +Author: sam Date: Mon Jan 8 21:51:06 2007 +0000 * Fixed testsuite for anal shells. @@ -3868,7 +4022,7 @@ Date: Mon Jan 8 21:51:06 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 4f9c0e7244ec358ef878e91d1159b9e898a02449 -Author: sam +Author: sam Date: Mon Jan 8 21:49:57 2007 +0000 * Tru64 loader support (_RLD_LIST). @@ -3877,7 +4031,7 @@ Date: Mon Jan 8 21:49:57 2007 +0000 1 files changed, 15 insertions(+), 5 deletions(-) commit a6695e0ad2353b9fa586cdc3255e416204aedf2e -Author: sam +Author: sam Date: Mon Jan 8 21:48:39 2007 +0000 * Fix the socklen_t type detection on Linux. @@ -3886,7 +4040,7 @@ Date: Mon Jan 8 21:48:39 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 3769d13e84dc220ca7288ce8109bb23515a06b15 -Author: sam +Author: sam Date: Mon Jan 8 21:05:05 2007 +0000 * Define sig_t to void (*) (int) if it does not exist. @@ -3895,7 +4049,7 @@ Date: Mon Jan 8 21:05:05 2007 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit 9329ed73f8994cd61e43db61933025b291ae8af1 -Author: sam +Author: sam Date: Mon Jan 8 21:03:32 2007 +0000 * Define socklen_t to int if it does not exist. @@ -3905,7 +4059,7 @@ Date: Mon Jan 8 21:03:32 2007 +0000 2 files changed, 10 insertions(+), 2 deletions(-) commit f5d3a826750368ad51a4055aebea1a8856f25e29 -Author: sam +Author: sam Date: Mon Jan 8 18:15:49 2007 +0000 * Test suite now uses the new MD5 feature. @@ -3914,7 +4068,7 @@ Date: Mon Jan 8 18:15:49 2007 +0000 1 files changed, 12 insertions(+), 23 deletions(-) commit ec6d5434ced3886050b63accc9e6d7d0b0c613db -Author: sam +Author: sam Date: Mon Jan 8 17:54:16 2007 +0000 * Changed --md5 to only compute the standard output. @@ -3924,7 +4078,7 @@ Date: Mon Jan 8 17:54:16 2007 +0000 2 files changed, 3 insertions(+), 3 deletions(-) commit 214cddf57e3703e8b2cbc37f2c47ef84e308c3f0 -Author: sam +Author: sam Date: Mon Jan 8 17:50:34 2007 +0000 * Implemented -M/--md5 flag. @@ -3937,7 +4091,7 @@ Date: Mon Jan 8 17:50:34 2007 +0000 5 files changed, 341 insertions(+), 31 deletions(-) commit 42429f94660a75d563f696f024eb7448d2632064 -Author: sam +Author: sam Date: Sun Jan 7 21:29:37 2007 +0000 * Version 0.3. @@ -3949,7 +4103,7 @@ Date: Sun Jan 7 21:29:37 2007 +0000 3 files changed, 379 insertions(+), 2 deletions(-) commit 0faa467a258d37ab98e4a4080d5e56c3e9c4908c -Author: sam +Author: sam Date: Sun Jan 7 21:14:26 2007 +0000 * Factor regex stuff into fd.c, so that isn’t needed otherwhere. @@ -3964,7 +4118,7 @@ Date: Sun Jan 7 21:14:26 2007 +0000 7 files changed, 29 insertions(+), 18 deletions(-) commit 1cd450310fc616192e76a7bd179ede3be1ca0338 -Author: sam +Author: sam Date: Sun Jan 7 21:13:31 2007 +0000 * Use __srefill() on OS X, too. It now works properly. @@ -3974,7 +4128,7 @@ Date: Sun Jan 7 21:13:31 2007 +0000 2 files changed, 5 insertions(+), 9 deletions(-) commit a1b86adf916e4a7341c958cd66fe62eaf62a3d57 -Author: sam +Author: sam Date: Sun Jan 7 20:50:49 2007 +0000 * Implemented freopen(). @@ -3984,7 +4138,7 @@ Date: Sun Jan 7 20:50:49 2007 +0000 2 files changed, 36 insertions(+), 2 deletions(-) commit 372d7e494656c57e735fe0d260a33642f02e4eff -Author: sam +Author: sam Date: Sun Jan 7 20:24:03 2007 +0000 * Protect __srefill_orig() calls. @@ -3993,7 +4147,7 @@ Date: Sun Jan 7 20:24:03 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 8541bae1e254afd9d66b82d1a05690177dd157bf -Author: sam +Author: sam Date: Sun Jan 7 19:12:35 2007 +0000 * Updated bootstrap script. @@ -4002,7 +4156,7 @@ Date: Sun Jan 7 19:12:35 2007 +0000 1 files changed, 5 insertions(+), 4 deletions(-) commit 5def4f865c855fde1c859bc976921782870071be -Author: sam +Author: sam Date: Sun Jan 7 18:45:00 2007 +0000 * Documented stdin behaviour. @@ -4013,7 +4167,7 @@ Date: Sun Jan 7 18:45:00 2007 +0000 3 files changed, 10 insertions(+), 4 deletions(-) commit f7d235fa90ae47f77bc2ecdbcf57f9ee1206baaf -Author: sam +Author: sam Date: Sun Jan 7 18:36:19 2007 +0000 * Factored sources in the makefile. @@ -4022,7 +4176,7 @@ Date: Sun Jan 7 18:36:19 2007 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit cd2b38ca23091b4988fb5d72f0eae0c5ddf1d584 -Author: sam +Author: sam Date: Sun Jan 7 18:34:50 2007 +0000 * Merged chars.c and fuzz.c. @@ -4038,7 +4192,7 @@ Date: Sun Jan 7 18:34:50 2007 +0000 8 files changed, 106 insertions(+), 152 deletions(-) commit 3f1e7f93c0c6100c85ef2542f8e38144f1937f17 -Author: sam +Author: sam Date: Sun Jan 7 18:18:50 2007 +0000 * If no argument is given, just fuzz standard input. @@ -4059,7 +4213,7 @@ Date: Sun Jan 7 18:18:50 2007 +0000 13 files changed, 418 insertions(+), 254 deletions(-) commit f03ddbd8356e0abb947a32d17c91f532d535a47e -Author: sam +Author: sam Date: Sun Jan 7 17:12:53 2007 +0000 * Don't call cat or dd in the testsuite if they're statically linked. @@ -4068,7 +4222,7 @@ Date: Sun Jan 7 17:12:53 2007 +0000 1 files changed, 16 insertions(+), 10 deletions(-) commit ae749302ce43777106bfab96281dde67ea04115f -Author: sam +Author: sam Date: Sun Jan 7 16:31:33 2007 +0000 * Fix a compilation warning. @@ -4077,7 +4231,7 @@ Date: Sun Jan 7 16:31:33 2007 +0000 1 files changed, 3 insertions(+), 0 deletions(-) commit ad39f0638d3c500171db5b0f7360f9b908653085 -Author: sam +Author: sam Date: Sun Jan 7 16:29:25 2007 +0000 * Added note about 64-bit offsets in manpage. @@ -4086,7 +4240,7 @@ Date: Sun Jan 7 16:29:25 2007 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit bb9d97f50940ccd07348cf9d52fc03438948b386 -Author: sam +Author: sam Date: Sun Jan 7 16:27:59 2007 +0000 * Fixed __srefill()/lseek() conflict issue. @@ -4095,7 +4249,7 @@ Date: Sun Jan 7 16:27:59 2007 +0000 1 files changed, 5 insertions(+), 3 deletions(-) commit 8f8b7e2a0adb774939fd6c16632443690dc38b05 -Author: sam +Author: sam Date: Sun Jan 7 16:09:13 2007 +0000 * Only use __srefill on OpenBSD and FreeBSD. @@ -4104,7 +4258,7 @@ Date: Sun Jan 7 16:09:13 2007 +0000 1 files changed, 4 insertions(+), 0 deletions(-) commit eaf5c617b5b15112c965881c852b0e299edca175 -Author: sam +Author: sam Date: Sun Jan 7 15:55:24 2007 +0000 * Updated manpage, fixed - to \- here and there. @@ -4113,7 +4267,7 @@ Date: Sun Jan 7 15:55:24 2007 +0000 1 files changed, 21 insertions(+), 21 deletions(-) commit d1b0512986c0b304a9791af91a6bf8052ea86670 -Author: sam +Author: sam Date: Sun Jan 7 15:55:00 2007 +0000 * Implemented BSD stdio by overriding __srefill(). @@ -4122,7 +4276,7 @@ Date: Sun Jan 7 15:55:00 2007 +0000 1 files changed, 53 insertions(+), 29 deletions(-) commit ab9d811fd9c2e8ded61526a9743c585d4c75be01 -Author: sam +Author: sam Date: Sun Jan 7 14:22:34 2007 +0000 * Fuzz in __srefill even if _zz_disabled is on. @@ -4131,7 +4285,7 @@ Date: Sun Jan 7 14:22:34 2007 +0000 1 files changed, 4 insertions(+), 2 deletions(-) commit d367550fc99b1448984977bc43e5674ebb50c109 -Author: sam +Author: sam Date: Sun Jan 7 14:16:46 2007 +0000 * Oops, got it wrong. @@ -4140,7 +4294,7 @@ Date: Sun Jan 7 14:16:46 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit ace4bfa13ab850ebcd9859b308af03b951108628 -Author: sam +Author: sam Date: Sun Jan 7 14:16:06 2007 +0000 * Fix compilation warnings on BSD libc’s and a bug on FreeBSD. @@ -4149,7 +4303,7 @@ Date: Sun Jan 7 14:16:06 2007 +0000 1 files changed, 6 insertions(+), 2 deletions(-) commit 10f17f48197f8d206c05765688910da985829bcc -Author: sam +Author: sam Date: Sun Jan 7 14:14:19 2007 +0000 * Implemented __refill(). Untested yet. @@ -4158,7 +4312,7 @@ Date: Sun Jan 7 14:14:19 2007 +0000 1 files changed, 50 insertions(+), 11 deletions(-) commit ae18bb2f87ea1878cb22d35b77606cfe10a858f7 -Author: sam +Author: sam Date: Sun Jan 7 14:13:29 2007 +0000 * Made the testsuite shorter. @@ -4167,7 +4321,7 @@ Date: Sun Jan 7 14:13:29 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 5dd97f8469452ba7971303c651869ff9cc9f932d -Author: sam +Author: sam Date: Sun Jan 7 13:20:04 2007 +0000 * Protected the _IO_getc_orig declaration. @@ -4176,7 +4330,7 @@ Date: Sun Jan 7 13:20:04 2007 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit f93d1dd3146996eb0915d79a6661481795d4c9b8 -Author: sam +Author: sam Date: Sun Jan 7 13:18:36 2007 +0000 * Oops, compilation fix. @@ -4185,7 +4339,7 @@ Date: Sun Jan 7 13:18:36 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit f2e805e0f0e4bce2256a3f1d78b48a9e4abfff6f -Author: sam +Author: sam Date: Sun Jan 7 13:16:43 2007 +0000 * Added __srefill() skeleton, for BSD libc. @@ -4195,7 +4349,7 @@ Date: Sun Jan 7 13:16:43 2007 +0000 2 files changed, 26 insertions(+), 2 deletions(-) commit 7ee4debd47ae53fa62676075fe5bbc120e5862fb -Author: sam +Author: sam Date: Sun Jan 7 12:39:30 2007 +0000 * Added a note about statically linked binaries and one about getc(). @@ -4204,7 +4358,7 @@ Date: Sun Jan 7 12:39:30 2007 +0000 1 files changed, 8 insertions(+), 0 deletions(-) commit 7fe0ef7de94bb9defd6860ccfb01f0b34d1c957a -Author: sam +Author: sam Date: Sun Jan 7 12:06:07 2007 +0000 * Don’t run the testsuite if /bin/cat is statically linked. @@ -4213,7 +4367,7 @@ Date: Sun Jan 7 12:06:07 2007 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit eaf692461a6c6fd9d81b64ddc9ffc0b7d56f806e -Author: sam +Author: sam Date: Sun Jan 7 10:34:45 2007 +0000 * Always define getc(), but undefine the getc macro beforehands just in case. @@ -4227,7 +4381,7 @@ Date: Sun Jan 7 10:34:45 2007 +0000 5 files changed, 37 insertions(+), 25 deletions(-) commit a4797afc4529301c72dac2a56bd1064b1234ee24 -Author: sam +Author: sam Date: Sun Jan 7 09:34:42 2007 +0000 * Implemented fseeko(). @@ -4238,7 +4392,7 @@ Date: Sun Jan 7 09:34:42 2007 +0000 3 files changed, 49 insertions(+), 31 deletions(-) commit 190511294a27f63c1dd40374bd6c06ef2e3dc8f6 -Author: sam +Author: sam Date: Sat Jan 6 22:17:09 2007 +0000 * Fix a bug in the fgetln() implementation. The newline was not properly @@ -4248,7 +4402,7 @@ Date: Sat Jan 6 22:17:09 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit cf5ca3a3c1be1e65c3064affd371d207f3a27e7a -Author: sam +Author: sam Date: Sat Jan 6 21:54:02 2007 +0000 * BSD's md5 does not have a --help option. Trying /dev/null instead. @@ -4257,7 +4411,7 @@ Date: Sat Jan 6 21:54:02 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 7beda020ce6ff05e10514d7a02c9a248bf7b334b -Author: sam +Author: sam Date: Sat Jan 6 21:38:33 2007 +0000 * Cleaned up code. @@ -4266,7 +4420,7 @@ Date: Sat Jan 6 21:38:33 2007 +0000 1 files changed, 13 insertions(+), 14 deletions(-) commit f693e7287dcebbdf66c79eb098a74f00d3b9b665 -Author: sam +Author: sam Date: Sat Jan 6 21:37:42 2007 +0000 * Only link with -ldl when available. @@ -4278,7 +4432,7 @@ Date: Sat Jan 6 21:37:42 2007 +0000 2 files changed, 5 insertions(+), 14 deletions(-) commit 9e0e4cb76770fd17c88f5e02bfabc75efa501a01 -Author: sam +Author: sam Date: Sat Jan 6 21:25:56 2007 +0000 * Got testsuite to work on FreeBSD. @@ -4287,7 +4441,7 @@ Date: Sat Jan 6 21:25:56 2007 +0000 1 files changed, 20 insertions(+), 11 deletions(-) commit 883aa413bf1a71e27e13969100268b48c9e06bde -Author: sam +Author: sam Date: Sat Jan 6 20:59:28 2007 +0000 * Fix for BSD machines: getc() may be defined as a macro. @@ -4296,7 +4450,7 @@ Date: Sat Jan 6 20:59:28 2007 +0000 1 files changed, 2 insertions(+), 0 deletions(-) commit 2b202a471ac870b87151e7f3455e54b83af57d37 -Author: sam +Author: sam Date: Sat Jan 6 20:24:54 2007 +0000 * Fixed the head call in the testsuite so that it works on OS X. @@ -4305,7 +4459,7 @@ Date: Sat Jan 6 20:24:54 2007 +0000 1 files changed, 9 insertions(+), 8 deletions(-) commit b372bdaafadf5726dec46dd6ef266c7ec3ce5c89 -Author: sam +Author: sam Date: Sat Jan 6 20:20:15 2007 +0000 * Added head and tail to the testsuite. @@ -4314,7 +4468,7 @@ Date: Sat Jan 6 20:20:15 2007 +0000 1 files changed, 4 insertions(+), 0 deletions(-) commit 24946cc39474f4b2bc53be5b2ed6fc590654fbba -Author: sam +Author: sam Date: Sat Jan 6 20:08:31 2007 +0000 * Fixed implicit declaration. @@ -4323,7 +4477,7 @@ Date: Sat Jan 6 20:08:31 2007 +0000 1 files changed, 1 insertions(+), 0 deletions(-) commit 1a2d2faaa70ce6bf2edcd6f9036e0bef0b04a8bd -Author: sam +Author: sam Date: Sat Jan 6 20:02:01 2007 +0000 * Updated documentation wrt. mmap(). @@ -4332,7 +4486,7 @@ Date: Sat Jan 6 20:02:01 2007 +0000 1 files changed, 7 insertions(+), 8 deletions(-) commit fc2c562801d977e225142225dc59abbece3fe7c5 -Author: sam +Author: sam Date: Sat Jan 6 20:01:51 2007 +0000 * Missing autoconf check for mmap64(). @@ -4341,7 +4495,7 @@ Date: Sat Jan 6 20:01:51 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 943a0278b5a56bd4a48ae945c73853f1412c169b -Author: sam +Author: sam Date: Sat Jan 6 20:01:25 2007 +0000 * Implemented the mmap() family. @@ -4350,7 +4504,7 @@ Date: Sat Jan 6 20:01:25 2007 +0000 1 files changed, 85 insertions(+), 1 deletions(-) commit 76ce44308ce68ace44e87e175a76295313e32292 -Author: sam +Author: sam Date: Sat Jan 6 20:01:15 2007 +0000 * Implemented rewind(). @@ -4359,7 +4513,7 @@ Date: Sat Jan 6 20:01:15 2007 +0000 1 files changed, 25 insertions(+), 0 deletions(-) commit 00b1f1a1ebbcdda7da9bb79e563441c729c2d02a -Author: sam +Author: sam Date: Sat Jan 6 15:54:14 2007 +0000 * Fix fread() issue with standard input reading. @@ -4369,7 +4523,7 @@ Date: Sat Jan 6 15:54:14 2007 +0000 2 files changed, 12 insertions(+), 5 deletions(-) commit 65d07c22d424d3d77780d37bf9c9714e2ec52dc6 -Author: sam +Author: sam Date: Sat Jan 6 14:03:07 2007 +0000 * Added a note about mmap() not being available. @@ -4378,7 +4532,7 @@ Date: Sat Jan 6 14:03:07 2007 +0000 1 files changed, 3 insertions(+), 2 deletions(-) commit c3f925484173f40c9710c5f3111f326024f2a9d0 -Author: sam +Author: sam Date: Sat Jan 6 14:02:51 2007 +0000 * Fix build with older versions of gcc. @@ -4388,7 +4542,7 @@ Date: Sat Jan 6 14:02:51 2007 +0000 2 files changed, 12 insertions(+), 8 deletions(-) commit 280ea46a38cd8d11b3edde9ddddb8291fca76967 -Author: sam +Author: sam Date: Sat Jan 6 10:51:44 2007 +0000 * Documentation tuning. @@ -4398,7 +4552,7 @@ Date: Sat Jan 6 10:51:44 2007 +0000 2 files changed, 11 insertions(+), 6 deletions(-) commit cc0823a88153ad61662bf3fa0183f87881e32ad3 -Author: sam +Author: sam Date: Sat Jan 6 00:40:51 2007 +0000 * Version 0.2 is ready. @@ -4411,7 +4565,7 @@ Date: Sat Jan 6 00:40:51 2007 +0000 5 files changed, 923 insertions(+), 9 deletions(-) commit 951a1b7ad55de644bf4addabcbf3c4b393163cec -Author: sam +Author: sam Date: Sat Jan 6 00:26:39 2007 +0000 * Another note in the manpage. @@ -4420,7 +4574,7 @@ Date: Sat Jan 6 00:26:39 2007 +0000 1 files changed, 5 insertions(+), 0 deletions(-) commit b9e12a232b078844e63fd3949aad923415f83b38 -Author: sam +Author: sam Date: Sat Jan 6 00:10:46 2007 +0000 * Cosmetic fixes. @@ -4429,7 +4583,7 @@ Date: Sat Jan 6 00:10:46 2007 +0000 1 files changed, 39 insertions(+), 39 deletions(-) commit a906f8bc784702385bc6f559729cbb099701b8b8 -Author: sam +Author: sam Date: Sat Jan 6 00:08:16 2007 +0000 * Implemented --max-crashes. @@ -4441,7 +4595,7 @@ Date: Sat Jan 6 00:08:16 2007 +0000 2 files changed, 68 insertions(+), 45 deletions(-) commit 7af80dac2e51b5eeb8d3c0e8c35306bf51eaf7e7 -Author: sam +Author: sam Date: Fri Jan 5 23:15:29 2007 +0000 * Oops, forgot to fix --help output. @@ -4450,7 +4604,7 @@ Date: Fri Jan 5 23:15:29 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 8b38085f751cc71819075d636f2e4f086c268f1d -Author: sam +Author: sam Date: Fri Jan 5 23:14:37 2007 +0000 * Rename --fork to --max-forks. @@ -4460,7 +4614,7 @@ Date: Fri Jan 5 23:14:37 2007 +0000 2 files changed, 3 insertions(+), 3 deletions(-) commit 721f5d9d2cbeb6b5ff7872d5deaf0e694bcaaaae -Author: sam +Author: sam Date: Fri Jan 5 21:36:13 2007 +0000 * Specified signal handling stuff in the manpage. @@ -4469,7 +4623,7 @@ Date: Fri Jan 5 21:36:13 2007 +0000 1 files changed, 8 insertions(+), 6 deletions(-) commit 6a12dc31a020c268b7bde1553fedb00ad328bcc2 -Author: sam +Author: sam Date: Fri Jan 5 21:33:28 2007 +0000 * Split the bugs manpage section into bugs and restrictions. @@ -4479,7 +4633,7 @@ Date: Fri Jan 5 21:33:28 2007 +0000 1 files changed, 37 insertions(+), 19 deletions(-) commit ba16f0dc550b316c054ff98bd22c904c9abc9748 -Author: sam +Author: sam Date: Fri Jan 5 17:34:10 2007 +0000 * Fix an uncontrolled corruption bug in fgetln(). @@ -4488,7 +4642,7 @@ Date: Fri Jan 5 17:34:10 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit d3ac2577c43c733938af5fb1dd5d463b3676af00 -Author: sam +Author: sam Date: Fri Jan 5 16:03:04 2007 +0000 * Fix fgetln(). The testsuite *almost* passes. @@ -4497,7 +4651,7 @@ Date: Fri Jan 5 16:03:04 2007 +0000 1 files changed, 12 insertions(+), 10 deletions(-) commit fdaa9cfef83dbd783b6b5476862eb9bf7a5bef40 -Author: sam +Author: sam Date: Fri Jan 5 14:36:39 2007 +0000 * Implemented BSD fgetln(). Untested yet. @@ -4509,7 +4663,7 @@ Date: Fri Jan 5 14:36:39 2007 +0000 4 files changed, 61 insertions(+), 1 deletions(-) commit 5340742077256c95afa8d90a741098b895d8569a -Author: sam +Author: sam Date: Fri Jan 5 11:01:49 2007 +0000 * Put back grep and sed into the testsuite, now that we can protect newlines @@ -4519,7 +4673,7 @@ Date: Fri Jan 5 11:01:49 2007 +0000 1 files changed, 30 insertions(+), 22 deletions(-) commit 708ee4d029e82d7270312f4df67a822d8d9b51d4 -Author: sam +Author: sam Date: Fri Jan 5 10:49:12 2007 +0000 * Minor layout tuning. @@ -4528,7 +4682,7 @@ Date: Fri Jan 5 10:49:12 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 8b24c6b5e0296e990d4c348b822f6ede88fa9511 -Author: sam +Author: sam Date: Fri Jan 5 10:28:07 2007 +0000 * Allow octal escape values for -P and -R. @@ -4539,7 +4693,7 @@ Date: Fri Jan 5 10:28:07 2007 +0000 2 files changed, 31 insertions(+), 23 deletions(-) commit dd964972484febd3cd940740166deca44f2a6b21 -Author: sam +Author: sam Date: Fri Jan 5 08:01:06 2007 +0000 * Change -N to -n for --network. @@ -4549,7 +4703,7 @@ Date: Fri Jan 5 08:01:06 2007 +0000 2 files changed, 9 insertions(+), 9 deletions(-) commit 5627236611eca3e22f6942b747dd204aec6ee581 -Author: sam +Author: sam Date: Fri Jan 5 07:57:41 2007 +0000 * Clarified reproducibility claim. @@ -4558,7 +4712,7 @@ Date: Fri Jan 5 07:57:41 2007 +0000 1 files changed, 4 insertions(+), 4 deletions(-) commit b5df66bf0dfa156f911331634b46f2f812562ada -Author: sam +Author: sam Date: Fri Jan 5 07:52:30 2007 +0000 * Network support. @@ -4571,7 +4725,7 @@ Date: Fri Jan 5 07:52:30 2007 +0000 5 files changed, 69 insertions(+), 12 deletions(-) commit f99b21a0d8b8d7024f8a3aa3ef7d470720c79ebb -Author: sam +Author: sam Date: Fri Jan 5 00:24:43 2007 +0000 * Manpage layout improvements. @@ -4580,7 +4734,7 @@ Date: Fri Jan 5 00:24:43 2007 +0000 1 files changed, 37 insertions(+), 62 deletions(-) commit 8ab98ef880431ac281a605a4f3f4d94272295996 -Author: sam +Author: sam Date: Thu Jan 4 13:33:33 2007 +0000 * Minor manpage improvement. @@ -4589,7 +4743,7 @@ Date: Thu Jan 4 13:33:33 2007 +0000 1 files changed, 3 insertions(+), 2 deletions(-) commit 9072f7022a919d73189a03331cfc5987bc632170 -Author: sam +Author: sam Date: Thu Jan 4 13:28:35 2007 +0000 * Improved manpage, especially the statistical effect of using -R. @@ -4598,7 +4752,7 @@ Date: Thu Jan 4 13:28:35 2007 +0000 1 files changed, 60 insertions(+), 30 deletions(-) commit d02551154b4f350dab88964de580068faf9863bc -Author: sam +Author: sam Date: Thu Jan 4 08:59:05 2007 +0000 * Implemented -R / --refuse. @@ -4611,7 +4765,7 @@ Date: Thu Jan 4 08:59:05 2007 +0000 5 files changed, 56 insertions(+), 16 deletions(-) commit f930ad29221b0715dbd0415615fa5ac7de779ea0 -Author: sam +Author: sam Date: Thu Jan 4 01:09:04 2007 +0000 * Implement -P / --protect. @@ -4624,7 +4778,7 @@ Date: Thu Jan 4 01:09:04 2007 +0000 5 files changed, 134 insertions(+), 12 deletions(-) commit faae881c76b5eac291c3d6142aa7a539174172a8 -Author: sam +Author: sam Date: Wed Jan 3 22:51:36 2007 +0000 * Added a _zz_disabled flag. This is needed on OS X where we protect the @@ -4638,7 +4792,7 @@ Date: Wed Jan 3 22:51:36 2007 +0000 4 files changed, 23 insertions(+), 5 deletions(-) commit b9eed7bf9daa4c0b1008e1cb74d3e5b643107d0a -Author: sam +Author: sam Date: Wed Jan 3 22:25:45 2007 +0000 * Do not fuzz anything if 0 bytes were read. @@ -4649,7 +4803,7 @@ Date: Wed Jan 3 22:25:45 2007 +0000 2 files changed, 8 insertions(+), 3 deletions(-) commit ab943738876fa48f4970871bb81da9e807c3f8e0 -Author: sam +Author: sam Date: Wed Jan 3 22:12:02 2007 +0000 * Better debug messages in load-stream.c. @@ -4658,7 +4812,7 @@ Date: Wed Jan 3 22:12:02 2007 +0000 1 files changed, 18 insertions(+), 12 deletions(-) commit 871f9d27dc093bc19be25fc632f4ec1cd1687a6a -Author: sam +Author: sam Date: Wed Jan 3 22:10:57 2007 +0000 * Implemented %c in our debug() printf implementation. @@ -4667,7 +4821,7 @@ Date: Wed Jan 3 22:10:57 2007 +0000 1 files changed, 7 insertions(+), 2 deletions(-) commit 875b8c5a24833ff8a5ff94f05520ecd7de588d4d -Author: sam +Author: sam Date: Wed Jan 3 21:53:03 2007 +0000 * Use "strings +Author: sam Date: Wed Jan 3 21:51:11 2007 +0000 * Added a stupid PRNG to streamcat and fdcat. @@ -4688,7 +4842,7 @@ Date: Wed Jan 3 21:51:11 2007 +0000 3 files changed, 30 insertions(+), 12 deletions(-) commit 40cd2ff92bfd475f7c63330a6a0196e7784b71bd -Author: sam +Author: sam Date: Wed Jan 3 21:20:22 2007 +0000 * No longer use the OS's PRNG, we use our own (based on a Dr Dobbs article @@ -4698,7 +4852,7 @@ Date: Wed Jan 3 21:20:22 2007 +0000 1 files changed, 11 insertions(+), 5 deletions(-) commit 8440679beb5a497ede45783cf962b288eaec7983 -Author: sam +Author: sam Date: Wed Jan 3 20:43:47 2007 +0000 * Split some code into clean functions. @@ -4707,7 +4861,7 @@ Date: Wed Jan 3 20:43:47 2007 +0000 1 files changed, 150 insertions(+), 131 deletions(-) commit c262e3b04a65442545fdd07bff7043cfb26405c5 -Author: sam +Author: sam Date: Wed Jan 3 17:58:11 2007 +0000 * Make the testsuite reproductible. @@ -4716,7 +4870,7 @@ Date: Wed Jan 3 17:58:11 2007 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit 475565b81fbe33886887e21ec29d8132b9a3f784 -Author: sam +Author: sam Date: Wed Jan 3 17:57:52 2007 +0000 * Now works on Darwin! @@ -4726,7 +4880,7 @@ Date: Wed Jan 3 17:57:52 2007 +0000 2 files changed, 9 insertions(+), 7 deletions(-) commit 2ff341f08885ca980ecc2954f49b41be10b16f13 -Author: sam +Author: sam Date: Wed Jan 3 09:09:41 2007 +0000 * The whole crap now builds on OS X. Now if it only agreed to run, too... @@ -4741,7 +4895,7 @@ Date: Wed Jan 3 09:09:41 2007 +0000 7 files changed, 72 insertions(+), 13 deletions(-) commit 2d48100d1abd051770b22b52db858b6f5c615591 -Author: sam +Author: sam Date: Wed Jan 3 09:04:01 2007 +0000 * Minor optimisations to the testsuite. @@ -4750,7 +4904,7 @@ Date: Wed Jan 3 09:04:01 2007 +0000 1 files changed, 3 insertions(+), 3 deletions(-) commit 25e2e334d951027b678159bda263215254334ada -Author: sam +Author: sam Date: Wed Jan 3 01:28:02 2007 +0000 * Oops, fixed the testsuite again. @@ -4759,7 +4913,7 @@ Date: Wed Jan 3 01:28:02 2007 +0000 1 files changed, 3 insertions(+), 1 deletions(-) commit d229f69f87d0a9c4be891b23d9524f94fc084534 -Author: sam +Author: sam Date: Tue Jan 2 18:26:56 2007 +0000 * Oops, fixed stdout writing. @@ -4768,7 +4922,7 @@ Date: Tue Jan 2 18:26:56 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit cad778250cda8be8c82b8233d690610bbbf9ce81 -Author: sam +Author: sam Date: Tue Jan 2 17:15:34 2007 +0000 * Totally reworked webpage. @@ -4777,7 +4931,7 @@ Date: Tue Jan 2 17:15:34 2007 +0000 1 files changed, 134 insertions(+), 236 deletions(-) commit 0b6c094b887e16809793af3eb94b49baab396e38 -Author: sam +Author: sam Date: Tue Jan 2 14:51:55 2007 +0000 * Output process status to stdout, not stderr. @@ -4786,7 +4940,7 @@ Date: Tue Jan 2 14:51:55 2007 +0000 1 files changed, 7 insertions(+), 5 deletions(-) commit acdb9fdcec5ed793cb391cbb83cdd3f0aea736bc -Author: sam +Author: sam Date: Tue Jan 2 13:26:32 2007 +0000 * Do not count debug bytes in the --max-bytes count. @@ -4795,7 +4949,7 @@ Date: Tue Jan 2 13:26:32 2007 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 52350c75832e804c346efde298988b5c4d2f2a7a -Author: sam +Author: sam Date: Tue Jan 2 10:45:19 2007 +0000 * Fix typo in manpage. @@ -4804,7 +4958,7 @@ Date: Tue Jan 2 10:45:19 2007 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 8b3d23095aa377dd42f54fdb66f42fc3edd3339e -Author: sam +Author: sam Date: Tue Jan 2 01:13:05 2007 +0000 * Use a separate file descriptor for debugging messages, so that the -q flag @@ -4818,7 +4972,7 @@ Date: Tue Jan 2 01:13:05 2007 +0000 4 files changed, 52 insertions(+), 45 deletions(-) commit a54d904955b15916ddf020be960a7333941e91c8 -Author: sam +Author: sam Date: Tue Jan 2 00:27:33 2007 +0000 * Made the debug() function signal-safe by reimplementing the necessary @@ -4828,7 +4982,7 @@ Date: Tue Jan 2 00:27:33 2007 +0000 1 files changed, 91 insertions(+), 2 deletions(-) commit a48b358b768e77666390d24315428bbea8568d95 -Author: sam +Author: sam Date: Mon Jan 1 21:55:48 2007 +0000 * Deprecate README tutorial. Everything’s in the manpage now. @@ -4837,7 +4991,7 @@ Date: Mon Jan 1 21:55:48 2007 +0000 1 files changed, 2 insertions(+), 39 deletions(-) commit 5b8dae09456d1c1a739c3eacdcf14d97e71f8bd9 -Author: sam +Author: sam Date: Mon Jan 1 21:35:54 2007 +0000 * Implemented signal handling. @@ -4853,7 +5007,7 @@ Date: Mon Jan 1 21:35:54 2007 +0000 7 files changed, 213 insertions(+), 25 deletions(-) commit 0f4ce45838f3f8a6066019fdc933c64081d082bf -Author: sam +Author: sam Date: Mon Jan 1 19:49:57 2007 +0000 * Alphabetise flags in help output and manpage. @@ -4863,7 +5017,7 @@ Date: Mon Jan 1 19:49:57 2007 +0000 2 files changed, 82 insertions(+), 82 deletions(-) commit 5b072e01aeed09473923df8a7c2273ba5e20521f -Author: sam +Author: sam Date: Mon Jan 1 19:14:55 2007 +0000 * Update documentation. @@ -4873,7 +5027,7 @@ Date: Mon Jan 1 19:14:55 2007 +0000 2 files changed, 18 insertions(+), 18 deletions(-) commit afe6d97bc7ce8b9734f032b2356033bd008ebc47 -Author: sam +Author: sam Date: Mon Jan 1 18:56:13 2007 +0000 * Switch to REG_EXTENDED. @@ -4886,7 +5040,7 @@ Date: Mon Jan 1 18:56:13 2007 +0000 3 files changed, 108 insertions(+), 18 deletions(-) commit c2e64f1d37c050a7c08f96c65fa3cdfdfa0df3f2 -Author: sam +Author: sam Date: Fri Dec 29 18:13:42 2006 +0000 * Check regex syntax in zzuf. @@ -4896,7 +5050,7 @@ Date: Fri Dec 29 18:13:42 2006 +0000 1 files changed, 31 insertions(+), 18 deletions(-) commit 1891f39b0b59f09519b28372aacd5965799db178 -Author: sam +Author: sam Date: Fri Dec 29 17:49:11 2006 +0000 * Factored regex matching stuff. @@ -4910,7 +5064,7 @@ Date: Fri Dec 29 17:49:11 2006 +0000 6 files changed, 49 insertions(+), 56 deletions(-) commit 0f14107de892b1c622b6c95dfd37179c99a88746 -Author: sam +Author: sam Date: Fri Dec 29 17:22:11 2006 +0000 * Added the -i flag (for stdin fuzzing). @@ -4922,7 +5076,7 @@ Date: Fri Dec 29 17:22:11 2006 +0000 4 files changed, 38 insertions(+), 16 deletions(-) commit 62a0e8821e229dfc5e90b88555cb6232daf1b143 -Author: sam +Author: sam Date: Fri Dec 29 16:46:06 2006 +0000 * Change -i/-e to -I/-E. @@ -4933,7 +5087,7 @@ Date: Fri Dec 29 16:46:06 2006 +0000 3 files changed, 20 insertions(+), 20 deletions(-) commit 944b9bdf9fef1ff8a1cfaacf2c89cfb881d87948 -Author: sam +Author: sam Date: Thu Dec 28 20:32:21 2006 +0000 * Renamed functions here and there. @@ -4946,7 +5100,7 @@ Date: Thu Dec 28 20:32:21 2006 +0000 5 files changed, 50 insertions(+), 52 deletions(-) commit 18f824112152ea395fa29541701a8f4bc7b2823a -Author: sam +Author: sam Date: Thu Dec 28 20:22:32 2006 +0000 * Improved zfd_register() and zfd_* function performances. @@ -4966,7 +5120,7 @@ Date: Thu Dec 28 20:22:32 2006 +0000 11 files changed, 193 insertions(+), 124 deletions(-) commit cf6685d6b3ac0991b7d4e4af14a6539510371ffd -Author: sam +Author: sam Date: Thu Dec 28 17:48:05 2006 +0000 * Fixed a partial read data loss bug in the fread implementation. @@ -4977,7 +5131,7 @@ Date: Thu Dec 28 17:48:05 2006 +0000 2 files changed, 25 insertions(+), 22 deletions(-) commit 3c1c5e12fabc9101ff0164d82dccfada6597b28c -Author: sam +Author: sam Date: Thu Dec 28 17:47:26 2006 +0000 * Added cat reimplementations to the testsuite. @@ -4990,7 +5144,7 @@ Date: Thu Dec 28 17:47:26 2006 +0000 5 files changed, 144 insertions(+), 2 deletions(-) commit d32d5babf16d53d29d0fa8ebca3ef1ccbac9f732 -Author: sam +Author: sam Date: Thu Dec 28 15:51:43 2006 +0000 * Shorten function names. @@ -5003,7 +5157,7 @@ Date: Thu Dec 28 15:51:43 2006 +0000 5 files changed, 45 insertions(+), 43 deletions(-) commit 5863e7b925aa5ac7fdeba863ac8fa195cbf31bed -Author: sam +Author: sam Date: Thu Dec 28 15:48:10 2006 +0000 * Hide struct zzuf behind public functions. No real abstraction yet. @@ -5016,7 +5170,7 @@ Date: Thu Dec 28 15:48:10 2006 +0000 5 files changed, 100 insertions(+), 57 deletions(-) commit ffb2b21de1ff8599ab20a09578784cdfc00242fc -Author: sam +Author: sam Date: Thu Dec 28 15:44:28 2006 +0000 * Add a changelog (from version 1.0). @@ -5025,7 +5179,7 @@ Date: Thu Dec 28 15:44:28 2006 +0000 1 files changed, 49 insertions(+), 0 deletions(-) commit 4f48479e11e401d96948976cef9f283fe2f3921c -Author: sam +Author: sam Date: Thu Dec 28 15:44:13 2006 +0000 * Do not put version information in the distributed .so. @@ -5034,7 +5188,7 @@ Date: Thu Dec 28 15:44:13 2006 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 5f348bee9696613ee9ee69ee2736dd529f4931f2 -Author: sam +Author: sam Date: Thu Dec 28 15:43:28 2006 +0000 * Update documentation. @@ -5043,7 +5197,7 @@ Date: Thu Dec 28 15:43:28 2006 +0000 1 files changed, 9 insertions(+), 4 deletions(-) commit ff246c746cc0093bfdf7c5ed190f14255096e2e7 -Author: sam +Author: sam Date: Sat Dec 23 19:12:52 2006 +0000 * Oops, correctly install manpage. @@ -5052,7 +5206,7 @@ Date: Sat Dec 23 19:12:52 2006 +0000 1 files changed, 2 insertions(+), 2 deletions(-) commit abe0757d55551c30d8b93f9b525dca8c206f6766 -Author: sam +Author: sam Date: Sat Dec 23 18:40:28 2006 +0000 * Typo in Makefile.am. @@ -5061,7 +5215,7 @@ Date: Sat Dec 23 18:40:28 2006 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit d54d8db8c340ce46d6ac2d6d76b8e333ba42f9f6 -Author: sam +Author: sam Date: Sat Dec 23 18:37:52 2006 +0000 * Prepare version 0.1. @@ -5073,7 +5227,7 @@ Date: Sat Dec 23 18:37:52 2006 +0000 4 files changed, 15 insertions(+), 2 deletions(-) commit b4c0935ccf7eb7d019581f5917c85c2f1f1e5b34 -Author: sam +Author: sam Date: Fri Dec 22 23:40:03 2006 +0000 * Sync’ed README and manpage. @@ -5082,7 +5236,7 @@ Date: Fri Dec 22 23:40:03 2006 +0000 1 files changed, 6 insertions(+), 11 deletions(-) commit 077054a3cc4e4a064561d648f8f37573c78dfae0 -Author: sam +Author: sam Date: Fri Dec 22 23:36:04 2006 +0000 * Slightly updated documentation. @@ -5092,7 +5246,7 @@ Date: Fri Dec 22 23:36:04 2006 +0000 2 files changed, 26 insertions(+), 12 deletions(-) commit d1f8b10b4406ecfa68c2be1981de3825ef63eb3b -Author: sam +Author: sam Date: Fri Dec 22 17:01:16 2006 +0000 * Fix stdout/stderr copying. Don't use fprintf for something that can @@ -5102,7 +5256,7 @@ Date: Fri Dec 22 17:01:16 2006 +0000 1 files changed, 1 insertions(+), 5 deletions(-) commit b53d285afd7fdc85097223e19d98a92b03565247 -Author: sam +Author: sam Date: Fri Dec 22 16:54:55 2006 +0000 * Fix a cleanup bug in the testsuite. @@ -5112,7 +5266,7 @@ Date: Fri Dec 22 16:54:55 2006 +0000 1 files changed, 10 insertions(+), 6 deletions(-) commit e1adfc44fd1f9f1f903e5b190d3e9a2f092b8743 -Author: sam +Author: sam Date: Fri Dec 22 16:36:47 2006 +0000 * Slightly modified --help message. @@ -5121,7 +5275,7 @@ Date: Fri Dec 22 16:36:47 2006 +0000 1 files changed, 8 insertions(+), 7 deletions(-) commit d98b13bf9b3a3c123f09c76d37122139ab367038 -Author: sam +Author: sam Date: Fri Dec 22 16:36:30 2006 +0000 * Wrote a manpage. Phew. @@ -5133,7 +5287,7 @@ Date: Fri Dec 22 16:36:30 2006 +0000 4 files changed, 214 insertions(+), 1 deletions(-) commit 7a64c123daa17f5aeaf4b8cefaf0fc14ea3cfb69 -Author: sam +Author: sam Date: Fri Dec 22 15:06:21 2006 +0000 * Implement --max-bytes and --max-time. @@ -5142,7 +5296,7 @@ Date: Fri Dec 22 15:06:21 2006 +0000 1 files changed, 118 insertions(+), 43 deletions(-) commit 5a856cd864e8da9ec398266fd2da62c1c34a4148 -Author: sam +Author: sam Date: Fri Dec 22 13:53:58 2006 +0000 * Implemented parallelisation. @@ -5153,7 +5307,7 @@ Date: Fri Dec 22 13:53:58 2006 +0000 1 files changed, 206 insertions(+), 78 deletions(-) commit 4d714909cd2fd4c476adb37ea18fd89cd88ef711 -Author: sam +Author: sam Date: Fri Dec 22 13:18:13 2006 +0000 * Don’t rely on libzzuf.h in debug.c, so that it can be used in zzuf, too. @@ -5162,7 +5316,7 @@ Date: Fri Dec 22 13:18:13 2006 +0000 1 files changed, 2 insertions(+), 1 deletions(-) commit 0525ddd7c02676049dab2cadf357310a155acee7 -Author: sam +Author: sam Date: Thu Dec 21 19:56:22 2006 +0000 * Fork to launch the child and read its stdout/stderr. @@ -5171,7 +5325,7 @@ Date: Thu Dec 21 19:56:22 2006 +0000 1 files changed, 92 insertions(+), 19 deletions(-) commit 343875108d71916e2ce7b865767129d64780e1b6 -Author: sam +Author: sam Date: Mon Dec 18 13:23:56 2006 +0000 * Improved help. @@ -5180,7 +5334,7 @@ Date: Mon Dec 18 13:23:56 2006 +0000 1 files changed, 30 insertions(+), 7 deletions(-) commit f0e3700a62d7af44414dea3f82d8dbc6a3b0739b -Author: sam +Author: sam Date: Mon Dec 18 12:58:47 2006 +0000 * Improved TODO list. @@ -5189,7 +5343,7 @@ Date: Mon Dec 18 12:58:47 2006 +0000 1 files changed, 14 insertions(+), 10 deletions(-) commit b05f2326f7ba1383c541a8c4bf7d6eb76c934ed0 -Author: sam +Author: sam Date: Mon Dec 18 12:48:49 2006 +0000 * More testsuite improvements. @@ -5198,7 +5352,7 @@ Date: Mon Dec 18 12:48:49 2006 +0000 1 files changed, 40 insertions(+), 13 deletions(-) commit cf7c6a6353b7b918a4208b956ea48fa35f90bcef -Author: sam +Author: sam Date: Mon Dec 18 11:07:42 2006 +0000 * Better tests and error reporting in the testsuite. @@ -5207,7 +5361,7 @@ Date: Mon Dec 18 11:07:42 2006 +0000 1 files changed, 36 insertions(+), 8 deletions(-) commit f5ef4d4d49a81de0f2d6c9a7a4f411af3cc781d5 -Author: sam +Author: sam Date: Sun Dec 17 23:58:23 2006 +0000 * Huge performance improvement by caching the bit array. Yay. @@ -5220,7 +5374,7 @@ Date: Sun Dec 17 23:58:23 2006 +0000 5 files changed, 49 insertions(+), 23 deletions(-) commit 9a3253a9c8de7a325b1b186cae0ac19c1f14c3cc -Author: sam +Author: sam Date: Sun Dec 17 22:14:13 2006 +0000 * Added getc(), fgetc(), fgets(), ungetc(), getline() and getdelim(). @@ -5230,7 +5384,7 @@ Date: Sun Dec 17 22:14:13 2006 +0000 1 files changed, 196 insertions(+), 22 deletions(-) commit d90c8d8d34d7657f15bdd0ca4d0849a80709423b -Author: sam +Author: sam Date: Sun Dec 17 22:12:11 2006 +0000 * Better, more complete testsuite program. @@ -5239,7 +5393,7 @@ Date: Sun Dec 17 22:12:11 2006 +0000 1 files changed, 20 insertions(+), 7 deletions(-) commit 2a44223aaa5b90a48e1f9bb044500574dc69e51e -Author: sam +Author: sam Date: Sun Dec 17 17:33:02 2006 +0000 * Added a testsuite script. @@ -5251,7 +5405,7 @@ Date: Sun Dec 17 17:33:02 2006 +0000 4 files changed, 17 insertions(+), 1 deletions(-) commit e34777b38d84bfbd997d6b72dd23ff57f5f59652 -Author: sam +Author: sam Date: Sun Dec 17 17:17:31 2006 +0000 * Split preload.c into load-fd.c and load-stream.c. @@ -5267,7 +5421,7 @@ Date: Sun Dec 17 17:17:31 2006 +0000 8 files changed, 391 insertions(+), 346 deletions(-) commit bdf9b43116c6c01e31f097ce8cfe780e7735e370 -Author: sam +Author: sam Date: Sat Dec 16 10:37:41 2006 +0000 * Update README file. @@ -5276,7 +5430,7 @@ Date: Sat Dec 16 10:37:41 2006 +0000 1 files changed, 11 insertions(+), 10 deletions(-) commit f0e76579671d435ec92b73d70a31b1a22dba49fa -Author: sam +Author: sam Date: Fri Dec 15 20:42:27 2006 +0000 * Added AUTHORS file. @@ -5286,7 +5440,7 @@ Date: Fri Dec 15 20:42:27 2006 +0000 2 files changed, 2 insertions(+), 1 deletions(-) commit e76e830dc0ed123f7d4872ca5000f983dc2c55c7 -Author: sam +Author: sam Date: Fri Dec 15 18:49:33 2006 +0000 * More TODO. @@ -5295,7 +5449,7 @@ Date: Fri Dec 15 18:49:33 2006 +0000 1 files changed, 7 insertions(+), 1 deletions(-) commit 01648ee6aad054d2e6deaee48e7e18715b35a270 -Author: sam +Author: sam Date: Fri Dec 15 18:48:24 2006 +0000 * Rename zzuf_preload to zzuf_preload_libc. You never know. @@ -5307,7 +5461,7 @@ Date: Fri Dec 15 18:48:24 2006 +0000 4 files changed, 12 insertions(+), 14 deletions(-) commit 309d2231c7acfcffe5caf939a92210d8abc84181 -Author: sam +Author: sam Date: Fri Dec 15 17:48:17 2006 +0000 * Added a few examples to README. @@ -5316,7 +5470,7 @@ Date: Fri Dec 15 17:48:17 2006 +0000 1 files changed, 43 insertions(+), 3 deletions(-) commit 9ce2cf73b4b3fa3c28a65851ef32aca83ebd78f1 -Author: sam +Author: sam Date: Fri Dec 15 17:47:59 2006 +0000 * Fix ratio so that it talks about bits, not bytes. @@ -5326,7 +5480,7 @@ Date: Fri Dec 15 17:47:59 2006 +0000 2 files changed, 6 insertions(+), 6 deletions(-) commit b7342aa9932677c6d764c9d9171d1b41f6b27d46 -Author: sam +Author: sam Date: Fri Dec 15 17:44:20 2006 +0000 * Support --prefix (library location). @@ -5336,7 +5490,7 @@ Date: Fri Dec 15 17:44:20 2006 +0000 2 files changed, 2 insertions(+), 2 deletions(-) commit b5bd3458d137034333562b7c3d1819cb3bed9e1e -Author: sam +Author: sam Date: Fri Dec 15 16:10:56 2006 +0000 * Rename percent to ratio. @@ -5350,7 +5504,7 @@ Date: Fri Dec 15 16:10:56 2006 +0000 6 files changed, 48 insertions(+), 37 deletions(-) commit a1f60e0d7cf32a4ebd2448d5dafe143ecd44e61d -Author: sam +Author: sam Date: Fri Dec 15 15:07:38 2006 +0000 * Crap, percents could not go higer than 1.0. @@ -5359,7 +5513,7 @@ Date: Fri Dec 15 15:07:38 2006 +0000 1 files changed, 2 insertions(+), 3 deletions(-) commit 178c82d46b051b0db720c5fc156fee542dd05b0d -Author: sam +Author: sam Date: Fri Dec 15 14:57:59 2006 +0000 * Switch random back to 32 bits. It's enough (tm). @@ -5369,7 +5523,7 @@ Date: Fri Dec 15 14:57:59 2006 +0000 2 files changed, 6 insertions(+), 9 deletions(-) commit 909599959425f63adab5164980baafcd7891d0bd -Author: sam +Author: sam Date: Fri Dec 15 14:07:46 2006 +0000 * Really fix the inconsistency bug. Now dd bs=2048 count=1 gives the same @@ -5379,7 +5533,7 @@ Date: Fri Dec 15 14:07:46 2006 +0000 1 files changed, 9 insertions(+), 11 deletions(-) commit 934366dd7667ab3e43b12d06df62d39278397ede -Author: sam +Author: sam Date: Fri Dec 15 13:20:01 2006 +0000 * Implemented lseek() and factored lseek64() code. @@ -5388,7 +5542,7 @@ Date: Fri Dec 15 13:20:01 2006 +0000 1 files changed, 37 insertions(+), 22 deletions(-) commit 5b04ac93c83e199cbad58c15ce487cde13ff80f6 -Author: sam +Author: sam Date: Fri Dec 15 13:12:44 2006 +0000 * Handle percent < 100.0/CHUNK_SIZE a bit better. @@ -5398,7 +5552,7 @@ Date: Fri Dec 15 13:12:44 2006 +0000 1 files changed, 9 insertions(+), 8 deletions(-) commit 8e3241bb8ee503869d323fbd4d704ca66c843084 -Author: sam +Author: sam Date: Fri Dec 15 10:18:57 2006 +0000 * Add a printf attribute to the debug function to trap errors. @@ -5407,7 +5561,7 @@ Date: Fri Dec 15 10:18:57 2006 +0000 1 files changed, 3 insertions(+), 1 deletions(-) commit 2d6bfa0f77176df301fe6f1d0c919627d452ab6c -Author: sam +Author: sam Date: Fri Dec 15 10:07:53 2006 +0000 * Oops, fix a bug in the lseek64() diversion. @@ -5416,7 +5570,7 @@ Date: Fri Dec 15 10:07:53 2006 +0000 1 files changed, 2 insertions(+), 9 deletions(-) commit 784d34c471e815d82d3a4c586fbd5daa598ee0bc -Author: sam +Author: sam Date: Fri Dec 15 10:06:30 2006 +0000 * Divert close, fclose, lseek64. @@ -5426,7 +5580,7 @@ Date: Fri Dec 15 10:06:30 2006 +0000 2 files changed, 88 insertions(+), 8 deletions(-) commit fd9825dd5225c902205f2fc996fc870f1231cefa -Author: sam +Author: sam Date: Fri Dec 15 09:08:52 2006 +0000 * Remove useless verbosity. @@ -5435,7 +5589,7 @@ Date: Fri Dec 15 09:08:52 2006 +0000 1 files changed, 13 insertions(+), 13 deletions(-) commit cac118f089b178c7bf70bbde6fc218391684ed97 -Author: sam +Author: sam Date: Fri Dec 15 09:03:48 2006 +0000 * Divert fseek(). @@ -5444,7 +5598,7 @@ Date: Fri Dec 15 09:03:48 2006 +0000 1 files changed, 30 insertions(+), 1 deletions(-) commit 3cb1ef3522349aea991b000793a28b8e18522d5a -Author: sam +Author: sam Date: Fri Dec 15 09:01:46 2006 +0000 * Better error reporting if command failed. @@ -5453,7 +5607,7 @@ Date: Fri Dec 15 09:01:46 2006 +0000 1 files changed, 5 insertions(+), 1 deletions(-) commit 00e5aea1cd4ad4a08d6f732eae718e32c90727a3 -Author: sam +Author: sam Date: Fri Dec 15 08:42:27 2006 +0000 * Add --debug. @@ -5466,7 +5620,7 @@ Date: Fri Dec 15 08:42:27 2006 +0000 4 files changed, 43 insertions(+), 25 deletions(-) commit 7ad3a52b86b2e4139d0d71d175f1f47fe9f76403 -Author: sam +Author: sam Date: Fri Dec 15 08:14:38 2006 +0000 * Add fallbacks to our functions in case other libraries call libc functions @@ -5478,7 +5632,7 @@ Date: Fri Dec 15 08:14:38 2006 +0000 3 files changed, 34 insertions(+), 6 deletions(-) commit 1ec3fd16599603a8dfaba0348f2582b464362fd3 -Author: sam +Author: sam Date: Fri Dec 15 07:53:09 2006 +0000 * Added code for --include/--exclude. Does not work yet. @@ -5492,7 +5646,7 @@ Date: Fri Dec 15 07:53:09 2006 +0000 6 files changed, 47 insertions(+), 21 deletions(-) commit 2d3ab7f839efeb4072e25b55754053ce1c73f785 -Author: sam +Author: sam Date: Fri Dec 15 00:43:39 2006 +0000 * Support fopen64(). @@ -5501,7 +5655,7 @@ Date: Fri Dec 15 00:43:39 2006 +0000 1 files changed, 28 insertions(+), 21 deletions(-) commit c2094bbdbab3ffb1f4aef791a6e176081db53851 -Author: sam +Author: sam Date: Fri Dec 15 00:26:01 2006 +0000 * First somewhat working version. @@ -5521,7 +5675,7 @@ Date: Fri Dec 15 00:26:01 2006 +0000 12 files changed, 469 insertions(+), 140 deletions(-) commit 51b336492c39af8634f99928b29eae48e3bd44e9 -Author: sam +Author: sam Date: Thu Dec 14 16:11:14 2006 +0000 * Fix a bug and refactor some code. @@ -5530,7 +5684,7 @@ Date: Thu Dec 14 16:11:14 2006 +0000 1 files changed, 18 insertions(+), 10 deletions(-) commit de6f4e24a1b7425a79415d79ca1b587bbe7d049c -Author: sam +Author: sam Date: Thu Dec 14 15:55:18 2006 +0000 * First try at libzzuf. @@ -5541,7 +5695,7 @@ Date: Thu Dec 14 15:55:18 2006 +0000 3 files changed, 115 insertions(+), 0 deletions(-) commit e13ce91133e5a6a1d261b7951d735807e31f4479 -Author: sam +Author: sam Date: Thu Dec 14 14:25:10 2006 +0000 * Oops, typo. @@ -5550,7 +5704,7 @@ Date: Thu Dec 14 14:25:10 2006 +0000 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d0ee5546b4ffe3fa704d1a9c4e756517fb80f5f -Author: sam +Author: sam Date: Thu Dec 14 14:23:07 2006 +0000 * Easy POC code. We need some LD_PRELOAD shit instead. @@ -5563,7 +5717,7 @@ Date: Thu Dec 14 14:23:07 2006 +0000 5 files changed, 257 insertions(+), 3 deletions(-) commit e876a1102d893c6c40dcee474811ec07deed2b6e -Author: sam +Author: sam Date: Wed Dec 13 20:17:27 2006 +0000 * Initial tree. diff --git a/README b/README index fc745ff..c8816df 100644 --- a/README +++ b/README @@ -5,5 +5,6 @@ zzuf is a transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program's input. zzuf's behaviour is deterministic, making it easy to reproduce bugs. -For instructions and examples on how to use zzuf, see the manual page. +For instructions and examples on how to use zzuf, see the manual page +and the website at . diff --git a/configure.ac b/configure.ac index 244b0cc..08c5fa3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ -AC_INIT(zzuf, 0.12) +AC_INIT(zzuf, 0.13) AC_CONFIG_AUX_DIR(.auto) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([no-define tar-ustar])