aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer2008-04-241-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 yearBernhard Reutner-Fischer2008-04-241-1/+1
|
* - update screenshotBernhard Reutner-Fischer2008-04-241-41/+50
|
* lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko2008-04-241-8/+11
|
* delay reconfig of input tty until target device has been both openedPaul Fox2008-04-231-11/+9
| | | | and configured correctly.
* getopt32: fix "tar x" case; fix memory leakDenis Vlasenko2008-04-231-5/+3
|
* testsuite: fix du testsuite to not use changing directoriesDenis Vlasenko2008-04-236-6/+6
|
* testsuite: runtest enhancements by Cristian Ionescu-IdbohrnDenis Vlasenko2008-04-231-6/+15
|
* testsuite: fixDenis Vlasenko2008-04-231-1/+1
|
* build system: typo fix in help textDenis Vlasenko2008-04-231-1/+1
|
* dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko2008-04-231-2/+2
|
* add forgotten files. I am forgetting it all the time :(Denis Vlasenko2008-04-222-0/+46
|
* whitespace fixes. no code changesDenis Vlasenko2008-04-229-30/+30
|
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-226-24/+28
|
* getopt32: fix recently broken opt_complementary "--"Denis Vlasenko2008-04-211-2/+3
|
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-213-99/+115
| | | | | | | | | | | open_transformer: more informative error messages function old new delta vfork_compressor - 210 +210 writeTarFile 547 299 -248 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 210/-248) Total: -38 bytes
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
|
* build system: use spaces in Kbuild filesDenis Vlasenko2008-04-211-28/+28
|
* build system: move misplaced config entry for script appletDenis Vlasenko2008-04-212-9/+9
|
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-212-12/+13
| | | | | Zero code size impact.
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-217-51/+47
| | | | | | | | | | | | | | | function old new delta strncpy_IFNAMSIZ - 13 +13 set_slave_mtu 39 37 -2 set_slave_hwaddr 52 50 -2 set_master_hwaddr 52 50 -2 set_if_flags 40 38 -2 get_if_settings 101 98 -3 ifenslave_main 1680 1661 -19 vconfig_main 306 280 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
* xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko2008-04-201-0/+43
| | | | | | | | by Joakim Tjernlund <Joakim.Tjernlund AT transmode.se> function old new delta xmalloc_open_read_close 190 181 -9
* start_stop_daemon: stat executable only onceDenis Vlasenko2008-04-201-2/+5
| | | | | | | | | function old new delta start_stop_daemon_main 954 976 +22 check 1661 1632 -29 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 22/-29) Total: -7 bytes
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-202-30/+33
| | | | | | | | | | | | | start_stop_daemon: use open_read_close instead of xmalloc_open_read_close start_stop_daemon: use local structure instead of global one function old new delta check 1620 1661 +41 xmalloc_open_read_close 171 190 +19 start_stop_daemon_main 976 954 -22 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 60/-22) Total: 38 bytes
* remove whitespace damage. No code changesDenis Vlasenko2008-04-191-1/+1
|
* start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko2008-04-191-10/+8
| | | | | | | | | | | | existing globals instead function old new delta start_stop_daemon_main 792 976 +184 check 1618 1620 +2 do_procinit 196 - -196 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 2/0 up/down: 186/-196) Total: -10 bytes