aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-23ash,hush: make it possible to build them individuallyDenys Vlasenko
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: do not test for srand init, just do it at the startDenys Vlasenko
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko
2010-03-21flock: should not be selected by defaultDenys Vlasenko
2010-03-21touch: do not ignore argument of -d/-t optionMikhail Gusarov
2010-03-21dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko
2010-03-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2010-03-20udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko
2010-03-20udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko
2010-03-20udhcpd: remove redundant code in send_offer()Denys Vlasenko
2010-03-20udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko
2010-03-20flock: better help textDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2010-03-19tar: optional support for restoring selinux contextJ. Tang
2010-03-19libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko
2010-03-18flock: new appletTimo Teras
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich
2010-03-18libbb/loop: comment out u32 hackDenys Vlasenko
2010-03-17brctl: Fix commentBernhard Reutner-Fischer
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki
2010-03-16mdev: fix a trivial SEGVDenys Vlasenko
2010-03-16libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko
2010-03-16include/fix_u32.h: try harder to not cause redefinition errorsDenys Vlasenko
2010-03-15tar compability modes for dpkgKim B. Heino
2010-03-15ar: add archive creation supportAlexander Shishkin
2010-03-14fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko
2010-03-14beep: the -d option takes milliseconds not microsecondsNatanael Copa
2010-03-14testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko
2010-03-13ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)Denys Vlasenko
2010-03-12tailk: fix error detected by testsuiteDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: style fixesDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-11awk: code shrinkDenys Vlasenko
2010-03-11awk: code shrink; style fixesDenys Vlasenko
2010-03-11awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko
2010-03-11awk: add two tests we currently failDenys Vlasenko
2010-03-10awk: simple code shrinkDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko
2010-03-10popmaildir: give examples in help text. +91 byteDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich