aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-06*: remove superfluous casts. no code changesDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, ↵Denis Vlasenko
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 133 126 -7 reset_term 18 10 -8 die 43 35 -8 cookmode 62 54 -8 vlock_main 425 415 -10 read_line_input 3165 3155 -10 bb_askpass 357 347 -10 fsck_minix_main 3079 3065 -14 getty_main 2375 2332 -43 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/12 up/down: 14/-131) Total: -117 bytes
2008-11-05add serial HOWTO docDenis Vlasenko
2008-11-05inetd: fix a case when we have zero servicesDenis Vlasenko
2008-11-05- commentary typo fix (tito)Bernhard Reutner-Fischer
2008-11-05- fix typo in print_user() (tito)Bernhard Reutner-Fischer
2008-11-04nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko
inet_common: cosmetics, no code changes
2008-11-02less: fix pasting into search line ('/' cmd) -Denis Vlasenko
it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes.
2008-11-02lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko
"fdisk" & "ed" can't work any more
2008-11-01add comment, no code changesDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
rpm: make code more robust lsmod: small code shrink
2008-11-01tftpd: show help if stdin is not a socketDenis Vlasenko
2008-11-01iplink: accept shorthands for "address" keyword here:Denis Vlasenko
"ip link set address 00:11:22:33:44:55" ifupdown: use "addr" instead of "address"
2008-10-31less: fix newly-introduced case of less spinning foreverDenis Vlasenko
on pty's closed etc
2008-10-31runsvdir: if we have PID == 1, SIGHUP should make small pause,Denis Vlasenko
not 1 minute one
2008-10-31modprobe: fix a segfault when modprobe is called with no arguments at allDenis Vlasenko
function old new delta modprobe_main 559 535 -24
2008-10-31kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko
by Steve Bennett (steveb AT workware.net.au)
2008-10-30setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko
2008-10-30tftpd: be less cryptic in help textDenis Vlasenko
2008-10-30dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko
function old new delta print_base 87 176 +89 set_output_base 81 95 +14 static.bases - 5 +5 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 108/0) Total: 108 bytes
2008-10-30- minor shrinkage (~-60)Bernhard Reutner-Fischer
2008-10-30- support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer
and not only the shorthand "addr". Thanks to ncopa for noticing
2008-10-29randomconfig fixesDenis Vlasenko
2008-10-29another small defconfig updateDenis Vlasenko
2008-10-29update defconfigDenis Vlasenko
2008-10-29runsvdir: kill another globalDenis Vlasenko
2008-10-29runsvdir: fx a recent vda's buglet (was pausing even if not signaled).Denis Vlasenko
stop spawning children immediately if signaled. Kill one global.
2008-10-29id: better wording in comments, no code changesDenis Vlasenko
2008-10-29runsvdir: shrink (by Vladimir)Denis Vlasenko
2008-10-29runsvdir: do not exit if we are pid 1.Denis Vlasenko
2008-10-29more whitespace fixesDenis Vlasenko
2008-10-29whitespace fixes, no code changesDenis Vlasenko
2008-10-29vi: fix uninitialized last_search_pattern (bug 5794)Denis Vlasenko
2008-10-29id: coreutils compat by Tito + test scriptDenis Vlasenko
2008-10-27- typo in documentationBernhard Reutner-Fischer
2008-10-27ash: add testcase for bug 5304Denis Vlasenko
2008-10-27ash: fix "while kill -0 $child; do true; done" looping forever.Denis Vlasenko
2008-10-27udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko
2008-10-27ls: trim help textDenis Vlasenko
2008-10-27ping: trivial code shrinkDenis Vlasenko
function old new delta ping6_main 31 30 -1 ping_main 405 370 -35
2008-10-26cpio: emit TRAILER even when hard links were found.Denis Vlasenko
by Pascal Bellard (pascal.bellard AT ads-lu.com)
2008-10-26devmem: fixlet in cleanup codeDenis Vlasenko
2008-10-26devmem: make it more script-friendly; don't do any readsDenis Vlasenko
and output nothing if writing was requested. -100 bytes
2008-10-26less: correctly wrap lines with tabsDenis Vlasenko
2008-10-26devmem: new appletDenis Vlasenko
2008-10-26less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMDDenis Vlasenko
2008-10-26read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko
2008-10-26less: disable _ command, it's useless bloatDenis Vlasenko
2008-10-25read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko
no code changes