aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * build system: fix for dashDenys Vlasenko2010-11-241-3/+6
| * Start 1.19.0 development cycleDenys Vlasenko2010-11-231-2/+2
| * Bump version to 1.18.01_18_0Denys Vlasenko2010-11-231-1/+1
| * date :add a comment about older toolchainsDenys Vlasenko2010-11-231-0/+1
| * fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-227-10/+26
| * fix misspelling in commentDenys Vlasenko2010-11-221-1/+1
| * hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-227-123/+160
| * nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko2010-11-221-1/+1
| * inetd: if argv[0] is not specified, set it to program nameMike Frysinger2010-11-221-0/+6
| * lineedit: fix tab-completion of filenames with spacesMike Shal2010-11-221-22/+45
| * patch: remove out-of-file build machineryDenys Vlasenko2010-11-224-31/+0
| * gen_build_files.sh: restore deleted commentDenys Vlasenko2010-11-211-0/+1
| * cmp: with -s, do not report open errorsDenys Vlasenko2010-11-211-4/+5
| * patch: simplify double list helpersDenys Vlasenko2010-11-211-42/+32
| * patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-212-162/+87
| * gen_build_files.sh: rewrite with sedMike Frysinger2010-11-161-53/+47
| * allow SKIP_STRIP to be set in the envMike Frysinger2010-11-161-1/+1
| * depmod.pl: add recursive sanity checkMike Frysinger2010-11-161-0/+3
| * lineedit: create history files with mode 0600Wolfram Sang2010-11-151-5/+7
| * hush: add support for "set -o pipefail"Denys Vlasenko2010-11-143-23/+186
| * hush: preparatory patch for set -o pipefail supportDenys Vlasenko2010-11-141-4/+5
| * libbb: remove unused variableLauri Kasanen2010-11-131-4/+3
| * deluser: do not warn spuriously when deleting group by deluserTito Ragusa2010-11-081-6/+14
| * delgroup: correct the check for users who still use the groupDenys Vlasenko2010-11-071-12/+12
| * typo fixDenys Vlasenko2010-11-062-2/+2
| * deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa2010-11-061-29/+70
| * powertop: code shrinkMaksym Kryzhanovskyy2010-11-061-12/+13
| * Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-11-061-9/+7
| |\
| | * powertop: fix last line detection in process_timer_stats()Denys Vlasenko2010-11-041-2/+2
| | * powertop: replace erroneous \n with \0; make numberic conversion more robustDenys Vlasenko2010-11-041-7/+5
| * | ls: fix -lg to show group (was showing user)Denys Vlasenko2010-11-061-3/+3
| |/
| * ip: Fix command line option parsing of "ip route get ..."Christian Hornung2010-11-041-1/+1
| * powertop: code shrinkMaksym Kryzhanovskyy2010-11-041-57/+35
| * type fix in commentDenys Vlasenko2010-11-031-1/+1
| * 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