aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flock: should not be selected by defaultDenys Vlasenko2010-03-211-1/+1
* touch: do not ignore argument of -d/-t optionMikhail Gusarov2010-03-211-2/+2
* dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko2010-03-212-21/+93
* udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko2010-03-219-184/+267
* udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko2010-03-214-23/+27
* udhcp: code shrink; disable time and log server optionsDenys Vlasenko2010-03-217-127/+126
* udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko2010-03-206-82/+88
* udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko2010-03-205-45/+58
* udhcpd: remove redundant code in send_offer()Denys Vlasenko2010-03-201-18/+9
* udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko2010-03-204-296/+263
* flock: better help textDenys Vlasenko2010-03-201-3/+3
* udhcp: remove support for some really old and odd optionsDenys Vlasenko2010-03-195-21/+25
* tar: optional support for restoring selinux contextJ. Tang2010-03-194-3/+108
* libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko2010-03-191-0/+3
* flock: new appletTimo Teras2010-03-185-0/+105
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-1812-30/+24
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-185-18/+189
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* brctl: Fix commentBernhard Reutner-Fischer2010-03-171-1/+1
* brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki2010-03-171-2/+3
* mdev: fix a trivial SEGVDenys Vlasenko2010-03-161-1/+1
* libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko2010-03-161-5/+10
* include/fix_u32.h: try harder to not cause redefinition errorsDenys Vlasenko2010-03-161-8/+19
* tar compability modes for dpkgKim B. Heino2010-03-151-8/+4
* ar: add archive creation supportAlexander Shishkin2010-03-157-42/+263
* fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko2010-03-141-37/+35
* beep: the -d option takes milliseconds not microsecondsNatanael Copa2010-03-141-2/+2
* testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko2010-03-142-2/+4
* ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)Denys Vlasenko2010-03-131-12/+59
* tailk: fix error detected by testsuiteDenys Vlasenko2010-03-121-1/+2
* awk: code shrinkDenys Vlasenko2010-03-121-33/+39
* awk: code shrinkDenys Vlasenko2010-03-121-143/+154
* awk: style fixesDenys Vlasenko2010-03-121-19/+20
* awk: code shrinkDenys Vlasenko2010-03-121-8/+15
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-116-35/+67
* awk: code shrinkDenys Vlasenko2010-03-111-7/+5
* awk: code shrink; style fixesDenys Vlasenko2010-03-111-41/+71
* awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko2010-03-111-21/+49
* awk: add two tests we currently failDenys Vlasenko2010-03-111-16/+97
* awk: simple code shrinkDenys Vlasenko2010-03-101-11/+13
* awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2010-03-102-10/+58
* popmaildir: give examples in help text. +91 byteDenys Vlasenko2010-03-101-2/+7
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-094-5/+73
* shell/ulimit: code shrink by 10 bytesDenys Vlasenko2010-03-081-4/+5
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko2010-03-081-0/+2
* include/fix_u32.h: fix trivial compile breakage :(Denys Vlasenko2010-03-081-2/+2
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-062-5/+7
* hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko2010-03-065-215/+253
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-055-8/+14