aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-31libpwdgrp: comment out more unused functionsDenys Vlasenko
2010-03-31libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko
2010-03-31libpwdgrp: style cleanupsDenys Vlasenko
2010-03-31libpwdgrp: code style fixes, no real code changesDenys Vlasenko
2010-03-31libpwdgrp: can't depend on strlen(line_buff) != 0Denys Vlasenko
2010-03-30dpkg: remove redundant checkDenys Vlasenko
2010-03-30ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky
2010-03-30dpkg: better check for validity of optionsDenys Vlasenko
2010-03-29dpkg: support config file overwrite optionsKim B. Heino
2010-03-29provide safe_gethostname() for non-linux systemsDenys Vlasenko
2010-03-29libbb: locate PAGE_SIZE on HurdDenys Vlasenko
2010-03-29ifplugd: code shrinkMaxim Kryzhanovsky
2010-03-28"make release" should delete .git directory tooDenys Vlasenko
2010-03-28cpio test: fix false positive with DESKTOP offDenys Vlasenko
2010-03-28usage: random tweaks to help textsDenys Vlasenko
2010-03-28dumpleases: better help textDenys Vlasenko
2010-03-27udhcpd: fix -v/-P mixupDenys Vlasenko
2010-03-27udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko
2010-03-27sysctl: tiny code shrinkDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-26vi: fix NUM + "$" handlingDenys Vlasenko
2010-03-26ash: line up builtin table. no code changesDenys Vlasenko
2010-03-26ash: trap with bad signal name should not abortDenys Vlasenko
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