- 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
- 0800e3a ash: do not let EXIT trap to fire in `trap` by Denys Vlasenko · 15 years ago
- 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
- 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
- ecb179b ifenslave: fix for 2.4 kernels compile by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
- 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
- 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
- 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
- af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
- ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
- 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
- 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
- 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
- d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
- 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
- bc3e947 awk: fix typo in prev commit by Denys Vlasenko · 15 years ago
- 46a0be5 awk: implement mktime by Leonid Lisovskiy · 15 years ago
- d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
- 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
- 532609e ps: document -T option by Denys Vlasenko · 15 years ago
- 9aff299 swaponoff: add uuid/label support. By Natanael Copa by Natanael Copa · 15 years ago
- 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
- b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
- f00cfdf dd: fix conv=noerror w/o sync to not write out zeroed blocks by Denys Vlasenko · 15 years ago
- ae0045e we could need ssd -d (fancy) by Bernhard Reutner-Fischer · 15 years ago
- 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
- d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
- 1166d7b ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem) by Denys Vlasenko · 15 years ago
- b0d6338 ash: preparatory cleanup. The only real changes are (unsigned char) casts by Denys Vlasenko · 15 years ago
- 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
- ddf7850 fdisk: add a warning and truncate disks with >= 2^32 sectors by Denys Vlasenko · 15 years ago
- 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
- f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
- ba98603 mount: do not execute "mount.(null)" :) by Denys Vlasenko · 15 years ago
- 772c2db httpd_ssi.c: make it a bit less broken by Denys Vlasenko · 15 years ago
- aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
- 7649bd0 fsck: more clever (->smaller) handling of parameters by Denys Vlasenko · 15 years ago
- 6683745 fsck: remove a few statics by Denys Vlasenko · 15 years ago
- c541a89 test: use index_in_strings by Denys Vlasenko · 15 years ago
- fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
- 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
- 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
- ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
- 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
- 56573cb networking/httpd_ssi.c: expand comments by Denys Vlasenko · 15 years ago
- db4a676 networking/httpd_ssi.c: new example CGI handler by Denys Vlasenko · 15 years ago
- 33d8d08 httpd: shrink mime type matching code (suggested by Bernhard) by Denys Vlasenko · 15 years ago
- d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
- e66ccfa remove some garbage from http POST upload example by Denys Vlasenko · 15 years ago
- 108b8c5 httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url" by Denys Vlasenko · 15 years ago
- db57fc2 Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentation by Bernhard Reutner-Fischer · 15 years ago
- 62298ab TODO: add unicode list by Denys Vlasenko · 15 years ago
- 40c2213 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
- 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
- f9c814b modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') by Denys Vlasenko · 15 years ago
- 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
- 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
- 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
- 2cc7091 inetd: comment tweak. no code changes by Denys Vlasenko · 15 years ago
- ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
- cfc2163 inetd: be more careful with syslog socket; other small fixes by Denys Vlasenko · 15 years ago
- 4b624d0 small commit tweak in parse_datestr, no code changes by Denys Vlasenko · 15 years ago
- 44f174e uniq: shave off whole 10 bytes off, oh my by Denys Vlasenko · 15 years ago
- a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
- 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
- 1249dbb uniq: code shrink by Denys Vlasenko · 15 years ago
- a9c9bf5 uniq: plug memory leak (patch from OpenWRT project) by Denys Vlasenko · 15 years ago
- 0aec9ff uniq: rename some variables. no code changes by Denys Vlasenko · 15 years ago
- 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
- 22cbfbd ethr-wake: can use ether_hostton on uclibc >= 0.9.30 by Denys Vlasenko · 15 years ago
- b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
- ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
- 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
- c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
- b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
- e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago
- 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
- 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
- b347592 update copyright year by Denys Vlasenko · 15 years ago
- 33d7b72 more help text tweaking by Denys Vlasenko · 15 years ago
- 691161a trim help texts a bit by Denys Vlasenko · 15 years ago
- ca899ef remove a few extra newlines in help text by Denys Vlasenko · 15 years ago
- bcb163d use .git as EXTRAVERSION by Bernhard Reutner-Fischer · 15 years ago
- a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
- bd73f1d Start 1.16.x cycle by Denys Vlasenko · 15 years ago
- e7aa0d9 Releasing 1.15.0 by Denys Vlasenko · 15 years ago 1_15_0
- 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
- 0da1c0a beep: optimize by Denys Vlasenko · 15 years ago
- dc3d893 preliminary work for gcc 4.4.0 by Denys Vlasenko · 15 years ago
- f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
- 00ea82e add config knob for default freq and length by Bernhard Reutner-Fischer · 15 years ago
- 45de074 add simple beep applet by Bernhard Reutner-Fischer · 15 years ago
- e10db56 update defconfig by Denys Vlasenko · 15 years ago