aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-05cpio: actually add testsuite entry...Denis Vlasenko
2008-04-05cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko
2008-04-05cpio: typo fix in error messageDenis Vlasenko
2008-04-05cpio: optional support for writing cpio files in newc format.Denis Vlasenko
2008-04-04fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko
2008-04-02dd: support conv=fsyncDenis Vlasenko
2008-04-02expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko
2008-04-02udhcpc: add -o "do not request options by default" switchDenis Vlasenko
2008-04-01xfunc_die: resurrect (actually, it's "svn add" being forgotten again)Denis Vlasenko
2008-04-01basename: tiny shrinkDenis Vlasenko
2008-04-01chpst: fix "env directory" parsing to not strip everythingDenis Vlasenko
2008-04-01script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-31tcpudp: trivial build fixDenis Vlasenko
2008-03-30libbb: preventive fix for SIGxxx >= 32Denis Vlasenko
2008-03-30g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko
2008-03-29fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative pathsDenis Vlasenko
2008-03-29mdev: optional support for regex pattern group substitution.Denis Vlasenko
2008-03-29mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko
2008-03-29inetd: small shrink for NOMMU caseDenis Vlasenko
2008-03-29mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko
2008-03-29mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko
2008-03-29ftpgetput: move control_stream to "struct globals";Denis Vlasenko
2008-03-29ftpgetput: deal with long-standing TODOs:Denis Vlasenko
2008-03-28ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko
2008-03-28copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko
2008-03-28fbsplash: move to /sbin; small shrinkDenis Vlasenko
2008-03-28fix a few stray unguarded strdup'sDenis Vlasenko
2008-03-28whitespace fixesDenis Vlasenko
2008-03-27mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko
2008-03-27mdev: add testsuite entryDenis Vlasenko
2008-03-27openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko
2008-03-27fbsplash: support this usage:Denis Vlasenko
2008-03-26fbsplash: fix broken handling of buffered case:Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-26- add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfigBernhard Reutner-Fischer
2008-03-26fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko
2008-03-26fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko
2008-03-26patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko
2008-03-25patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko
2008-03-25ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-03-25udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko
2008-03-25lpd: small shrinkDenis Vlasenko
2008-03-25ash: comment about [[; code style fixes. No code changes.Denis Vlasenko
2008-03-25help text shrinkageDenis Vlasenko
2008-03-25date: even more of help text shrinkDenis Vlasenko
2008-03-25date: make help text more understandable; small shrinkDenis Vlasenko
2008-03-25ash: optional bash-like pattern subst and substring optsDenis Vlasenko
2008-03-25ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko