aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-25ash: even smaller `trap` codeDenys Vlasenko1-4/+7
2009-09-25ash: slightly better (more correct) code for "trap hack"Denys Vlasenko1-4/+4
2009-09-25login: log PAM errors to syslog, not stderrDenys Vlasenko1-1/+3
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko5-9/+38
2009-09-24ash: do not let EXIT trap to fire in `trap`Denys Vlasenko1-1/+4
2009-09-24hush: small speed optimization. +10 bytes.Denys Vlasenko1-1/+1
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko3-8/+9
2009-09-23ifenslave: fix for 2.4 kernels compileDenys Vlasenko1-2/+4
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko10-13/+11
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko8-23/+37
2009-09-23tar: accept spaces at the end of header fields (compat)Denys Vlasenko1-11/+13
2009-09-23ash: fix `trap`Denys Vlasenko4-8/+68
2009-09-23hush: fix `trap`Denys Vlasenko3-1/+52
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2-1/+7
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko1-62/+71
2009-09-22df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko1-0/+16
2009-09-22ps: fix compile breakageDenys Vlasenko1-1/+1
2009-09-22sed: fix bug 623 (SEGV on some sed commands)Denys Vlasenko1-3/+1
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2-28/+28
2009-09-21hush: better wording in comments. no code changesDenys Vlasenko1-4/+6
2009-09-21awk: fix typo in prev commitDenys Vlasenko1-1/+1
2009-09-21awk: implement mktimeLeonid Lisovskiy1-4/+36
2009-09-21diff: debug macros; one trivial size optimizationDenys Vlasenko1-4/+16
2009-09-21diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko1-38/+25
2009-09-20ps: document -T optionDenys Vlasenko1-0/+3
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa6-33/+51
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko1-37/+50
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko5-13/+74
2009-09-18dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko1-5/+6
2009-09-17we could need ssd -d (fancy)Bernhard Reutner-Fischer1-1/+2
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko1-2/+3
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2009-09-16ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko1-2/+3
2009-09-16ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko1-50/+55
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko3-1/+21
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko5-211/+246
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko31-70/+70
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2-146/+108
2009-09-15mount: do not execute "mount.(null)" :)Denys Vlasenko1-1/+1
2009-09-13httpd_ssi.c: make it a bit less brokenDenys Vlasenko1-21/+83
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2-0/+12
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko1-26/+25
2009-09-13fsck: remove a few staticsDenys Vlasenko1-51/+42
2009-09-12test: use index_in_stringsDenys Vlasenko1-60/+96
2009-09-12top: remove GCCismsDenys Vlasenko1-5/+12
2009-09-12hush: make memleak debugging more robustDenys Vlasenko1-0/+5
2009-09-12hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko1-39/+35
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko4-7/+8
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko2-1/+3
2009-09-11top: add -m ("memory") optionDenys Vlasenko4-59/+88