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