aboutsummaryrefslogtreecommitdiff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2010-03-26vi: fix NUM + "$" handlingDenys Vlasenko1-38/+39
2010-03-26ash: line up builtin table. no code changesDenys Vlasenko1-45/+45
2010-03-26ash: trap with bad signal name should not abortDenys Vlasenko3-4/+19
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich5-106/+284
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko15-85/+55
2010-03-26unexpand: fix "a b"\n" input caseTomas Heinrich2-7/+13
2010-03-26[un]expand: account for different character widths. +16 bytes.Tomas Heinrich1-2/+8
2010-03-26udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko8-34/+37
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko8-497/+485
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko7-24/+61
2010-03-25update defconfigBernhard Reutner-Fischer1-0/+1
2010-03-25remove ar write support from TODOBernhard Reutner-Fischer1-3/+0
2010-03-24udhcp: add testing bits to dns en/decoderDenys Vlasenko1-2/+35
2010-03-24udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko1-37/+43
2010-03-24udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko1-6/+6
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko5-20/+18
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki2-13/+18
2010-03-23lsusb: 2.6.32 compatSouf Oued1-14/+18
2010-03-23udhcp: code shrinkDenys Vlasenko1-46/+40
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko2-2/+0
2010-03-23ash,hush: make it possible to build them individuallyDenys Vlasenko3-8/+15
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin1-1/+13
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko1-60/+41
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko11-529/+483
2010-03-22udhcpc: do not test for srand init, just do it at the startDenys Vlasenko1-11/+5
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko5-295/+240
2010-03-22udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko4-125/+105
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