Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-20 | Bug 640: a filename of length exactly 100 could bleed into the next field on | Rob Landley | |
display or extract. (Only shows up when no gnu longname extension, either because it's disabled or because tarball hasn't got it.) | |||
2006-02-20 | The gentoo security guys found another way to segfault busybox's decompression | Rob Landley | |
code: we can do a null dereference if one of our huffman tables has all zero length codes. This fixes it. (Thanks solar.) | |||
2006-02-17 | Fix for an integer overflow bug that could cause a segfault on certain | Rob Landley | |
pathological archives. (Unlikely to have security implications, the only way to trigger it basically wound up doing memset(dbuf,x,2^31) and triggering an immediate segfault. The test basically gives us a more polite error message.) Thanks to Ned Ludd and the Gentoo security guys for finding this. | |||
2006-02-17 | The tendency of vi to auto-indent can be really annoying at times. | Rob Landley | |
2006-02-17 | More whitespace than you can possibly imagine... | Rob Landley | |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-30 | sort out yet more type issues | Eric Andersen | |
2006-01-30 | fixup a few types to prevent gcc (rightfully) whining about mixing | Eric Andersen | |
signed and unsigned, unmatches pointer target types, etc | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-20 | Patch from Aurelien Jacobs to add unlzma. (A new decompression type, | Rob Landley | |
see www.7-zip.org) | |||
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2006-01-10 | Don't return 0 when there's an error. | Rob Landley | |
2005-12-29 | - silence warning about unused param | Bernhard Reutner-Fischer | |
needs revisit later on like many others to use ATTRIBUTE_UNUSED from platform.h | |||
2005-11-12 | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | Rob Landley | |
2005-10-27 | Add --no-same-owner and --no-same-permissions options to tar. | Rob Landley | |
2005-10-13 | - typo in makefile variable: s/archvial/archival/ | Bernhard Reutner-Fischer | |
2005-10-11 | There doesn't seem to be a standard header for makedev(), but this is close. | Rob Landley | |
2005-10-07 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵ | Bernhard Reutner-Fischer | |
ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later). | |||
2005-09-25 | Stop gcc4 from nit-picking about signedness of char *. | Rob Landley | |
2005-09-14 | Patch from Berhnard Fischer to keep duplicate objects out of the library. | Rob Landley | |
2005-09-14 | remove unrequired dependences | "Vladimir N. Oleynik" | |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | |
getopt.h, whitespace changes, typos, etc. | |||
2005-09-06 | typo, thanks, Bernhard Fischer | "Vladimir N. Oleynik" | |
2005-08-31 | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley | |
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | |
2005-07-30 | punt unused variable | Mike Frysinger | |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-07-20 | applying fixes from: | Paul Fox | |
0000142: unzip enhancements | |||
2005-07-20 | applying fix for: | Paul Fox | |
0000262: tar -x doesn't believe it has reached the end of archive | |||
2005-04-20 | fix printf warning | Mike Frysinger | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-03-01 | When filling the bit buffer, gzip decompression apparently never checked for ↵ | Manuel Novoa III | |
end of file, causing it to hang on corrupted input. | |||
2004-11-16 | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley | |
2004-10-13 | Make certain clients of bb_make_directory default to honoring | Eric Andersen | |
the user's umask | |||
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor | |||
2004-08-28 | Fixup some warnings | Eric Andersen | |
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | |
dev_t. This is especially important now that the user space concept of a dev_t and the kernel concept of a dev_t are divergant. The only bit of user space allowed to know the number of major and minor bits is include/sys/sysmacros.h (i.e. part of libc). When used with a current C library and a 2.6.x kernel, this fix should allow BusyBox to support wide device major/minor numbers. -Erik | |||
2004-04-29 | Fix symlink handling and small memory leak | Glenn L McGrath | |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-04-09 | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath | |
2004-04-05 | rename uncompress.c to decompress_uncompress.c | Eric Andersen | |
rename unzip.c to decompress_unzip.c | |||
2004-03-27 | Add missing include files | Eric Andersen | |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | |
s/fileno\(stdout\)/STDOUT_FILENO/g | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-02-21 | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath | |
it seemed like a good idea at the time. | |||
2004-02-20 | Fix up hard links | Glenn L McGrath | |
2004-02-20 | A strict interpretation of the ustar format requires the type flag to be | Glenn L McGrath | |
interpreted, we cannot depend on the file type being set in the mode field. | |||
2004-02-19 | Add extra comments, freakout if a pax archive is encoutered. | Glenn L McGrath | |