| Commit message (Expand) | Author | Age | Files | Lines |
* | randomconfig fixes | Denys Vlasenko | 2011-08-10 | 1 | -2/+2 |
* | remove extra += who.o | Denys Vlasenko | 2011-08-09 | 1 | -1/+0 |
* | df: more compatible -P behavior | Ralf Friedl | 2011-08-09 | 1 | -2/+2 |
* | users: new applet. | Tito Ragusa | 2011-08-09 | 2 | -35/+62 |
* | usleep: do not check for usleep error, it should never fail | Denys Vlasenko | 2011-07-08 | 1 | -3/+1 |
* | md5/shaNsum: make -c support a list of files | Lauri Kasanen | 2011-07-04 | 1 | -68/+58 |
* | id: correct getgroups usage | Denys Vlasenko | 2011-06-22 | 1 | -16/+15 |
* | groups: make it NOEXEC | Denys Vlasenko | 2011-06-22 | 1 | -3/+9 |
* | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko | 2011-06-21 | 1 | -1/+1 |
* | groups: new applet | Tito Ragusa | 2011-06-21 | 3 | -11/+36 |
* | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko | 2011-06-21 | 1 | -0/+2 |
* | ls: fix comment about -p (it's compatible now) | Denys Vlasenko | 2011-06-13 | 1 | -4/+3 |
* | ls: make -v and -X actually work as intended | Denys Vlasenko | 2011-06-13 | 1 | -7/+15 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 49 | -55/+1 |
* | od: code shrink | Denys Vlasenko | 2011-05-21 | 1 | -14/+10 |
* | od: another fix for --strings | Denys Vlasenko | 2011-05-21 | 1 | -1/+4 |
* | od: fix -S NUM to not print chars >0x80 | Denys Vlasenko | 2011-05-21 | 1 | -38/+19 |
* | od: code shrink | Denys Vlasenko | 2011-05-21 | 1 | -82/+78 |
* | od: code shrink, fix "od --traditional FILE" | Denys Vlasenko | 2011-05-21 | 2 | -120/+100 |
* | tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. | Denys Vlasenko | 2011-05-20 | 1 | -15/+21 |
* | ls: code shrink | Denys Vlasenko | 2011-05-13 | 1 | -7/+11 |
* | ls: reorder and rename functions. No code changes | Denys Vlasenko | 2011-05-13 | 1 | -238/+240 |
* | ls: reduce memory consumption and speed up (don't do redundant [l]stat) | Denys Vlasenko | 2011-05-13 | 1 | -158/+210 |
* | ls: avoid forward declaration. No code changes | Denys Vlasenko | 2011-05-13 | 1 | -45/+43 |
* | ls: code shrink | Denys Vlasenko | 2011-05-13 | 1 | -32/+21 |
* | ls: fix help text: -w N is optional | Denys Vlasenko | 2011-05-12 | 1 | -1/+1 |
* | ls: fix -p help text, improve comments and define names | Denys Vlasenko | 2011-05-12 | 1 | -11/+11 |
* | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 2011-04-16 | 1 | -14/+11 |
* | md5/sha1sum: fix small resource leak | Alexey Fomenko | 2011-04-16 | 1 | -0/+3 |
* | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument | Denys Vlasenko | 2011-04-11 | 1 | -0/+5 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 1 | -0/+9 |
* | ls: better help text for -a and -A | Denys Vlasenko | 2011-04-03 | 1 | -7/+7 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 66 | -0/+1070 |
* | dd: free allocated memory if CLEANUP enabled | Alexey Soloviev | 2011-03-22 | 1 | -0/+6 |
* | ln: explain why we use xstrdup | Denys Vlasenko | 2011-03-21 | 1 | -1/+5 |
* | ls: fix handling of symlinks by option -1 | Denys Vlasenko | 2011-03-12 | 1 | -2/+4 |
* | chsum: fix | Pascal Bellard | 2011-03-11 | 1 | -0/+1 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 1 | -5/+3 |
* | printenv: fix environ == NULL segfault | Denys Vlasenko | 2011-03-08 | 2 | -4/+9 |
* | tr: free allocated memory in tr if CLEANUP enabled | Alexey Soloviev | 2011-03-06 | 1 | -0/+6 |
* | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko | 2011-03-02 | 1 | -2/+2 |
* | ls: widen -s (1k blocks) column from 4 to 6 | Denys Vlasenko | 2011-03-01 | 1 | -1/+2 |
* | ls: -g implies -l | Denys Vlasenko | 2011-02-28 | 1 | -5/+10 |
* | ls: fix bits for -T, -w and --color; make -n imply -l; fix comments | Denys Vlasenko | 2011-02-28 | 1 | -25/+20 |
* | ls: fix one-bit-off which caused -H to behave as -h | Denys Vlasenko | 2011-02-27 | 1 | -1/+1 |
* | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko | 2011-02-26 | 2 | -2/+3 |
* | echo: fix SEGV when run with no args | Denys Vlasenko | 2011-02-15 | 1 | -1/+1 |
* | echo: fix ENOSPC detection and some iffy code in \NNN handling | Denys Vlasenko | 2011-02-14 | 1 | -56/+56 |
* | echo: do not retry on write errors | Denys Vlasenko | 2011-02-07 | 1 | -39/+48 |
* | df,find_mount_point: optionally don't ignore rootfs | Lauri Kasanen | 2011-01-31 | 1 | -1/+1 |