2008-04-13 |
Denis Vlasenko | make test, [ and [[ all NOFORK, for consistency. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Denis Vlasenko | ash: add another testsuite entry ("leaking variables... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Denis Vlasenko | less: fix somewhat elusive case when less gets stuck... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Denis Vlasenko | man: new applet. ~600 bytes. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Denis Vlasenko | fix english in comment |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Denis Vlasenko | ash: speed up NOFORK code in ash by eliminating second... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Denis Vlasenko | ash: a bit more complete POSIX subst testsuite entry |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Denis Vlasenko | ash: add testsuite entry for POSIX-mandated ${var#word... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Denis Vlasenko | ash: add FEATURE_SH_NOFORK support |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Denis Vlasenko | ash: do not do find_applet() twice in shellexec/tryexec |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Denis Vlasenko | Makefile.IMA: generate autoconf.h if needed |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Bernhard Reutner... | - fix detection of whole-program |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Bernhard Reutner... | - also use the incoming LDFLAGS and EXTRA_LDFLAGS |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Bernhard Reutner... | - erm sorry. no ipsvd here |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Bernhard Reutner... | - add ipsvd |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Denis Vlasenko | fix build with gcc -combine |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Denis Vlasenko | build system: use POSIX options only for cp |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Bernhard Reutner... | - add printutils and util-linux/volume_id |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Denis Vlasenko | webpage: remove date from URL |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Denis Vlasenko | webpage: s/Denis/Denys/ (I don't like "denys", but... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Denis Vlasenko | fix "make check" |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Denis Vlasenko | udhcp,ipcalc: simple code shrink (Nico Erfurth <masta... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Denis Vlasenko | nameif: fix vda's breakage (Nico Erfurth <masta AT... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Denis Vlasenko | actually adding xfuncs_printf.c :( |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Denis Vlasenko | Splitting xfuncs.c into two parts. No code chabges. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Denis Vlasenko | Avoid linking in printf/bsearch if possible. -20k for... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Denis Vlasenko | dd: update usage text |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Denis Vlasenko | mount: remove superfluous comment |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Denis Vlasenko | crond: add handling of "MAILTO=user" lines |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Denis Vlasenko | ping: add -w, -W support (James Simmons <jsimmons AT... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Denis Vlasenko | brctl: optional support for "show" cmd (by L. Gabriel... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Denis Vlasenko | init: fix askfirst not working as intended |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Denis Vlasenko | cpio: actually add testsuite entry... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Denis Vlasenko | cpio: fix a bug where we do not extract zero-sized... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Denis Vlasenko | cpio: typo fix in error message |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Denis Vlasenko | cpio: optional support for writing cpio files in newc... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Denis Vlasenko | fbsplash: more compact support for named pipes + EOF... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Denis Vlasenko | dd: support conv=fsync |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Denis Vlasenko | expr: fix comparisons 'a < b' where we were overflowing a-b |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Denis Vlasenko | udhcpc: add -o "do not request options by default"... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Denis Vlasenko | xfunc_die: resurrect (actually, it's "svn add" being... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Denis Vlasenko | basename: tiny shrink |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Denis Vlasenko | chpst: fix "env directory" parsing to not strip everything |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Denis Vlasenko | script: do not ignore poll() errors. ~+20 bytes. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Denis Vlasenko | shells: do not frocibly enable test, echo and kill... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Denis Vlasenko | tcpudp: trivial build fix |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Denis Vlasenko | libbb: preventive fix for SIGxxx >= 32 |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Denis Vlasenko | g[un]zip: accept and ignore -n (needed for kernel compile) |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | fuser: fix vda's breakage: DOH! chdir'ing to /proc... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | mdev: optional support for regex pattern group substitu... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | mdev: fix block/char device detection. Closes bug 2144. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | inetd: small shrink for NOMMU case |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_de... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | mdev: fix a bug where it was not stopping on first... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | ftpgetput: move control_stream to "struct globals"; |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Denis Vlasenko | ftpgetput: deal with long-standing TODOs: |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Denis Vlasenko | ftpgetput: add comment about EPSV (extended PASV). |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Denis Vlasenko | copy_file: handle "cp /dev/foo file" (almost) compatibl... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Denis Vlasenko | fbsplash: move to /sbin; small shrink |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Denis Vlasenko | fix a few stray unguarded strdup's |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Denis Vlasenko | whitespace fixes |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Denis Vlasenko | mdev: plug a few memory and fd leaks; simplify code... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Denis Vlasenko | mdev: add testsuite entry |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Denis Vlasenko | openvt: fix gross mismatch between us and "standard... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Denis Vlasenko | fbsplash: support this usage: |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Denis Vlasenko | fbsplash: fix broken handling of buffered case: |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Denis Vlasenko | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Bernhard Reutner... | - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Denis Vlasenko | fbsplash: cosmetic comment and Config text fixes; renam... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Denis Vlasenko | fbsplash: shrink, better help text; inifile cannot... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Denis Vlasenko | patch: add support for -R. ~ +110 byte. By Pascal Bella... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | patch: fix vda's thinko: we need to open new_filename... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | ash: support for && and || in [[ expr ]]; add testsuite... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | ifupdown: support for %retries% (L. Gabriel Somlo ... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | udhcp: build fix for ppc kernel 2.4.36 |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | lpd: small shrink |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | ash: comment about [[; code style fixes. No code changes. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | help text shrinkage |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | date: even more of help text shrink |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | date: make help text more understandable; small shrink |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | ash: optional bash-like pattern subst and substring... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Denis Vlasenko | ash: add read -u; fix read -t and read -n; add testsuit... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | lpd: debugging by Vladimir: he found vda's breakage... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: add testsuite entry for it |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: improve comments (no code chages) |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | patch: support for patches without dates and generated... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: exclude D_EMPTY code if there is no support for -r |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: fix small bug; don't make a copy for "/dev/null... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: reordering and renaming of variables |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: make a few variables local |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: make it work on pipes etc (needed for kernel... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | diff: shrink |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | *: whitespace fixes, no code changes |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | lpr: add more accurate comments |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | lpd: much safer against malicious input. Does not fork... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Denis Vlasenko | lpd: fix OOM vulnerability (was eating arbitrarily... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Denis Vlasenko | lpd: maintainer's update: now with spool helpers |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Denis Vlasenko | patch: shrink by Pascal Bellard <pascal.bellard AT... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Denis Vlasenko | pscan: fix a typo in help text |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Denis Vlasenko | pscan: add -c, -b: report closed, blocked ports |
commit | commitdiff | tree | snapshot |
next |