- 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
- bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
- 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
- 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
- 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
- e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
- a80b4a0 tar: improve OLDGNU compat, make old SUN compat configurable by Denis Vlasenko · 17 years ago
- 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
- 8746885 style fixes by Denis Vlasenko · 18 years ago
- c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
- 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
- 246b5c3 one-liner: fix indentation by Denis Vlasenko · 18 years ago
- b38cf3f bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ by Denis Vlasenko · 18 years ago
- 04c99eb random small shrinkage and elimination of statics by Denis Vlasenko · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
- 97fd6d8 ls: fix segfault-if-standalone-shell, add big fat comment. by Denis Vlasenko · 18 years ago
- 3ce293b gunzip: s/unsigned char extra_short/unsigned extra_short/ by Denis Vlasenko · 18 years ago
- 650a045 get_header_ar: reformatted code, no real changes by Denis Vlasenko · 18 years ago
- 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
- baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
- ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
- 940494f remove f words by Denis Vlasenko · 18 years ago
- dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 18 years ago
- e54b472 make tar restore mode again by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- 1a8bf7f missed a few #undefs (no real impact I think) by Denis Vlasenko · 18 years ago
- 7573541 fix bug 1146 (gunzip breakage introduced by me --vda) by Denis Vlasenko · 18 years ago
- c7a4aa5 move [g]zip decompressor state into malloc'ed buffer. size: by Denis Vlasenko · 18 years ago
- d1a19af split inflate_xx_setup() subroutines from inflate_xx() by Denis Vlasenko · 18 years ago
- cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 18 years ago
- 447b543 Stopped doing assignments inside expressions. Who wrote this gem, I wonder? by Denis Vlasenko · 18 years ago
- cc33ef1 decompress_unzip: preparatory patch by Denis Vlasenko · 18 years ago
- 3376298 Stop tracking buffer size - it is a constant. by Denis Vlasenko · 18 years ago
- 98b8e94 simplify access to buffer, making code a bit smaller by Denis Vlasenko · 18 years ago
- bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
- 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
- afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
- 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
- d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
- b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
- 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
- b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
- d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
- cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
- 376ce1e tar: by Denis Vlasenko · 18 years ago
- 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
- 3eb91c2 cpio: (allegedly) fix bug 0001095: by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
- 3038ac9 vconfig: fix bug 701 (I be damned if I understand it) by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
- 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
- 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
- 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
- daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
- ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
- b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 18 years ago
- 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
- bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
- 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 19 years ago
- d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- 2ad1e7c Patch from Vladamir Oleynik, reducing memory consumption. by Rob Landley · 19 years ago
- 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
- e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
- 6b4377f - remove unneeded include, use shorter boilerplate while at it and also by Bernhard Reutner-Fischer · 19 years ago
- c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
- fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
- cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
- 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago
- a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago