summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-204-37/+41
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-5/+5
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-1/+1
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-49/+49
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-0810-19/+37
* - kiltedknight writes: Busybox incorrectly parses a line from the status file...Bernhard Reutner-Fischer2007-06-051-2/+2
* - fix typo in error message. Closes #1308Bernhard Reutner-Fischer2007-06-051-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+6
* delete tons of extra #includesDenis Vlasenko2007-05-3115-34/+21
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-312-10/+1
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-2610-10/+10
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-262-5/+3
* style fixes, no code changesDenis Vlasenko2007-04-162-2/+4
* dpkg: use nitfields which are a bit closer to typical ushort.Denis Vlasenko2007-04-131-62/+65
* style fixesDenis Vlasenko2007-04-131-7/+7
* style fixes. No code changesDenis Vlasenko2007-04-123-3/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-112-10/+4
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-104-26/+38
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+4
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-2/+1
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-2/+2
* libbb: add xunlink()Denis Vlasenko2007-04-051-2/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko2007-03-311-2/+3
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko2007-03-291-5/+3
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-2/+3
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-1/+7
* gzip: fix -d option handlingDenis Vlasenko2007-03-221-1/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* dpkg: free_package(NULL) is ok, so don't test for NULL, just free.Denis Vlasenko2007-03-191-5/+2
* ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko2007-03-191-1/+1
* Kim B. Heino writes:Bernhard Reutner-Fischer2007-03-191-5/+3
* gunzip: s/unsigned char extra_short/unsigned extra_short/Denis Vlasenko2007-03-151-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccDenis Vlasenko2007-03-151-2/+2
* fix TODO: getopt32 should reset optind to 1 itselfDenis Vlasenko2007-03-151-2/+0
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-5/+4
* get_header_ar: reformatted code, no real changesDenis Vlasenko2007-03-141-10/+14
* gzip: bbunzip integration fixesDenis Vlasenko2007-03-141-172/+19
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-143-99/+97
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-142-5/+7
* gzip: reduce global data footprint, part 2Denis Vlasenko2007-03-141-44/+46
* gzip: reduce global data footprint, part 1Denis Vlasenko2007-03-141-446/+463
* bbunzip: remove extra formatting directives in commentsDenis Vlasenko2007-03-121-2/+0
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-113-14/+0
* fix buglets found by randomconfig runDenis Vlasenko2007-03-111-2/+14
* bbunzip: size optimization: ~90 bytesDenis Vlasenko2007-03-092-22/+21