aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-09- pass flags to ld in one argumentBernhard Reutner-Fischer
2008-05-09udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko
function old new delta arpping 398 387 -11
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko
function old new delta make_device 1200 1221 +21
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko
2008-05-08website: announce 1.10.2Denis Vlasenko
2008-05-08- forgot to pull in arch-specific tweaksBernhard Reutner-Fischer
2008-05-08- fix selinux stuffBernhard Reutner-Fischer
2008-05-08- correct usage helptext of ifupdownBernhard Reutner-Fischer
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko
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
2008-05-07httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko
function old new delta send_cgi_and_exit 856 869 +13
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko
function old new delta script_main 991 966 -25
2008-05-06ash: make set -o and set +o work as in dash/bash.Denis Vlasenko
by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11
2008-05-06cpio.tests: remove useless commandDenis Vlasenko
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-03vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko
function old new delta file_write 98 104 +6
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko
function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15
2008-05-02more fixes to testsuite by Cristian and vdaDenis Vlasenko
2008-05-02clarify grep versionDenis Vlasenko
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko
2008-05-02fix grep test false positiveDenis Vlasenko
2008-05-02testing.sh: bashisms are eradicated.Denis Vlasenko
By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com>
2008-05-02runtest: the saga continues :(Denis Vlasenko
2008-04-30start_stop_daemon: use existing global variableDenis Vlasenko
start_stop_daemon_main 976 959 -17
2008-04-30remove stray semicolonDenis Vlasenko
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko
(by "Pinedo, David" <david.pinedo AT hp.com>)
2008-04-30trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko
2008-04-29runtest: more cleanupsDenis Vlasenko
2008-04-29ping: dont leak uninitialized data in ping packetsDenis Vlasenko
function old new delta sendping4 176 186 +10 sendping6 93 100 +7
2008-04-29tar: add testsuite entriesDenis Vlasenko
2008-04-29tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko
2008-04-29tar: fix the case where long base names can be ignoredDenis Vlasenko
2008-04-29tar: remove bogus check for "-" (we handle it corrently later)Denis Vlasenko
tar: simplify argv handling function old new delta tar_main 772 722 -50
2008-04-29fix build failure for libbusyboxDenis Vlasenko
2008-04-28date: better version of previous commit; + fix testsuiteDenis Vlasenko
to have it checked
2008-04-28date: complain if there are extraneout argumentsDenis Vlasenko
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko
2008-04-27date: fix date-works test, add date-works-1 one (currently fails)Denis Vlasenko
2008-04-27runtest: fix fallout from mucking with runtest :( [vda's fault]Denis Vlasenko
2008-04-27runtest: even more fixes from CristianDenis Vlasenko
2008-04-27runtest: further fixes from Cristian Ionescu-Idbohrn ↵Denis Vlasenko
<cristian.ionescu-idbohrn AT axis.com>
2008-04-26runtest: use numeric compare instead of string where appropriateDenis Vlasenko
2008-04-25libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko
2008-04-25fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing)Denis Vlasenko
2008-04-25lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko
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
2008-04-25taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko
mkswap: fix selinux build
2008-04-25arping: save a few bytes by using mempcpyDenis Vlasenko
function old new delta catcher 357 339 -18
2008-04-25date: make it accept ISO date format. Fix help text.Denis Vlasenko
make testsuite actually test something useful. function old new delta date_main 1094 1149 +55