aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dd: support conv=fsyncDenis Vlasenko2008-04-021-60/+86
* expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko2008-04-022-87/+100
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-026-15/+30
* xfunc_die: resurrect (actually, it's "svn add" being forgotten again)Denis Vlasenko2008-04-011-0/+40
* basename: tiny shrinkDenis Vlasenko2008-04-011-1/+1
* chpst: fix "env directory" parsing to not strip everythingDenis Vlasenko2008-04-011-24/+22
* script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko2008-04-011-1/+5
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-0114-91/+84
* tcpudp: trivial build fixDenis Vlasenko2008-03-311-3/+3
* libbb: preventive fix for SIGxxx >= 32Denis Vlasenko2008-03-301-14/+18
* g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko2008-03-302-2/+30
* fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative pathsDenis Vlasenko2008-03-291-6/+4
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-293-3/+65
* mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko2008-03-291-1/+3
* inetd: small shrink for NOMMU caseDenis Vlasenko2008-03-291-9/+14
* mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko2008-03-292-12/+51
* mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko2008-03-292-112/+115
* ftpgetput: move control_stream to "struct globals";Denis Vlasenko2008-03-291-110/+85
* ftpgetput: deal with long-standing TODOs:Denis Vlasenko2008-03-291-114/+82
* ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko2008-03-281-39/+65
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-286-26/+63
* fbsplash: move to /sbin; small shrinkDenis Vlasenko2008-03-282-28/+27
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-284-144/+137
* whitespace fixesDenis Vlasenko2008-03-287-46/+42
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-273-74/+73
* mdev: add testsuite entryDenis Vlasenko2008-03-271-0/+36
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-273-16/+157
* fbsplash: support this usage:Denis Vlasenko2008-03-273-13/+32
* fbsplash: fix broken handling of buffered case:Denis Vlasenko2008-03-261-37/+24
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-2626-44/+48
* - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfigBernhard Reutner-Fischer2008-03-261-0/+2
* fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko2008-03-263-26/+15
* fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko2008-03-263-4/+470
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-267-32/+103
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-252-18/+59
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-257-12/+115
* ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-03-251-2/+2
* udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko2008-03-251-1/+1
* lpd: small shrinkDenis Vlasenko2008-03-251-50/+35
* ash: comment about [[; code style fixes. No code changes.Denis Vlasenko2008-03-251-10/+30
* help text shrinkageDenis Vlasenko2008-03-251-15/+13
* date: even more of help text shrinkDenis Vlasenko2008-03-251-2/+1
* date: make help text more understandable; small shrinkDenis Vlasenko2008-03-252-62/+68
* ash: optional bash-like pattern subst and substring optsDenis Vlasenko2008-03-252-42/+318
* ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko2008-03-257-55/+91
* lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])!Denis Vlasenko2008-03-241-42/+52
* diff: add testsuite entry for itDenis Vlasenko2008-03-241-0/+124
* diff: improve comments (no code chages)Denis Vlasenko2008-03-241-10/+13
* patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko2008-03-241-69/+67
* diff: exclude D_EMPTY code if there is no support for -rDenis Vlasenko2008-03-241-16/+22