aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko
2008-11-23strings: code shrink -22 bytes by TitoDenis Vlasenko
2008-11-23diff: emit /dev/null if diff -rN diffs a file against /dev/nullDenis Vlasenko
2008-11-22- documentation fixBernhard Reutner-Fischer
2008-11-22httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko
2008-11-22modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko
2008-11-22tftpd: can also have TFTP_DEBUGDenis Vlasenko
2008-11-22insmod: clarify module_name / file_name distinctionDenis Vlasenko
2008-11-22ash: NTO2 needs #if ENABLE_ASH_BASH_COMPATDenis Vlasenko
2008-11-21ash: fix miscalculation of memory needed for eval treeDenis Vlasenko
2008-11-20dpkg: better and shorter code to compare versionsDenis Vlasenko
2008-11-20inotifyd: exit if x event happened for all filesDenis Vlasenko
2008-11-19vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko
2008-11-19klogd: fix small buglet in previous commitDenis Vlasenko
2008-11-19klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko
2008-11-17inotify: add x, o, and u eventsDenis Vlasenko
2008-11-17nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko
2008-11-17id: do not abort build if we use internal password/group functions.Denis Vlasenko
2008-11-16libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko
2008-11-16nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko
2008-11-16id: abort the build of uclibc is less than 0.9.30Denis Vlasenko
2008-11-16man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko
2008-11-14inotifyd: fix "inotifyd with no params" caseDenis Vlasenko
2008-11-14inotify: document waiting behaviorDenis Vlasenko
2008-11-14inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko
2008-11-14ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier
2008-11-13stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko
2008-11-13libbb: sha_crypt -123 bytesDenis Vlasenko
2008-11-13libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko
2008-11-13arp: stop using globalsDenis Vlasenko
2008-11-12gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko
2008-11-12seq: shrink by 10 bytesDenis Vlasenko
2008-11-12correct help textsDenis Vlasenko
2008-11-12telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko
2008-11-12- add support for seq -s <separator>Bernhard Reutner-Fischer
2008-11-12- add seq -w support (Natanael Copa)Bernhard Reutner-Fischer
2008-11-12modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko
2008-11-11cksum, printenv: report errors via exitcodeDenis Vlasenko
2008-11-11head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko
2008-11-11expr: on error, exit with exitcode 2Denis Vlasenko
2008-11-11stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko
2008-11-11env: support -uVAR=VALDenis Vlasenko
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko
2008-11-11runsvdir: straighten some convoluted code. logic is unchangedDenis Vlasenko
2008-11-11telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-11-10webpage: announce 1.13.0 and 1.12.2Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko