aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* httpd_ssi.c: make it a bit less brokenDenys Vlasenko2009-09-131-21/+83
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-132-0/+12
* fsck: more clever (->smaller) handling of parametersDenys Vlasenko2009-09-131-26/+25
* fsck: remove a few staticsDenys Vlasenko2009-09-131-51/+42
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* hush: make memleak debugging more robustDenys Vlasenko2009-09-121-0/+5
* hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-121-39/+35
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-124-7/+8
* top, ps: do not output trailing spacesDenys Vlasenko2009-09-112-1/+3
* top: add -m ("memory") optionDenys Vlasenko2009-09-114-59/+88
* networking/httpd_ssi.c: expand commentsDenys Vlasenko2009-09-101-2/+8
* networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko2009-09-102-2/+106
* httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2009-09-102-43/+56