Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-29 | tar: fix obscure case when name is "" and prefix is not "" | Denis Vlasenko | |
2008-04-29 | tar: fix the case where long base names can be ignored | Denis Vlasenko | |
2008-04-29 | tar: 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-29 | fix build failure for libbusybox | Denis Vlasenko | |
2008-04-28 | date: better version of previous commit; + fix testsuite | Denis Vlasenko | |
to have it checked | |||
2008-04-28 | date: complain if there are extraneout arguments | Denis Vlasenko | |
2008-04-27 | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | |
2008-04-27 | date: fix date-works test, add date-works-1 one (currently fails) | Denis Vlasenko | |
2008-04-27 | runtest: fix fallout from mucking with runtest :( [vda's fault] | Denis Vlasenko | |
2008-04-27 | runtest: even more fixes from Cristian | Denis Vlasenko | |
2008-04-27 | runtest: further fixes from Cristian Ionescu-Idbohrn ↵ | Denis Vlasenko | |
<cristian.ionescu-idbohrn AT axis.com> | |||
2008-04-26 | runtest: use numeric compare instead of string where appropriate | Denis Vlasenko | |
2008-04-25 | libbb: fix wrong sscanf count check (affects pidof etc) | Denis Vlasenko | |
2008-04-25 | fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) | Denis Vlasenko | |
2008-04-25 | lineedit: hack for making it sort-of-work even if term width is wrong | Denis 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-25 | taskset: (1ull < 65) like ops are not good, avoid that | Denis Vlasenko | |
2008-04-25 | testsuite/runtest: remove (last) bashism | Denis Vlasenko | |
mkswap: fix selinux build | |||
2008-04-25 | arping: save a few bytes by using mempcpy | Denis Vlasenko | |
function old new delta catcher 357 339 -18 | |||
2008-04-25 | date: 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 | |||
2008-04-24 | partially fix date testsuite | Denis Vlasenko | |
2008-04-24 | - fsetfilecon_war is hidden so use fsetfilecon instead. | Bernhard Reutner-Fischer | |
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' | |||
2008-04-24 | - bump copyright year | Bernhard Reutner-Fischer | |
2008-04-24 | - update screenshot | Bernhard Reutner-Fischer | |
2008-04-24 | lineedit: filename completion on symlinks-to-dirs should add / too | Denis Vlasenko | |
2008-04-23 | delay reconfig of input tty until target device has been both opened | Paul Fox | |
and configured correctly. | |||
2008-04-23 | getopt32: fix "tar x" case; fix memory leak | Denis Vlasenko | |
2008-04-23 | testsuite: fix du testsuite to not use changing directories | Denis Vlasenko | |
2008-04-23 | testsuite: runtest enhancements by Cristian Ionescu-Idbohrn | Denis Vlasenko | |
2008-04-23 | testsuite: fix | Denis Vlasenko | |
2008-04-23 | build system: typo fix in help text | Denis Vlasenko | |
2008-04-23 | dd: fix recent breakage (was comparing "if" with "if=" etc). | Denis Vlasenko | |
2008-04-22 | add forgotten files. I am forgetting it all the time :( | Denis Vlasenko | |
2008-04-22 | whitespace fixes. no code changes | Denis Vlasenko | |
2008-04-22 | *: remove remaining instances of ".data" hack | Denis Vlasenko | |
2008-04-21 | getopt32: fix recently broken opt_complementary "--" | Denis Vlasenko | |
2008-04-21 | tar: move vfork into separate function (smaller code) | Denis Vlasenko | |
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 | |||
2008-04-21 | udhcp: fix config help text | Denis Vlasenko | |
2008-04-21 | build system: use spaces in Kbuild files | Denis Vlasenko | |
2008-04-21 | build system: move misplaced config entry for script applet | Denis Vlasenko | |
2008-04-21 | tentative fix for ppc64 problems with ioctl. | Denis Vlasenko | |
Zero code size impact. | |||
2008-04-21 | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko | |
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 | |||
2008-04-20 | xmalloc_open_read_close: use fstat to get file size (instead of lseek). | Denis Vlasenko | |
by Joakim Tjernlund <Joakim.Tjernlund AT transmode.se> function old new delta xmalloc_open_read_close 190 181 -9 | |||
2008-04-20 | start_stop_daemon: stat executable only once | Denis Vlasenko | |
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 | |||
2008-04-20 | libbb: prevent xmalloc_open_read_close from dying on seek failure | Denis Vlasenko | |
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 | |||
2008-04-19 | remove whitespace damage. No code changes | Denis Vlasenko | |
2008-04-19 | start_stop_daemon: optimization - do not pass paramenter, use | Denis Vlasenko | |
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 | |||
2008-04-19 | start_stop_daemon: do not stop /proc scan prematurely | Denis Vlasenko | |
function old new delta do_procinit 185 196 +11 | |||
2008-04-19 | libbb: introduce xmalloc_xopen_read_close and use where appropriate | Denis Vlasenko | |
instead of xmalloc_open_read_close. function old new delta xmalloc_xopen_read_close - 34 +34 xmalloc_open_read_close 163 171 +8 passwd_main 1070 1074 +4 rexecve 254 257 +3 handle_incoming_and_exit 2657 2659 +2 parse_command 1509 1510 +1 buffer_fill_and_print 76 73 -3 evaltreenr 599 589 -10 evaltree 599 589 -10 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/3 up/down: 52/-23) Total: 29 bytes | |||
2008-04-19 | start-stop-daemon: make --exec follow symlinks | Denis Vlasenko | |
by Joakim Tjernlund <joakim.tjernlund AT transmode.se> function old new delta check 1591 1618 +27 start_stop_daemon_main 770 792 +22 | |||
2008-04-19 | style fixes. no code changes | Denis Vlasenko | |