- ffa4499 man: new applet. ~600 bytes. by Denis Vlasenko · 17 years ago
- 867bd37 fix english in comment by Denis Vlasenko · 17 years ago
- 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
- f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
- 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
- 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
- 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
- 55e06c1 Makefile.IMA: generate autoconf.h if needed by Denis Vlasenko · 17 years ago
- eecd588 - fix detection of whole-program by Bernhard Reutner-Fischer · 17 years ago
- 1d690db - also use the incoming LDFLAGS and EXTRA_LDFLAGS by Bernhard Reutner-Fischer · 17 years ago
- 3bc7d7d - erm sorry. no ipsvd here by Bernhard Reutner-Fischer · 17 years ago
- 0f5dfd6 - add ipsvd by Bernhard Reutner-Fischer · 17 years ago
- 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
- 80f647c build system: use POSIX options only for cp cp: improve comment by Denis Vlasenko · 17 years ago
- 119f87b - add printutils and util-linux/volume_id - pull in Kbuild.includes by Bernhard Reutner-Fischer · 17 years ago
- da616db webpage: remove date from URL by Denis Vlasenko · 17 years ago
- 37bb6ad webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a link to resume by Denis Vlasenko · 17 years ago
- b75a1c3 fix "make check" by Denis Vlasenko · 17 years ago
- fcc6347 udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
- b3f39f0 nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
- 858ebf1 actually adding xfuncs_printf.c :( by Denis Vlasenko · 17 years ago
- b12b1c8 Splitting xfuncs.c into two parts. No code chabges. by Denis Vlasenko · 17 years ago
- 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
- 643dcf0 dd: update usage text by Denis Vlasenko · 17 years ago
- ed23adc mount: remove superfluous comment by Denis Vlasenko · 17 years ago
- 6fa1ba3 crond: add handling of "MAILTO=user" lines by Denis Vlasenko · 17 years ago
- 90c31b3 ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>) by Denis Vlasenko · 17 years ago
- 278a1c2 brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
- ad4da98 init: fix askfirst not working as intended by Denis Vlasenko · 17 years ago
- 0a38bcf cpio: actually add testsuite entry... by Denis Vlasenko · 17 years ago
- 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
- 1a95e39 cpio: typo fix in error message by Denis Vlasenko · 17 years ago
- 261f237 cpio: optional support for writing cpio files in newc format. by Denis Vlasenko · 17 years ago
- 7f8f0fa fbsplash: more compact support for named pipes + EOF scenario by Denis Vlasenko · 17 years ago
- 7b6d9d6 dd: support conv=fsync dd: support "dd --" if CONFIG_DESKTOP=y by Denis Vlasenko · 17 years ago
- a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
- 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 17 years ago
- 0edbdd8 xfunc_die: resurrect (actually, it's "svn add" being forgotten again) by Denis Vlasenko · 17 years ago
- c59d802 basename: tiny shrink by Denis Vlasenko · 17 years ago
- 9895dfd chpst: fix "env directory" parsing to not strip everything by Denis Vlasenko · 17 years ago
- 9dedf72 script: do not ignore poll() errors. ~+20 bytes. by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 165f5b3 tcpudp: trivial build fix by Denis Vlasenko · 17 years ago
- d943af0 libbb: preventive fix for SIGxxx >= 32 by Denis Vlasenko · 17 years ago
- 5297809 g[un]zip: accept and ignore -n (needed for kernel compile) by Denis Vlasenko · 17 years ago
- 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 17 years ago
- f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
- aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
- 02f12f5 inetd: small shrink for NOMMU case by Denis Vlasenko · 17 years ago
- cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
- 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
- 7cb808e ftpgetput: move control_stream to "struct globals"; by Denis Vlasenko · 17 years ago
- 0e7940a ftpgetput: deal with long-standing TODOs: by Denis Vlasenko · 17 years ago
- 6c615a6 ftpgetput: add comment about EPSV (extended PASV). by Denis Vlasenko · 17 years ago
- b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
- a38ba59 fbsplash: move to /sbin; small shrink by Denis Vlasenko · 17 years ago
- c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 17 years ago
- 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
- cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
- e1caabb mdev: add testsuite entry by Denis Vlasenko · 17 years ago
- 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 17 years ago
- 72b3442 fbsplash: support this usage: by Denis Vlasenko · 17 years ago
- 11b9f26 fbsplash: fix broken handling of buffered case: by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- ce7eb44 - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig by Bernhard Reutner-Fischer · 17 years ago
- 25a9c17 fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg by Denis Vlasenko · 17 years ago
- c6dbb85 fbsplash: shrink, better help text; inifile cannot specify image now; by Denis Vlasenko · 17 years ago
- 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 17 years ago
- 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
- b02cea1 ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
- a1acfc8 udhcp: build fix for ppc kernel 2.4.36 by Denis Vlasenko · 17 years ago
- 0c3b0d5 lpd: small shrink by Denis Vlasenko · 17 years ago
- f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
- 68e5e2b help text shrinkage by Denis Vlasenko · 17 years ago
- fa076d4 date: even more of help text shrink by Denis Vlasenko · 17 years ago
- 9ce4ae8 date: make help text more understandable; small shrink by Denis Vlasenko · 17 years ago
- 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
- 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
- f39653e lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])! by Denis Vlasenko · 17 years ago
- cee01cf diff: add testsuite entry for it by Denis Vlasenko · 17 years ago
- dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 17 years ago
- 64a76d7 patch: support for patches without dates and generated with -U1; shrink by Denis Vlasenko · 17 years ago
- c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 17 years ago
- e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 17 years ago
- 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 17 years ago
- 73132b9 diff: make a few variables local by Denis Vlasenko · 17 years ago
- 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 17 years ago
- dc1cbf8 diff: shrink by Denis Vlasenko · 17 years ago
- c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
- 39c77c3 lpd: much safer against malicious input. Does not fork anymore, by Denis Vlasenko · 17 years ago
- 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
- a794289 lpd: maintainer's update: now with spool helpers by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 324d26f pscan: fix a typo in help text by Denis Vlasenko · 17 years ago
- 715c16a pscan: add -c, -b: report closed, blocked ports by Denis Vlasenko · 17 years ago
- 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
- c8bac03 bump version to 1.11.0.svn by Denis Vlasenko · 17 years ago
- 45ecfc2 taskset: fix false failure in testsuite by Denis Vlasenko · 17 years ago