summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
| | | | | | function old new delta arpping 398 387 -11
* insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko2008-05-091-1/+10
|
* mdev: /sys/class/block/ are also block devicesDenis Vlasenko2008-05-081-2/+8
| | | | | | function old new delta make_device 1200 1221 +21
* build system: do not rebuild entire tree if it is movedDenis Vlasenko2008-05-081-1/+1
|
* website: announce 1.10.2Denis Vlasenko2008-05-081-5/+16
|
* - forgot to pull in arch-specific tweaksBernhard Reutner-Fischer2008-05-081-0/+9
|
* - fix selinux stuffBernhard Reutner-Fischer2008-05-081-7/+7
|
* - correct usage helptext of ifupdownBernhard Reutner-Fischer2008-05-081-4/+8
|
* start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko2008-05-071-2/+39
|
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-073-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 Vlasenko2008-05-071-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 Vlasenko2008-05-061-19/+16
| | | | | | function old new delta script_main 991 966 -25
* ash: make set -o and set +o work as in dash/bash.Denis Vlasenko2008-05-061-7/+9
| | | | | | | | | by Cristian Ionescu-Idbohrn. function old new delta options 565 625 +60 getoptscmd 709 698 -11
* cpio.tests: remove useless commandDenis Vlasenko2008-05-061-1/+0
|
* - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-05-051-1/+1
|
* vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko2008-05-031-1/+6
| | | | | | function old new delta file_write 98 104 +6
* uniq: support -w. closes bug 3094.Denis Vlasenko2008-05-033-17/+33
| | | | | | | function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15
* more fixes to testsuite by Cristian and vdaDenis Vlasenko2008-05-023-20/+273
|
* clarify grep versionDenis Vlasenko2008-05-021-1/+1
|
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-022-30/+48
|
* fix grep test false positiveDenis Vlasenko2008-05-021-1/+3
|
* testing.sh: bashisms are eradicated.Denis Vlasenko2008-05-021-2/+3
| | | | | By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com>
* runtest: the saga continues :(Denis Vlasenko2008-05-021-26/+11
|
* start_stop_daemon: use existing global variableDenis Vlasenko2008-04-301-27/+28
| | | | | start_stop_daemon_main 976 959 -17
* remove stray semicolonDenis Vlasenko2008-04-301-1/+1
|
* echo: fix echo -e -n "msg\n\0"Denis Vlasenko2008-04-302-4/+9
| | | | | (by "Pinedo, David" <david.pinedo AT hp.com>)
* trylink: fix glibc check; make --sort-section option look less uglyDenis Vlasenko2008-04-301-10/+10
|
* runtest: more cleanupsDenis Vlasenko2008-04-291-12/+22
|
* ping: dont leak uninitialized data in ping packetsDenis Vlasenko2008-04-291-4/+6
| | | | | | | function old new delta sendping4 176 186 +10 sendping6 93 100 +7
* tar: add testsuite entriesDenis Vlasenko2008-04-291-0/+259
|
* tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko2008-04-291-1/+1
|
* tar: fix the case where long base names can be ignoredDenis Vlasenko2008-04-291-0/+3
|
* tar: remove bogus check for "-" (we handle it corrently later)Denis Vlasenko2008-04-291-12/+7
| | | | | | | | tar: simplify argv handling function old new delta tar_main 772 722 -50
* fix build failure for libbusyboxDenis Vlasenko2008-04-291-3/+4
|
* date: better version of previous commit; + fix testsuiteDenis Vlasenko2008-04-282-19/+22
| | | | | to have it checked
* date: complain if there are extraneout argumentsDenis Vlasenko2008-04-281-0/+2
|
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-274-14/+23
|
* date: fix date-works test, add date-works-1 one (currently fails)Denis Vlasenko2008-04-272-10/+138
|
* runtest: fix fallout from mucking with runtest :( [vda's fault]Denis Vlasenko2008-04-271-2/+2
|
* runtest: even more fixes from CristianDenis Vlasenko2008-04-271-13/+15
|
* runtest: further fixes from Cristian Ionescu-Idbohrn ↵Denis Vlasenko2008-04-271-10/+14
| | | | <cristian.ionescu-idbohrn AT axis.com>
* runtest: use numeric compare instead of string where appropriateDenis Vlasenko2008-04-261-5/+5
|
* libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko2008-04-251-1/+1
|
* fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing)Denis Vlasenko2008-04-251-0/+2
|
* lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko2008-04-251-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 thatDenis Vlasenko2008-04-251-1/+3
|
* testsuite/runtest: remove (last) bashismDenis Vlasenko2008-04-252-8/+11
| | | | | mkswap: fix selinux build
* arping: save a few bytes by using mempcpyDenis Vlasenko2008-04-251-10/+12
| | | | | | function old new delta catcher 357 339 -18
* date: make it accept ISO date format. Fix help text.Denis Vlasenko2008-04-253-54/+98
| | | | | | | | make testsuite actually test something useful. function old new delta date_main 1094 1149 +55
* partially fix date testsuiteDenis Vlasenko2008-04-244-5/+5
|