Changeset 1654 for zzuf/trunk/ChangeLog
- Timestamp:
- Jan 12, 2007, 12:36:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/ChangeLog
r1622 r1654 1 ------------------------------------------------------------------------ 2 r188 | sam | 2007-01-12 00:30:29 +0100 (Fri, 12 Jan 2007) | 3 lines 3 Changed paths: 4 M /trunk/src/fd.c 5 6 * Got rid of malloc() for each file opened. Now we only start calling 7 malloc() after the 32th file descriptor. 8 9 ------------------------------------------------------------------------ 10 r187 | sam | 2007-01-11 23:43:45 +0100 (Thu, 11 Jan 2007) | 2 lines 11 Changed paths: 12 M /trunk/src/fd.c 13 M /trunk/src/libzzuf.h 14 15 * Reduce number of malloc() calls within libzzuf. 16 17 ------------------------------------------------------------------------ 18 r186 | sam | 2007-01-11 23:11:56 +0100 (Thu, 11 Jan 2007) | 2 lines 19 Changed paths: 20 M /trunk/src/fd.c 21 22 * Remove two useless malloc() calls. 23 24 ------------------------------------------------------------------------ 25 r185 | sam | 2007-01-11 23:11:28 +0100 (Thu, 11 Jan 2007) | 2 lines 26 Changed paths: 27 M /trunk/src/zzuf.c 28 29 * Don't stop if the process was killed by us. 30 31 ------------------------------------------------------------------------ 32 r184 | sam | 2007-01-11 11:21:11 +0100 (Thu, 11 Jan 2007) | 2 lines 33 Changed paths: 34 M /trunk/src/load-mem.c 35 36 * Better realloc dummy implementation. 37 38 ------------------------------------------------------------------------ 39 r183 | sam | 2007-01-11 01:39:59 +0100 (Thu, 11 Jan 2007) | 2 lines 40 Changed paths: 41 M /trunk/src/libzzuf.c 42 M /trunk/src/load-fd.c 43 M /trunk/src/load-mem.c 44 M /trunk/src/load-signal.c 45 M /trunk/src/load-stream.c 46 M /trunk/src/load.h 47 48 * Minor code factorisation into LOADSYM(). 49 50 ------------------------------------------------------------------------ 51 r182 | sam | 2007-01-11 01:27:47 +0100 (Thu, 11 Jan 2007) | 2 lines 52 Changed paths: 53 M /trunk/doc/zzuf.1 54 55 * Typo in the manpage. 56 57 ------------------------------------------------------------------------ 58 r181 | sam | 2007-01-10 19:11:13 +0100 (Wed, 10 Jan 2007) | 2 lines 59 Changed paths: 60 M /trunk/src/load-mem.c 61 62 * Allow several calls to malloc()/calloc() in the library preloading stage. 63 64 ------------------------------------------------------------------------ 65 r180 | sam | 2007-01-10 18:31:58 +0100 (Wed, 10 Jan 2007) | 2 lines 66 Changed paths: 67 M /trunk/doc/zzuf.1 68 M /trunk/src/load-mem.c 69 70 * Removed brk/sbrk, they're so outdated and useless. 71 72 ------------------------------------------------------------------------ 73 r179 | sam | 2007-01-10 18:25:09 +0100 (Wed, 10 Jan 2007) | 2 lines 74 Changed paths: 75 M /trunk/src/load-mem.c 76 77 * Oops, fixed an old OS X build failure. 78 79 ------------------------------------------------------------------------ 80 r178 | sam | 2007-01-10 18:23:23 +0100 (Wed, 10 Jan 2007) | 2 lines 81 Changed paths: 82 M /trunk/configure.ac 83 M /trunk/src/load-mem.c 84 85 * Check for memalign and posix_memalign. 86 87 ------------------------------------------------------------------------ 88 r177 | sam | 2007-01-10 18:19:48 +0100 (Wed, 10 Jan 2007) | 2 lines 89 Changed paths: 90 M /trunk/configure.ac 91 M /trunk/src/load-mem.c 92 93 * Check for malloc.h. 94 95 ------------------------------------------------------------------------ 96 r176 | sam | 2007-01-10 18:17:26 +0100 (Wed, 10 Jan 2007) | 3 lines 97 Changed paths: 98 M /trunk/doc/zzuf.1 99 M /trunk/src/libzzuf.c 100 M /trunk/src/libzzuf.h 101 M /trunk/src/load-mem.c 102 M /trunk/src/zzuf.c 103 104 * Implemented memory limits. Probably breaks on other arches because of all 105 the new functions. 106 107 ------------------------------------------------------------------------ 108 r175 | sam | 2007-01-10 16:22:09 +0100 (Wed, 10 Jan 2007) | 2 lines 109 Changed paths: 110 M /trunk/doc/zzuf.1 111 M /trunk/src/zzuf.c 112 M /trunk/test/testsuite.sh 113 114 * Changed -M to -m (for --md5). 115 116 ------------------------------------------------------------------------ 117 r174 | sam | 2007-01-10 15:57:22 +0100 (Wed, 10 Jan 2007) | 2 lines 118 Changed paths: 119 M /trunk/src/Makefile.am 120 M /trunk/src/libzzuf.c 121 M /trunk/src/load-fd.c 122 A /trunk/src/load-mem.c (from /trunk/src/load-fd.c:173) 123 M /trunk/src/load.h 124 125 * Split load-fd.c into load-fd.c and load-mem.c (mmap, etc.). 126 127 ------------------------------------------------------------------------ 128 r173 | sam | 2007-01-09 17:39:07 +0100 (Tue, 09 Jan 2007) | 2 lines 129 Changed paths: 130 M /trunk/src/load-fd.c 131 132 * Fixed double mmap debug message. 133 134 ------------------------------------------------------------------------ 135 r172 | sam | 2007-01-09 17:16:00 +0100 (Tue, 09 Jan 2007) | 3 lines 136 Changed paths: 137 M /trunk/src/load-fd.c 138 139 * Add verbosity to read() and mmap() so that we roughly know where we 140 are reading. 141 142 ------------------------------------------------------------------------ 143 r171 | sam | 2007-01-09 17:14:31 +0100 (Tue, 09 Jan 2007) | 2 lines 144 Changed paths: 145 M /trunk/src/debug.c 146 147 * Change debug's %c so that it automatically escapes binary characters. 148 149 ------------------------------------------------------------------------ 150 r170 | sam | 2007-01-09 16:40:08 +0100 (Tue, 09 Jan 2007) | 2 lines 151 Changed paths: 152 M /trunk/src/load-fd.c 153 154 * mmap() maps the file descriptor at offset 0. 155 156 ------------------------------------------------------------------------ 157 r169 | sam | 2007-01-09 12:22:09 +0100 (Tue, 09 Jan 2007) | 3 lines 158 Changed paths: 159 M /trunk/doc/zzuf.1 160 M /trunk/src/zzuf.c 161 162 * Don’t report exit status by default. 163 * Add -x/--check-exit to get back to the previous behaviour. 164 165 ------------------------------------------------------------------------ 166 r168 | sam | 2007-01-09 11:07:35 +0100 (Tue, 09 Jan 2007) | 2 lines 167 Changed paths: 168 M /trunk/doc/zzuf.1 169 M /trunk/src/zzuf.c 170 171 * Bah, reverted that. We'll use -O for --offset. 172 173 ------------------------------------------------------------------------ 174 r167 | sam | 2007-01-09 11:05:47 +0100 (Tue, 09 Jan 2007) | 2 lines 175 Changed paths: 176 M /trunk/doc/zzuf.1 177 M /trunk/src/zzuf.c 178 179 * Rename -B/--max-bytes to -O/--max-output so that we can implement -A/-B. 180 181 ------------------------------------------------------------------------ 182 r166 | sam | 2007-01-09 11:02:57 +0100 (Tue, 09 Jan 2007) | 2 lines 183 Changed paths: 184 M /trunk/configure.ac 185 M /trunk/doc/zzuf.1 186 M /trunk/src/load-fd.c 187 188 * Implement map_fd for OS X. 189 190 ------------------------------------------------------------------------ 191 r165 | sam | 2007-01-08 22:51:06 +0100 (Mon, 08 Jan 2007) | 2 lines 192 Changed paths: 193 M /trunk/test/testsuite.sh 194 195 * Fixed testsuite for anal shells. 196 197 ------------------------------------------------------------------------ 198 r164 | sam | 2007-01-08 22:49:57 +0100 (Mon, 08 Jan 2007) | 2 lines 199 Changed paths: 200 M /trunk/src/zzuf.c 201 202 * Tru64 loader support (_RLD_LIST). 203 204 ------------------------------------------------------------------------ 205 r163 | sam | 2007-01-08 22:48:39 +0100 (Mon, 08 Jan 2007) | 2 lines 206 Changed paths: 207 M /trunk/configure.ac 208 209 * Fix the socklen_t type detection on Linux. 210 211 ------------------------------------------------------------------------ 212 r162 | sam | 2007-01-08 22:05:05 +0100 (Mon, 08 Jan 2007) | 2 lines 213 Changed paths: 214 M /trunk/src/load-signal.c 215 216 * Define sig_t to void (*) (int) if it does not exist. 217 218 ------------------------------------------------------------------------ 219 r161 | sam | 2007-01-08 22:03:32 +0100 (Mon, 08 Jan 2007) | 2 lines 220 Changed paths: 221 M /trunk/configure.ac 222 M /trunk/src/load-fd.c 223 224 * Define socklen_t to int if it does not exist. 225 226 ------------------------------------------------------------------------ 227 r160 | sam | 2007-01-08 19:15:49 +0100 (Mon, 08 Jan 2007) | 2 lines 228 Changed paths: 229 M /trunk/test/testsuite.sh 230 231 * Test suite now uses the new MD5 feature. 232 233 ------------------------------------------------------------------------ 234 r159 | sam | 2007-01-08 18:54:16 +0100 (Mon, 08 Jan 2007) | 2 lines 235 Changed paths: 236 M /trunk/doc/zzuf.1 237 M /trunk/src/zzuf.c 238 239 * Changed --md5 to only compute the standard output. 240 241 ------------------------------------------------------------------------ 242 r158 | sam | 2007-01-08 18:50:34 +0100 (Mon, 08 Jan 2007) | 2 lines 243 Changed paths: 244 M /trunk/doc/zzuf.1 245 M /trunk/src/Makefile.am 246 A /trunk/src/md5.c 247 A /trunk/src/md5.h 248 M /trunk/src/zzuf.c 249 250 * Implemented -M/--md5 flag. 251 252 ------------------------------------------------------------------------ 253 r157 | sam | 2007-01-07 22:29:37 +0100 (Sun, 07 Jan 2007) | 3 lines 254 Changed paths: 255 M /trunk/ChangeLog 256 M /trunk/NEWS 257 M /trunk/configure.ac 258 259 * Version 0.3. 260 * Updated NEWS and ChangeLog. 261 1 262 ------------------------------------------------------------------------ 2 263 r156 | sam | 2007-01-07 22:14:26 +0100 (Sun, 07 Jan 2007) | 2 lines
Note: See TracChangeset
for help on using the changeset viewer.