aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko2013-03-181-63/+14
* mdev: fix build failureDenys Vlasenko2013-03-171-2/+1
* nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko2013-03-171-1/+1
* ash: add comment about failures in source builtin. No code changes.Denys Vlasenko2013-03-171-0/+6
* hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-173-2/+19
* ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann2013-03-151-2/+9
* ash: move code to allow setting $HOME in /etc/profileStefan Hellermann2013-03-151-13/+9
* vi: code shrinkDenys Vlasenko2013-03-151-4/+10
* vi: fix adjustment of buffer on partial file readRon Yorston2013-03-151-1/+1
* sysklogd: trim help textDenys Vlasenko2013-03-151-1/+1
* traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira2013-03-151-2/+13
* flash_eraseall: implement -NAlexander Shiyan2013-03-151-7/+8
* nanddump: fix build if nandwrite isn't enabledAlexander Shiyan2013-03-151-4/+4
* ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko2013-03-151-27/+34
* udhcpd: also add -I ADDR to help textDenys Vlasenko2013-03-141-1/+1
* udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko2013-03-131-4/+13
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-132-1/+21
* losetup: fix util-linux compatibilityMandeep Singh Baines2013-03-121-51/+65
* readlink: note that our -f is really -eMike Frysinger2013-03-121-1/+4
* readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-123-16/+13
* udhcpc: use readlink rather than realpathMike Frysinger2013-03-121-1/+1
* hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko2013-03-041-1/+2
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-032-0/+2
* decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
* decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
* decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
* lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
* bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
* bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7
* ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko2013-02-281-6/+13
* zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko2013-02-281-8/+7
* zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko2013-02-281-14/+40
* fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko2013-02-281-6/+6
* code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
* pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
* ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko2013-02-281-1/+2
* pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* Fix config help textDenys Vlasenko2013-02-281-1/+1
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3
* nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko2013-02-281-18/+40
* nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko2013-02-281-9/+9
* nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire2013-02-281-6/+9
* run-parts: stop providing incompatible short optionsDenys Vlasenko2013-02-281-32/+25
* run-parts: add --exit-on-error | -e supportPeter Korsgaard2013-02-281-3/+10
* xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
* lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
* xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
* xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1