Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | udhcp: protect agianst timer overflowing 32-bit counter | Denis Vlasenko | 2008-05-09 | 1 | -1/+1 | |
| | | | | | | function old new delta arpping 398 387 -11 | |||||
* | insmod: fix build warnings. By Cristian Ionescu-Idbohrn | Denis Vlasenko | 2008-05-09 | 1 | -1/+10 | |
| | ||||||
* | mdev: /sys/class/block/ are also block devices | Denis Vlasenko | 2008-05-08 | 1 | -2/+8 | |
| | | | | | | function old new delta make_device 1200 1221 +21 | |||||
* | build system: do not rebuild entire tree if it is moved | Denis Vlasenko | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | website: announce 1.10.2 | Denis Vlasenko | 2008-05-08 | 1 | -5/+16 | |
| | ||||||
* | - forgot to pull in arch-specific tweaks | Bernhard Reutner-Fischer | 2008-05-08 | 1 | -0/+9 | |
| | ||||||
* | - fix selinux stuff | Bernhard Reutner-Fischer | 2008-05-08 | 1 | -7/+7 | |
| | ||||||
* | - correct usage helptext of ifupdown | Bernhard Reutner-Fischer | 2008-05-08 | 1 | -4/+8 | |
| | ||||||
* | start_stop_daemon: try to clarify intended meaning of the options | Denis Vlasenko | 2008-05-07 | 1 | -2/+39 | |
| | ||||||
* | httpd: fix several bugs triggering by realtive path in -h DIR. | Denis Vlasenko | 2008-05-07 | 3 | -71/+84 | |
| | | | | | | | | | | function old new delta handle_incoming_and_exit 2657 2659 +2 send_cgi_and_exit 869 862 -7 parse_conf 1647 1626 -21 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 2/-28) Total: -26 bytes | |||||
* | httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. | Denis Vlasenko | 2008-05-07 | 1 | -0/+7 | |
| | | | | | | function old new delta send_cgi_and_exit 856 869 +13 | |||||
* | script: exit if reading from pseudo-tty errors out (do not loop) | Denis Vlasenko | 2008-05-06 | 1 | -19/+16 | |
| | | | | | | function old new delta script_main 991 966 -25 | |||||
* | 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 | |
| |