aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-222-76/+86
* tftpd: can also have TFTP_DEBUGDenis Vlasenko2008-11-221-1/+1
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-224-11/+23
* ash: NTO2 needs #if ENABLE_ASH_BASH_COMPATDenis Vlasenko2008-11-221-0/+2
* ash: fix miscalculation of memory needed for eval treeDenis Vlasenko2008-11-211-33/+35
* dpkg: better and shorter code to compare versionsDenis Vlasenko2008-11-201-68/+59
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-202-22/+36
* vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko2008-11-191-45/+78
* klogd: fix small buglet in previous commitDenis Vlasenko2008-11-191-0/+1
* klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko2008-11-191-20/+17
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-172-23/+36
* nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko2008-11-171-4/+9
* id: do not abort build if we use internal password/group functions.Denis Vlasenko2008-11-171-0/+2
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko2008-11-161-11/+26
* id: abort the build of uclibc is less than 0.9.30Denis Vlasenko2008-11-161-0/+6
* man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko2008-11-161-47/+56
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-142-2/+2
* inotify: document waiting behaviorDenis Vlasenko2008-11-142-5/+6
* inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko2008-11-141-22/+29
* ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier2008-11-142-2/+13
* stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko2008-11-131-14/+14
* libbb: sha_crypt -123 bytesDenis Vlasenko2008-11-131-30/+34
* libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko2008-11-131-11/+9
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-132-6/+44
* arp: stop using globalsDenis Vlasenko2008-11-132-33/+50
* gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko2008-11-121-6/+19
* seq: shrink by 10 bytesDenis Vlasenko2008-11-121-8/+9
* correct help textsDenis Vlasenko2008-11-121-10/+7
* telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko2008-11-121-10/+15
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-122-6/+12
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-123-6/+19
* modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko2008-11-122-45/+63
* cksum, printenv: report errors via exitcodeDenis Vlasenko2008-11-112-3/+10
* head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko2008-11-111-4/+4
* expr: on error, exit with exitcode 2Denis Vlasenko2008-11-111-7/+4
* stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko2008-11-111-6/+21
* env: support -uVAR=VALDenis Vlasenko2008-11-111-8/+10
* du: fix "du /dir /dir" caseDenis Vlasenko2008-11-112-48/+36
* runsvdir: straighten some convoluted code. logic is unchangedDenis Vlasenko2008-11-111-8/+6
* telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko2008-11-112-122/+168
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-116-802/+781
* webpage: announce 1.13.0 and 1.12.2Denis Vlasenko2008-11-101-3/+101
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-107-35/+322
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-106-52/+635
* Typo fixesDenis Vlasenko2008-11-102-2/+2
* libbb: constify some data in sha1. gcc is clever enough to do it itself,Denis Vlasenko2008-11-101-22/+13
* build system: reorder less' options in config so thatDenis Vlasenko2008-11-101-16/+16
* Bump version to 1.14.0.svnDenis Vlasenko2008-11-091-2/+2
* Bump version to 1.13.0Denis Vlasenko2008-11-091-1/+1