aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-04-24partially fix date testsuiteDenis 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 yearBernhard Reutner-Fischer
2008-04-24- update screenshotBernhard Reutner-Fischer
2008-04-24lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko
2008-04-23delay reconfig of input tty until target device has been both openedPaul Fox
and configured correctly.
2008-04-23getopt32: fix "tar x" case; fix memory leakDenis Vlasenko
2008-04-23testsuite: fix du testsuite to not use changing directoriesDenis Vlasenko
2008-04-23testsuite: runtest enhancements by Cristian Ionescu-IdbohrnDenis Vlasenko
2008-04-23testsuite: fixDenis Vlasenko
2008-04-23build system: typo fix in help textDenis Vlasenko
2008-04-23dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko
2008-04-22add forgotten files. I am forgetting it all the time :(Denis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-21getopt32: fix recently broken opt_complementary "--"Denis Vlasenko
2008-04-21tar: 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-21udhcp: fix config help textDenis Vlasenko
2008-04-21build system: use spaces in Kbuild filesDenis Vlasenko
2008-04-21build system: move misplaced config entry for script appletDenis Vlasenko
2008-04-21tentative 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-20xmalloc_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-20start_stop_daemon: stat executable only onceDenis 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-20libbb: prevent xmalloc_open_read_close from dying on seek failureDenis 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-19remove whitespace damage. No code changesDenis Vlasenko
2008-04-19start_stop_daemon: optimization - do not pass paramenter, useDenis 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-19start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko
function old new delta do_procinit 185 196 +11
2008-04-19libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis 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-19start-stop-daemon: make --exec follow symlinksDenis 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-19style fixes. no code changesDenis Vlasenko
2008-04-19start_stop_daemon: mark argc as unusedDenis Vlasenko
2008-04-19- rotate some older new to oldnewsBernhard Reutner-Fischer
2008-04-19- ignore "recent"; We have an RCS to serve theseBernhard Reutner-Fischer
2008-04-19website: add 1.10.1 to news page.Denis Vlasenko
2008-04-19website: add a link to 1.10.1Denis Vlasenko
2008-04-19openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org>Denis Vlasenko
function old new delta openvt_main 343 429 +86
2008-04-19man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko
but accumulate. By Ivana Varekova <varekova AT redhat.com> function old new delta man_main 567 684 +117