aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* style fixes, no code changesvda2007-04-162-2/+4
* dpkg: use nitfields which are a bit closer to typical ushort.vda2007-04-131-62/+65
* style fixesvda2007-04-131-7/+7
* style fixes. No code changesvda2007-04-123-3/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-112-10/+4
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-104-26/+38
* make a few struct bb_applet members conditionalvda2007-04-101-1/+4
* one-liner: fix indentationvda2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/vda2007-04-101-190/+208
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-2/+1
* find: fix handling of -prunevda2007-04-081-2/+2
* random small shrinkage and elimination of staticsvda2007-04-071-2/+2
* libbb: add xunlink()vda2007-04-051-2/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-1/+1
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)vda2007-03-311-2/+3
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.vda2007-03-291-5/+3
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-2/+3
* Attempt to get more applets compile for NOMMU.vda2007-03-261-1/+7
* gzip: fix -d option handlingvda2007-03-221-1/+1
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* dpkg: free_package(NULL) is ok, so don't test for NULL, just free.vda2007-03-191-5/+2
* ls: fix segfault-if-standalone-shell, add big fat comment.vda2007-03-191-1/+1
* Kim B. Heino writes:aldot2007-03-191-5/+3
* gunzip: s/unsigned char extra_short/unsigned extra_short/vda2007-03-151-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccvda2007-03-151-2/+2
* fix TODO: getopt32 should reset optind to 1 itselfvda2007-03-151-2/+0
* modify ptr_to_globals trick so that we do not violatevda2007-03-151-5/+4
* get_header_ar: reformatted code, no real changesvda2007-03-141-10/+14
* gzip: bbunzip integration fixesvda2007-03-141-172/+19
* gzip: use common bbunzip infrastructure - ~700 bytes code lessvda2007-03-143-99/+97
* gzip: reduce global data footprint, part 3vda2007-03-142-5/+7
* gzip: reduce global data footprint, part 2vda2007-03-141-44/+46
* gzip: reduce global data footprint, part 1vda2007-03-141-446/+463
* bbunzip: remove extra formatting directives in commentsvda2007-03-121-2/+0
* kill superfluous returns at the end of void functionsvda2007-03-113-14/+0
* fix buglets found by randomconfig runvda2007-03-111-2/+14
* bbunzip: size optimization: ~90 bytesvda2007-03-092-22/+21
* bbunzip: fix comments to match realityvda2007-03-071-13/+14
* bunzip2/gunzip/uncompress/unlzma: merge into common code -vda2007-03-0710-403/+356
* remove f wordsvda2007-03-042-2/+2
* tar: handle tarfiles with (broken) checksums a-la Sun.vda2007-03-032-6/+16
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* dpkg: fix segfault on "dpkg -i"vda2007-02-151-15/+15
* make tar restore mode againvda2007-02-121-0/+8
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-2/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* fix tar t segfault (closes 1183)vda2007-02-041-18/+25
* suppress warnings about easch <applet>_main() havingvda2007-02-0313-0/+13
* preparatory patch for -Wwrite-strings #2vda2007-01-292-12/+12
* preparatory patch for -Wwrite-strings #1vda2007-01-291-1/+1