Denis Vlasenko f10bc3964f1 correction in comment 07 Nov 2008 Denis Vlasenko f068b3e9f47 sv: make default service dir configurable (Vladimir wants it) 07 Nov 2008 Denis Vlasenko 3854c5ddf4e runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. *: s/int/pid_t where appropriate 06 Nov 2008 Denis Vlasenko 70e8f49f71b basename: fix error code. again. deja vu feeling... 06 Nov 2008 Denis Vlasenko fc66892abdd *: remove superfluous casts. no code changes 06 Nov 2008 Denis Vlasenko 35a064b67fc build system: tidying up CONFIG_xxx names (suggested by Rob) 06 Nov 2008 Denis Vlasenko 202ac504e1a *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op function old new delta
tcsetattr_stdin_TCSANOW - 14 +14
set_sane_term 116 113 -3
top_main 1277 1273 -4
make_new_session 421 415 -6
rawmode ... 05 Nov 2008 Denis Vlasenko 905ed8730f1 add serial HOWTO doc 05 Nov 2008 Denis Vlasenko 4cb576ea98a inetd: fix a case when we have zero services 05 Nov 2008 Bernhard Reutner-Fischer a643816fe36 - commentary typo fix (tito) 05 Nov 2008 Bernhard Reutner-Fischer 6559100021a - fix typo in print_user() (tito) 05 Nov 2008 Denis Vlasenko 391ffa19d1e nslookup: tiny shrink (-5 bytes); add comment about res_init inet_common: cosmetics, no code changes 04 Nov 2008 Denis Vlasenko c51457ca5b0 less: fix pasting into search line ('/' cmd) - it was mishandled because pasting "types" very fast
and read_key eats many chars. +30 bytes. 02 Nov 2008 Denis Vlasenko 3c385cd706d lineedit: fix bug 5824: Since version 23530 with lineedit.c, "fdisk" & "ed" can't work any more 02 Nov 2008 Denis Vlasenko 9b0f6e1142a add comment, no code changes 01 Nov 2008 Denis Vlasenko 1a9e9bdd93b gunzip: restore mtime. approx +80 bytes of code rpm: make code more robust
lsmod: small code shrink 01 Nov 2008 Denis Vlasenko 5a89763fb7e tftpd: show help if stdin is not a socket 01 Nov 2008 Denis Vlasenko 44d5dcebc6d iplink: accept shorthands for "address" keyword here: "ip link set address 00:11:22:33:44:55"
ifupdown: use "addr" instead of "address" 01 Nov 2008 Denis Vlasenko 64974793b9f less: fix newly-introduced case of less spinning forever on pty's closed etc 31 Oct 2008 Denis Vlasenko 028eab61bc4 runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one 31 Oct 2008 Denis Vlasenko bb26db49b1b modprobe: fix a segfault when modprobe is called with no arguments at all function old new delta
modprobe_main 559 535 -24 31 Oct 2008 Denis Vlasenko b9b344aa44b kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Steve Bennett (steveb AT workware.net.au) 31 Oct 2008 Denis Vlasenko f34cfff2f03 setup_environment: cd $HOME regardless of clear_env value. 31 Oct 2008 Denis Vlasenko 91f8f82bfb5 tftpd: be less cryptic in help text 31 Oct 2008 Denis Vlasenko 6b38e182478 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) function old new delta
print_base 87 176 +89
set_output_base 81 95 +14
static.bases - 5 +5
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shri... 31 Oct 2008 Bernhard Reutner-Fischer 470dc1d7e20 - minor shrinkage (~-60) 30 Oct 2008 Bernhard Reutner-Fischer e29186687b9 - support ip link set eth1 address 00:11:22:33:44:55 and not only the shorthand "addr". Thanks to ncopa for noticing 30 Oct 2008 Denis Vlasenko 31d58e58d2c randomconfig fixes 29 Oct 2008 Denis Vlasenko 1fe78876593 another small defconfig update 29 Oct 2008 Denis Vlasenko b15a6f24894 update defconfig 29 Oct 2008 Denis Vlasenko cf696850f3a runsvdir: kill another global 29 Oct 2008 Denis Vlasenko 6a2c2cf6f3b runsvdir: fx a recent vda's buglet (was pausing even if not signaled). stop spawning children immediately if signaled. Kill one global. 29 Oct 2008 Denis Vlasenko e7368f16fac id: better wording in comments, no code changes 29 Oct 2008 Denis Vlasenko 58f3c2e01ee runsvdir: shrink (by Vladimir) 29 Oct 2008 Denis Vlasenko 9657596dd6e runsvdir: do not exit if we are pid 1. 29 Oct 2008 Denis Vlasenko 40fdcbb2700 more whitespace fixes 29 Oct 2008 Denis Vlasenko 9504e444b8c whitespace fixes, no code changes 29 Oct 2008 Denis Vlasenko c3a9dc8ac5b vi: fix uninitialized last_search_pattern (bug 5794) 29 Oct 2008 Denis Vlasenko 34e68c8b42c id: coreutils compat by Tito + test script 29 Oct 2008 Bernhard Reutner-Fischer d498850e028 - typo in documentation 27 Oct 2008 Denis Vlasenko 6214941a3a8 ash: add testcase for bug 5304 27 Oct 2008 Denis Vlasenko be54d6bc60e ash: fix "while kill -0 $child; do true; done" looping forever. 27 Oct 2008 Denis Vlasenko 7ff85c53f17 udhcp: simplify SO_BINDTODEVICE call 27 Oct 2008 Denis Vlasenko de5f645dff4 ls: trim help text 27 Oct 2008 Denis Vlasenko 59f502b36ff ping: trivial code shrink function old new delta
ping6_main 31 30 -1
ping_main 405 370 -35 27 Oct 2008 Denis Vlasenko c503dde01a3 cpio: emit TRAILER even when hard links were found. by Pascal Bellard (pascal.bellard AT ads-lu.com) 26 Oct 2008 Denis Vlasenko 6b9d6c7544b devmem: fixlet in cleanup code 26 Oct 2008 Denis Vlasenko 043246560fc devmem: make it more script-friendly; don't do any reads and output nothing if writing was requested. -100 bytes 26 Oct 2008 Denis Vlasenko e1ef89abada less: correctly wrap lines with tabs 26 Oct 2008 Denis Vlasenko c94fa5651a6 devmem: new applet 26 Oct 2008