Age | Commit message (Expand) | Author |
2008-04-17 | httpd: add an example of POST upload CGI | Denis Vlasenko |
2008-04-17 | fdisk: fix a case where we can inadvertently close /proc/partitions fd early | Denis Vlasenko |
2008-04-17 | fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. | Denis Vlasenko |
2008-04-16 | arping: remove superfluous assignment | Denis Vlasenko |
2008-04-15 | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko |
2008-04-14 | od: fix testsuite | Denis Vlasenko |
2008-04-14 | od: fix "od -b" | Denis Vlasenko |
2008-04-14 | ash: fix breakage introduced in rev 21481. | Denis Vlasenko |
2008-04-13 | fix typo in Config.in hext text | Denis Vlasenko |
2008-04-13 | make test, [ and [[ all NOFORK, for consistency. | Denis Vlasenko |
2008-04-13 | ash: add another testsuite entry ("leaking variables" bug) | Denis Vlasenko |
2008-04-13 | less: fix somewhat elusive case when less gets stuck in search mode | Denis Vlasenko |
2008-04-13 | man: new applet. ~600 bytes. | Denis Vlasenko |
2008-04-13 | fix english in comment | Denis Vlasenko |
2008-04-13 | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko |
2008-04-12 | ash: a bit more complete POSIX subst testsuite entry | Denis Vlasenko |
2008-04-12 | ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} | Denis Vlasenko |
2008-04-12 | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko |
2008-04-12 | ash: do not do find_applet() twice in shellexec/tryexec | Denis Vlasenko |
2008-04-12 | Makefile.IMA: generate autoconf.h if needed | Denis Vlasenko |
2008-04-11 | - fix detection of whole-program | Bernhard Reutner-Fischer |
2008-04-11 | - also use the incoming LDFLAGS and EXTRA_LDFLAGS | Bernhard Reutner-Fischer |
2008-04-11 | - erm sorry. no ipsvd here | Bernhard Reutner-Fischer |
2008-04-11 | - add ipsvd | Bernhard Reutner-Fischer |
2008-04-11 | fix build with gcc -combine | Denis Vlasenko |
2008-04-11 | build system: use POSIX options only for cp | Denis Vlasenko |
2008-04-11 | - add printutils and util-linux/volume_id | Bernhard Reutner-Fischer |
2008-04-11 | webpage: remove date from URL | Denis Vlasenko |
2008-04-11 | webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a l... | Denis Vlasenko |
2008-04-10 | fix "make check" | Denis Vlasenko |
2008-04-10 | udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko |
2008-04-10 | nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko |
2008-04-09 | actually adding xfuncs_printf.c :( | Denis Vlasenko |
2008-04-09 | Splitting xfuncs.c into two parts. No code chabges. | Denis Vlasenko |
2008-04-08 | Avoid linking in printf/bsearch if possible. -20k for static bbox with | Denis Vlasenko |
2008-04-07 | dd: update usage text | Denis Vlasenko |
2008-04-07 | mount: remove superfluous comment | Denis Vlasenko |
2008-04-07 | crond: add handling of "MAILTO=user" lines | Denis Vlasenko |
2008-04-07 | ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>) | Denis Vlasenko |
2008-04-06 | brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko |
2008-04-05 | init: fix askfirst not working as intended | Denis Vlasenko |
2008-04-05 | cpio: actually add testsuite entry... | Denis Vlasenko |
2008-04-05 | cpio: fix a bug where we do not extract zero-sized hardlinks | Denis Vlasenko |
2008-04-05 | cpio: typo fix in error message | Denis Vlasenko |
2008-04-05 | cpio: optional support for writing cpio files in newc format. | Denis Vlasenko |
2008-04-04 | fbsplash: more compact support for named pipes + EOF scenario | Denis Vlasenko |
2008-04-02 | dd: support conv=fsync | Denis Vlasenko |
2008-04-02 | expr: fix comparisons 'a < b' where we were overflowing a-b | Denis Vlasenko |
2008-04-02 | udhcpc: add -o "do not request options by default" switch | Denis Vlasenko |
2008-04-01 | xfunc_die: resurrect (actually, it's "svn add" being forgotten again) | Denis Vlasenko |