|
|
@4314
|
11 years |
Sam Hocevar |
On OS X, resident_size is actually in bytes, not pages. Fixing
memory …
|
|
|
@4286
|
11 years |
Sam Hocevar |
Fix compilation warnings and errors on OpenSolaris? caused by a few of …
|
|
|
@4285
|
11 years |
Sam Hocevar |
Improve the OpenSolaris? port: support for FILE structures, and a few …
|
|
|
@4282
|
11 years |
Sam Hocevar |
Fix memory limitation method on OS X (page size was ignored) and other …
|
|
|
@4262
|
11 years |
Sam Hocevar |
On HP-UX, connect(), bind() etc. do not use the struct sockaddr type …
|
|
|
@4260
|
11 years |
Sam Hocevar |
Fix the OpenBSD port. On this platform, weird stuff happens such as …
|
|
|
@4258
|
11 years |
Sam Hocevar |
Add a workaround for OS X ignoring RLIMIT_RSS / RLIMIT_AS and …
|
|
|
@4253
|
11 years |
Sam Hocevar |
Fix copyright information and remove Id tag everywhere.
|
|
|
@4251
|
11 years |
Sam Hocevar |
Fix compilation warning in lib-fd.c.
|
|
|
@4250
|
11 years |
Sam Hocevar |
Minor cosmetic change in the verbose debug output.
|
|
|
@4249
|
11 years |
Sam Hocevar |
Fix the FreeBSD port by not fuzzing the srget() output unless it's …
|
|
|
@4248
|
11 years |
Sam Hocevar |
Reorganise FILE structure autoconf tests.
|
|
|
@4238
|
11 years |
Sam Hocevar |
Fix compilation warning due to kfreebsd’s fcntl.h defining FREAD.
|
|
|
@4237
|
11 years |
Sam Hocevar |
File descriptors 0 to 2 may be network sockets, don’t rule them out.
|
|
|
@4232
|
11 years |
Sam Hocevar |
Fix a bug caused by our seek() not understanding eglibc's behaviour.
|
|
|
@4231
|
11 years |
Sam Hocevar |
Fix an overflow in our printf's NULL handling with %p.
|
|
|
@4230
|
11 years |
Sam Hocevar |
Make seek() debug information more user-friendly.
|
|
|
@4224
|
11 years |
Sam Hocevar |
Avoid useless allocations in the network allow/deny code.
|
|
|
@4153
|
11 years |
Sam Hocevar |
getline() and getdelim() must return -1 if EOF was reached and no …
|
|
|
@4152
|
11 years |
Sam Hocevar |
Try to call _zz_init() as soon as possible. Otherwise, preloaded …
|
|
|
@4151
|
11 years |
Sam Hocevar |
Buffer debug output to reduce the number of write() calls and allow to …
|
|
|
@4150
|
11 years |
Sam Hocevar |
Avoid overlapping regions in our realloc's memcpy call.
|
|
|
@4117
|
11 years |
Sam Hocevar |
Refactor the stream diversions.
|
|
|
@4114
|
11 years |
Sam Hocevar |
Fix DEBUG_STREAM compilation on Win32.
|
|
|
@4113
|
11 years |
Sam Hocevar |
Minor Win32 compilation fix.
|
|
|
@4112
|
11 years |
Sam Hocevar |
Reorganise source code to better separate zzuf and libzzuf. Note: the …
|