aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko
2010-03-26unexpand: fix "a b"\n" input caseTomas Heinrich
2010-03-26[un]expand: account for different character widths. +16 bytes.Tomas Heinrich
2010-03-26udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko
2010-03-25update defconfigBernhard Reutner-Fischer
2010-03-25remove ar write support from TODOBernhard Reutner-Fischer
2010-03-24udhcp: add testing bits to dns en/decoderDenys Vlasenko
2010-03-24udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko
2010-03-24udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki
2010-03-23lsusb: 2.6.32 compatSouf Oued
2010-03-23udhcp: code shrinkDenys Vlasenko
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko
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