aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-305-14/+17
* ash,hush: share stringDenys Vlasenko2009-09-292-8/+12
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-293-39/+61
* libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko2009-09-291-3/+5
* libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko2009-09-272-19/+21
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-276-22/+28
* find: do not recurse into directories with depth == --maxdepthDenys Vlasenko2009-09-271-10/+18
* cp: add support for --parents and long option synonyms of short optsDenys Vlasenko2009-09-263-15/+66
* hush: do not reset to default "" traps in subshellDenys Vlasenko2009-09-253-18/+49
* hush: document a TODO. no code changesDenys Vlasenko2009-09-251-2/+10
* ash: better comment. no code changesDenys Vlasenko2009-09-251-1/+2
* ash: even smaller `trap` codeDenys Vlasenko2009-09-251-4/+7
* ash: slightly better (more correct) code for "trap hack"Denys Vlasenko2009-09-251-4/+4
* login: log PAM errors to syslog, not stderrDenys Vlasenko2009-09-251-1/+3
* ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2009-09-255-9/+38
* ash: do not let EXIT trap to fire in `trap`Denys Vlasenko2009-09-241-1/+4
* hush: small speed optimization. +10 bytes.Denys Vlasenko2009-09-241-1/+1
* ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko2009-09-243-8/+9
* ifenslave: fix for 2.4 kernels compileDenys Vlasenko2009-09-231-2/+4
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-2310-13/+11
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-238-23/+37
* tar: accept spaces at the end of header fields (compat)Denys Vlasenko2009-09-231-11/+13
* ash: fix `trap`Denys Vlasenko2009-09-234-8/+68
* hush: fix `trap`Denys Vlasenko2009-09-233-1/+52
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-222-1/+7
* pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko2009-09-221-62/+71
* df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko2009-09-221-0/+16
* ps: fix compile breakageDenys Vlasenko2009-09-221-1/+1
* sed: fix bug 623 (SEGV on some sed commands)Denys Vlasenko2009-09-221-3/+1
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-212-28/+28
* hush: better wording in comments. no code changesDenys Vlasenko2009-09-211-4/+6
* awk: fix typo in prev commitDenys Vlasenko2009-09-211-1/+1
* awk: implement mktimeLeonid Lisovskiy2009-09-211-4/+36
* diff: debug macros; one trivial size optimizationDenys Vlasenko2009-09-211-4/+16
* diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko2009-09-211-38/+25
* ps: document -T optionDenys Vlasenko2009-09-201-0/+3
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-206-33/+51
* ar: fix long filenames handling (bug 611)Denys Vlasenko2009-09-201-37/+50
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-195-13/+74
* dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko2009-09-181-5/+6
* we could need ssd -d (fancy)Bernhard Reutner-Fischer2009-09-171-1/+2
* tar: do chown, not lchown to restore mode (compat)Denys Vlasenko2009-09-171-2/+3
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-177-45/+50
* ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko2009-09-161-2/+3
* ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko2009-09-161-50/+55
* add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko2009-09-163-1/+21
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-165-211/+246
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-1631-70/+70
* unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2009-09-152-146/+108
* mount: do not execute "mount.(null)" :)Denys Vlasenko2009-09-151-1/+1