aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix english in commentDenis Vlasenko2008-04-131-3/+3
* ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko2008-04-133-23/+34
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
* ash: add FEATURE_SH_NOFORK supportDenis Vlasenko2008-04-122-0/+35
* ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko2008-04-121-22/+20
* Makefile.IMA: generate autoconf.h if neededDenis Vlasenko2008-04-121-5/+20
* - fix detection of whole-programBernhard Reutner-Fischer2008-04-111-1/+1
* - also use the incoming LDFLAGS and EXTRA_LDFLAGSBernhard Reutner-Fischer2008-04-111-0/+2
* - erm sorry. no ipsvd hereBernhard Reutner-Fischer2008-04-111-3/+0
* - add ipsvdBernhard Reutner-Fischer2008-04-111-0/+3
* fix build with gcc -combineDenis Vlasenko2008-04-113-6/+40
* build system: use POSIX options only for cpDenis Vlasenko2008-04-112-3/+4
* - add printutils and util-linux/volume_idBernhard Reutner-Fischer2008-04-111-19/+36
* webpage: remove date from URLDenis Vlasenko2008-04-111-1/+1
* webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a l...Denis Vlasenko2008-04-113-8/+9
* fix "make check"Denis Vlasenko2008-04-102-3/+8
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-102-8/+3
* nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-17/+29
* actually adding xfuncs_printf.c :(Denis Vlasenko2008-04-091-0/+521
* Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko2008-04-093-507/+26
* Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko2008-04-082-27/+83
* dd: update usage textDenis Vlasenko2008-04-071-4/+8
* mount: remove superfluous commentDenis Vlasenko2008-04-071-1/+0
* crond: add handling of "MAILTO=user" linesDenis Vlasenko2008-04-072-20/+67
* ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko2008-04-072-23/+54
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-065-84/+147
* init: fix askfirst not working as intendedDenis Vlasenko2008-04-051-21/+26
* cpio: actually add testsuite entry...Denis Vlasenko2008-04-051-0/+58
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-057-105/+99
* cpio: typo fix in error messageDenis Vlasenko2008-04-051-1/+1
* cpio: optional support for writing cpio files in newc format.Denis Vlasenko2008-04-053-19/+225
* fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko2008-04-041-47/+34
* 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