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