aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-0374-57/+57
* *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-039-2/+3
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-022-137/+137
* whitespace fixDenys Vlasenko2010-11-011-1/+1
* decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko2010-11-011-1/+2
* umount: cleanup and code shrinkRob Landley2010-11-011-40/+7
* stat: fix mtime/ctime/atimeEric Lammerts2010-10-301-4/+3
* fdisk: fix trivial build failureDenys Vlasenko2010-10-301-0/+1
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-305-11/+1
* decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko2010-10-301-12/+13
* decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko2010-10-301-74/+99
* decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko2010-10-291-0/+11
* scripts/mkdiff_obj: show "size OBJFILE" tooDenys Vlasenko2010-10-291-2/+2
* decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-292-7/+15
* decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko2010-10-291-21/+28
* powertop: build fix for !386 compilesDenys Vlasenko2010-10-291-1/+1
* decompress_bunzip2: code shrinkDenys Vlasenko2010-10-291-44/+67
* whitespace cleanupDenys Vlasenko2010-10-2969-268/+231
* ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko2010-10-291-55/+68
* telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko2010-10-291-24/+24
* telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko2010-10-291-69/+63
* unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko2010-10-291-2/+5
* dnsd: fix 64-bit bug 2539.Denys Vlasenko2010-10-291-1/+1
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-285-30/+81
* bloat-o-meter: make it python3 compliantMarek Polacek2010-10-281-2/+2
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-288-72/+78
* scripts: remove bitrotted scripts/individualDenys Vlasenko2010-10-283-139/+16
* update docs/new-applet-HOWTO.txtHolger Blasum2010-10-281-9/+9
* ipcrm: small code shrinkDenys Vlasenko2010-10-281-4/+3
* *: whitespace fixesDenys Vlasenko2010-10-2882-183/+185
* mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin2010-10-281-12/+22
* login: free fromhost upon cleaning upAlexander Shishkin2010-10-281-0/+7
* crc32: cleanups, no code changesDenys Vlasenko2010-10-282-3/+2
* netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko2010-10-281-3/+6
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-279-73/+49
* netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko2010-10-271-47/+62
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-10-274-52/+54
|\
| * top: Use _exit() instead of exit() in sighandlerMarek Polacek2010-10-271-1/+2
| * netstat: fix -r display in usage textBob Dunlop2010-10-272-49/+50
| * whitespace fixDenys Vlasenko2010-10-271-2/+2
* | mv: implement -n optionDenys Vlasenko2010-10-262-25/+33
|/
* powertop: simplified C-state display codeDenys Vlasenko2010-10-261-14/+7
* powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko2010-10-261-1/+1
* powertop: fixes to output format and code shrinkDenys Vlasenko2010-10-261-161/+169
* powertop: code shrinkDenys Vlasenko2010-10-261-192/+185
* libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko2010-10-251-4/+4
* powertop: new appletMarek Polacek2010-10-253-11/+897
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-255-26/+275
* init: do not sleep forever on usage errorsDenys Vlasenko2010-10-251-4/+13
* sha1: small tweak for clearer code, no logic changesDenys Vlasenko2010-10-241-1/+1