aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-09-29ash,hush: share stringDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-29libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko
2009-09-27libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-27find: do not recurse into directories with depth == --maxdepthDenys Vlasenko
2009-09-26cp: add support for --parents and long option synonyms of short optsDenys Vlasenko
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko
2009-09-25hush: document a TODO. no code changesDenys Vlasenko
2009-09-25ash: better comment. no code changesDenys Vlasenko
2009-09-25ash: even smaller `trap` codeDenys Vlasenko
2009-09-25ash: slightly better (more correct) code for "trap hack"Denys Vlasenko
2009-09-25login: log PAM errors to syslog, not stderrDenys Vlasenko
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-24ash: do not let EXIT trap to fire in `trap`Denys Vlasenko
2009-09-24hush: small speed optimization. +10 bytes.Denys Vlasenko
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
2009-09-23ifenslave: fix for 2.4 kernels compileDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-23tar: accept spaces at the end of header fields (compat)Denys Vlasenko
2009-09-23ash: fix `trap`Denys Vlasenko
2009-09-23hush: fix `trap`Denys Vlasenko
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko
2009-09-22df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko
2009-09-22ps: fix compile breakageDenys Vlasenko
2009-09-22sed: fix bug 623 (SEGV on some sed commands)Denys Vlasenko
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko
2009-09-21hush: better wording in comments. no code changesDenys Vlasenko
2009-09-21awk: fix typo in prev commitDenys Vlasenko
2009-09-21awk: implement mktimeLeonid Lisovskiy
2009-09-21diff: debug macros; one trivial size optimizationDenys Vlasenko
2009-09-21diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko
2009-09-20ps: document -T optionDenys Vlasenko
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-18dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko
2009-09-17we could need ssd -d (fancy)Bernhard Reutner-Fischer
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-09-16ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko
2009-09-16ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko
2009-09-15mount: do not execute "mount.(null)" :)Denys Vlasenko