Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ash: make set -o and set +o work as in dash/bash. | Denis Vlasenko | 2008-05-06 | 1 | -7/+9 |
| | | | | | | | | | by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11 | ||||
* | cpio.tests: remove useless command | Denis Vlasenko | 2008-05-06 | 1 | -1/+0 |
| | |||||
* | - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | vi: do not truncate file to zero length. closes bug 2944. | Denis Vlasenko | 2008-05-03 | 1 | -1/+6 |
| | | | | | | function old new delta file_write 98 104 +6 | ||||
* | uniq: support -w. closes bug 3094. | Denis Vlasenko | 2008-05-03 | 3 | -17/+33 |
| | | | | | | | function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15 | ||||
* | more fixes to testsuite by Cristian and vda | Denis Vlasenko | 2008-05-02 | 3 | -20/+273 |
| | |||||
* | clarify grep version | Denis Vlasenko | 2008-05-02 | 1 | -1/+1 |
| | |||||
* | mdev: fix a bug where we were eating argv[0] of helper | Denis Vlasenko | 2008-05-02 | 2 | -30/+48 |
| | |||||
* | fix grep test false positive | Denis Vlasenko | 2008-05-02 | 1 | -1/+3 |
| | |||||
* | testing.sh: bashisms are eradicated. | Denis Vlasenko | 2008-05-02 | 1 | -2/+3 |
| | | | | | By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> | ||||
* | runtest: the saga continues :( | Denis Vlasenko | 2008-05-02 | 1 | -26/+11 |
| | |||||
* | start_stop_daemon: use existing global variable | Denis Vlasenko | 2008-04-30 | 1 | -27/+28 |
| | | | | | start_stop_daemon_main 976 959 -17 | ||||
* | remove stray semicolon | Denis Vlasenko | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | echo: fix echo -e -n "msg\n\0" | Denis Vlasenko | 2008-04-30 | 2 | -4/+9 |
| | | | | | (by "Pinedo, David" <david.pinedo AT hp.com>) | ||||
* | trylink: fix glibc check; make --sort-section option look less ugly | Denis Vlasenko | 2008-04-30 | 1 | -10/+10 |
| | |||||
* | runtest: more cleanups | Denis Vlasenko | 2008-04-29 | 1 | -12/+22 |
| | |||||
* | ping: dont leak uninitialized data in ping packets | Denis Vlasenko | 2008-04-29 | 1 | -4/+6 |
| | | | | | | | function old new delta sendping4 176 186 +10 sendping6 93 100 +7 | ||||
* | tar: add testsuite entries | Denis Vlasenko | 2008-04-29 | 1 | -0/+259 |
| | |||||
* | tar: fix obscure case when name is "" and prefix is not "" | Denis Vlasenko | 2008-04-29 | 1 | -1/+1 |
| | |||||
* | tar: fix the case where long base names can be ignored | Denis Vlasenko | 2008-04-29 | 1 | -0/+3 |
| | |||||
* | tar: remove bogus check for "-" (we handle it corrently later) | Denis Vlasenko | 2008-04-29 | 1 | -12/+7 |
| | | | | | | | | tar: simplify argv handling function old new delta tar_main 772 722 -50 | ||||
* | fix build failure for libbusybox | Denis Vlasenko | 2008-04-29 | 1 | -3/+4 |
| | |||||
* | date: better version of previous commit; + fix testsuite | Denis Vlasenko | 2008-04-28 | 2 | -19/+22 |
| | | | | | to have it checked | ||||
* | date: complain if there are extraneout arguments | Denis Vlasenko | 2008-04-28 | 1 | -0/+2 |
| | |||||
* | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | 2008-04-27 | 4 | -14/+23 |
| | |||||
* | date: fix date-works test, add date-works-1 one (currently fails) | Denis Vlasenko | 2008-04-27 | 2 | -10/+138 |
| | |||||
* | runtest: fix fallout from mucking with runtest :( [vda's fault] | Denis Vlasenko | 2008-04-27 | 1 | -2/+2 |
| | |||||
* | runtest: even more fixes from Cristian | Denis Vlasenko | 2008-04-27 | 1 | -13/+15 |
| | |||||
* | runtest: further fixes from Cristian Ionescu-Idbohrn ↵ | Denis Vlasenko | 2008-04-27 | 1 | -10/+14 |
| | | | | <cristian.ionescu-idbohrn AT axis.com> | ||||
* | runtest: use numeric compare instead of string where appropriate | Denis Vlasenko | 2008-04-26 | 1 | -5/+5 |
| | |||||
* | libbb: fix wrong sscanf count check (affects pidof etc) | Denis Vlasenko | 2008-04-25 | 1 | -1/+1 |
| | |||||
* | fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) | Denis Vlasenko | 2008-04-25 | 1 | -0/+2 |
| | |||||
* | lineedit: hack for making it sort-of-work even if term width is wrong | Denis Vlasenko | 2008-04-25 | 1 | -0/+19 |
| | | | | | | | | | | function old new delta read_line_input 3158 3153 -5 input_end 29 24 -5 input_delete 115 110 -5 input_forward 27 20 -7 cmdedit_set_out_char 88 80 -8 | ||||
* | taskset: (1ull < 65) like ops are not good, avoid that | Denis Vlasenko | 2008-04-25 | 1 | -1/+3 |
| | |||||
* | testsuite/runtest: remove (last) bashism | Denis Vlasenko | 2008-04-25 | 2 | -8/+11 |
| | | | | | mkswap: fix selinux build | ||||
* | arping: save a few bytes by using mempcpy | Denis Vlasenko | 2008-04-25 | 1 | -10/+12 |
| | | | | | | function old new delta catcher 357 339 -18 | ||||
* | date: make it accept ISO date format. Fix help text. | Denis Vlasenko | 2008-04-25 | 3 | -54/+98 |
| | | | | | | | | make testsuite actually test something useful. function old new delta date_main 1094 1149 +55 | ||||
* | partially fix date testsuite | Denis Vlasenko | 2008-04-24 | 4 | -5/+5 |
| | |||||
* | - fsetfilecon_war is hidden so use fsetfilecon instead. | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -1/+2 |
| | | | | | | Fixes dynamic linking-error: util-linux/lib.a(mkswap.o): In function `mkswap_selinux_setcontext': util-linux/mkswap.c:38: undefined reference to `fsetfilecon_raw' | ||||
* | - bump copyright year | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -1/+1 |
| | |||||
* | - update screenshot | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -41/+50 |
| | |||||
* | lineedit: filename completion on symlinks-to-dirs should add / too | Denis Vlasenko | 2008-04-24 | 1 | -8/+11 |
| | |||||
* | delay reconfig of input tty until target device has been both opened | Paul Fox | 2008-04-23 | 1 | -11/+9 |
| | | | | and configured correctly. | ||||
* | getopt32: fix "tar x" case; fix memory leak | Denis Vlasenko | 2008-04-23 | 1 | -5/+3 |
| | |||||
* | testsuite: fix du testsuite to not use changing directories | Denis Vlasenko | 2008-04-23 | 6 | -6/+6 |
| | |||||
* | testsuite: runtest enhancements by Cristian Ionescu-Idbohrn | Denis Vlasenko | 2008-04-23 | 1 | -6/+15 |
| | |||||
* | testsuite: fix | Denis Vlasenko | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | build system: typo fix in help text | Denis Vlasenko | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | dd: fix recent breakage (was comparing "if" with "if=" etc). | Denis Vlasenko | 2008-04-23 | 1 | -2/+2 |
| | |||||
* | add forgotten files. I am forgetting it all the time :( | Denis Vlasenko | 2008-04-22 | 2 | -0/+46 |
| |