Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-02 | less: 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-02 | lineedit: fix bug 5824: Since version 23530 with lineedit.c, | Denis Vlasenko | |
"fdisk" & "ed" can't work any more | |||
2008-11-01 | add comment, no code changes | Denis Vlasenko | |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko | |
rpm: make code more robust lsmod: small code shrink | |||
2008-11-01 | tftpd: show help if stdin is not a socket | Denis Vlasenko | |
2008-11-01 | iplink: 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-31 | less: fix newly-introduced case of less spinning forever | Denis Vlasenko | |
on pty's closed etc | |||
2008-10-31 | runsvdir: if we have PID == 1, SIGHUP should make small pause, | Denis Vlasenko | |
not 1 minute one | |||
2008-10-31 | modprobe: fix a segfault when modprobe is called with no arguments at all | Denis Vlasenko | |
function old new delta modprobe_main 559 535 -24 | |||
2008-10-31 | kill[all[5]]: accept -s SIG too. kill_main: +29 bytes | Denis Vlasenko | |
by Steve Bennett (steveb AT workware.net.au) | |||
2008-10-30 | setup_environment: cd $HOME regardless of clear_env value. | Denis Vlasenko | |
2008-10-30 | tftpd: be less cryptic in help text | Denis Vlasenko | |
2008-10-30 | dc: 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:55 | Bernhard Reutner-Fischer | |
and not only the shorthand "addr". Thanks to ncopa for noticing | |||
2008-10-29 | randomconfig fixes | Denis Vlasenko | |
2008-10-29 | another small defconfig update | Denis Vlasenko | |
2008-10-29 | update defconfig | Denis Vlasenko | |
2008-10-29 | runsvdir: kill another global | Denis Vlasenko | |
2008-10-29 | runsvdir: 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-29 | id: better wording in comments, no code changes | Denis Vlasenko | |
2008-10-29 | runsvdir: shrink (by Vladimir) | Denis Vlasenko | |
2008-10-29 | runsvdir: do not exit if we are pid 1. | Denis Vlasenko | |
2008-10-29 | more whitespace fixes | Denis Vlasenko | |
2008-10-29 | whitespace fixes, no code changes | Denis Vlasenko | |
2008-10-29 | vi: fix uninitialized last_search_pattern (bug 5794) | Denis Vlasenko | |
2008-10-29 | id: coreutils compat by Tito + test script | Denis Vlasenko | |
2008-10-27 | - typo in documentation | Bernhard Reutner-Fischer | |
2008-10-27 | ash: add testcase for bug 5304 | Denis Vlasenko | |
2008-10-27 | ash: fix "while kill -0 $child; do true; done" looping forever. | Denis Vlasenko | |
2008-10-27 | udhcp: simplify SO_BINDTODEVICE call | Denis Vlasenko | |
2008-10-27 | ls: trim help text | Denis Vlasenko | |
2008-10-27 | ping: trivial code shrink | Denis Vlasenko | |
function old new delta ping6_main 31 30 -1 ping_main 405 370 -35 | |||
2008-10-26 | cpio: emit TRAILER even when hard links were found. | Denis Vlasenko | |
by Pascal Bellard (pascal.bellard AT ads-lu.com) | |||
2008-10-26 | devmem: fixlet in cleanup code | Denis Vlasenko | |
2008-10-26 | devmem: make it more script-friendly; don't do any reads | Denis Vlasenko | |
and output nothing if writing was requested. -100 bytes | |||
2008-10-26 | less: correctly wrap lines with tabs | Denis Vlasenko | |
2008-10-26 | devmem: new applet | Denis Vlasenko | |
2008-10-26 | less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD | Denis Vlasenko | |
2008-10-26 | read_key is actually written by Rob, add him to copyright notice | Denis Vlasenko | |
2008-10-26 | less: disable _ command, it's useless bloat | Denis Vlasenko | |
2008-10-25 | read_key: add comments how Shift and Meta keys looks like. | Denis Vlasenko | |
no code changes | |||
2008-10-25 | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko | |
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 | |||
2008-10-25 | libbb: add forgotten file from previous commit :( | Denis Vlasenko | |
2008-10-25 | vi: move key reading routine out of vi into llbbb | Denis Vlasenko | |
function old new delta read_key - 310 +310 .... static.esccmds 170 61 -109 readit 286 60 -226 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 9/10 up/down: 349/-367) Total: -18 bytes | |||
2008-10-25 | tar: fix typo in comment | Denis Vlasenko | |
2008-10-24 | tar: fix bug 3844: non-root tar does not preserve perms | Denis Vlasenko | |
2008-10-24 | less: add optional line number toggle and resizing on SIGWINCH. | Denis Vlasenko | |
2008-10-24 | - improve wording and fix alphabetical order | Bernhard Reutner-Fischer | |
2008-10-24 | less: add less v.418 help text doc. No code changes. | Denis Vlasenko | |