aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-12ash: add FEATURE_SH_NOFORK supportDenis Vlasenko
2008-04-12ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko
2008-04-12Makefile.IMA: generate autoconf.h if neededDenis Vlasenko
2008-04-11- fix detection of whole-programBernhard Reutner-Fischer
2008-04-11- also use the incoming LDFLAGS and EXTRA_LDFLAGSBernhard Reutner-Fischer
2008-04-11- erm sorry. no ipsvd hereBernhard Reutner-Fischer
2008-04-11- add ipsvdBernhard Reutner-Fischer
2008-04-11fix build with gcc -combineDenis Vlasenko
2008-04-11build system: use POSIX options only for cpDenis Vlasenko
2008-04-11- add printutils and util-linux/volume_idBernhard Reutner-Fischer
2008-04-11webpage: remove date from URLDenis Vlasenko
2008-04-11webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a l...Denis Vlasenko
2008-04-10fix "make check"Denis Vlasenko
2008-04-10udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko
2008-04-10nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko
2008-04-09actually adding xfuncs_printf.c :(Denis Vlasenko
2008-04-09Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko
2008-04-08Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko
2008-04-07dd: update usage textDenis Vlasenko
2008-04-07mount: remove superfluous commentDenis Vlasenko
2008-04-07crond: add handling of "MAILTO=user" linesDenis Vlasenko
2008-04-07ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-04-05init: fix askfirst not working as intendedDenis Vlasenko
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