aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-235-20/+18
* brctl: fixing stp parameters incompatibilityMaciek Borzecki2010-03-232-13/+18
* lsusb: 2.6.32 compatSouf Oued2010-03-231-14/+18
* udhcp: code shrinkDenys Vlasenko2010-03-231-46/+40
* udhcp: remove two unused fieldsDenys Vlasenko2010-03-232-2/+0
* ash,hush: make it possible to build them individuallyDenys Vlasenko2010-03-233-8/+15
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko2010-03-221-60/+41
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-2211-529/+483
* udhcpc: do not test for srand init, just do it at the startDenys Vlasenko2010-03-221-11/+5
* udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko2010-03-225-295/+240
* udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko2010-03-224-125/+105
* 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