aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-30tftpd: be less cryptic in help textDenis Vlasenko1-0/+6
2008-10-30dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko1-6/+32
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-Fischer1-8/+8
2008-10-30- support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer1-1/+1
and not only the shorthand "addr". Thanks to ncopa for noticing
2008-10-29randomconfig fixesDenis Vlasenko3-4/+15
2008-10-29another small defconfig updateDenis Vlasenko1-3/+3
2008-10-29update defconfigDenis Vlasenko1-58/+72
2008-10-29runsvdir: kill another globalDenis Vlasenko1-4/+2
2008-10-29runsvdir: fx a recent vda's buglet (was pausing even if not signaled).Denis Vlasenko1-34/+42
stop spawning children immediately if signaled. Kill one global.
2008-10-29id: better wording in comments, no code changesDenis Vlasenko1-6/+6
2008-10-29runsvdir: shrink (by Vladimir)Denis Vlasenko1-9/+2
2008-10-29runsvdir: do not exit if we are pid 1.Denis Vlasenko1-14/+41
2008-10-29more whitespace fixesDenis Vlasenko1-1/+1
2008-10-29whitespace fixes, no code changesDenis Vlasenko4-10/+10
2008-10-29vi: fix uninitialized last_search_pattern (bug 5794)Denis Vlasenko1-10/+5
2008-10-29id: coreutils compat by Tito + test scriptDenis Vlasenko2-128/+406
2008-10-27- typo in documentationBernhard Reutner-Fischer1-1/+1
2008-10-27ash: add testcase for bug 5304Denis Vlasenko2-0/+15
2008-10-27ash: fix "while kill -0 $child; do true; done" looping forever.Denis Vlasenko1-46/+20
2008-10-27udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko2-4/+3
2008-10-27ls: trim help textDenis Vlasenko1-21/+21
2008-10-27ping: trivial code shrinkDenis Vlasenko1-27/+30
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 Vlasenko1-2/+3
by Pascal Bellard (pascal.bellard AT ads-lu.com)
2008-10-26devmem: fixlet in cleanup codeDenis Vlasenko1-1/+1
2008-10-26devmem: make it more script-friendly; don't do any readsDenis Vlasenko1-37/+42
and output nothing if writing was requested. -100 bytes
2008-10-26less: correctly wrap lines with tabsDenis Vlasenko1-27/+27
2008-10-26devmem: new appletDenis Vlasenko5-0/+141
2008-10-26less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMDDenis Vlasenko2-2/+3
2008-10-26read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko1-2/+3
2008-10-26less: disable _ command, it's useless bloatDenis Vlasenko1-0/+5
2008-10-25read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko1-0/+5
no code changes
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko4-91/+67
function old new delta less_main 2056 2097 +41 getch_nowait 248 273 +25 read_key 310 321 +11 static.esccmds 61 69 +8 count_lines 72 74 +2 less_gets 166 142 -24 less_getch 172 43 -129 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 6/5 up/down: 91/-170) Total: -79 bytes text data bss dec hex filename