- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 905ed87 add serial HOWTO doc by Denis Vlasenko · 16 years ago
- 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
- a643816 - commentary typo fix (tito) by Bernhard Reutner-Fischer · 16 years ago
- 6559100 - fix typo in print_user() (tito) by Bernhard Reutner-Fischer · 16 years ago
- 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
- c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
- 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
- 9b0f6e1 add comment, no code changes by Denis Vlasenko · 16 years ago
- 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
- 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
- 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
- 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
- 028eab6 runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one by Denis Vlasenko · 16 years ago
- bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
- b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
- f34cfff setup_environment: cd $HOME regardless of clear_env value. by Denis Vlasenko · 16 years ago
- 91f8f82 tftpd: be less cryptic in help text by Denis Vlasenko · 16 years ago
- 6b38e18 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) by Denis Vlasenko · 16 years ago
- 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
- e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
- 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
- 1fe7887 another small defconfig update by Denis Vlasenko · 16 years ago
- b15a6f2 update defconfig by Denis Vlasenko · 16 years ago
- cf69685 runsvdir: kill another global by Denis Vlasenko · 16 years ago
- 6a2c2cf runsvdir: fx a recent vda's buglet (was pausing even if not signaled). by Denis Vlasenko · 16 years ago
- e7368f1 id: better wording in comments, no code changes by Denis Vlasenko · 16 years ago
- 58f3c2e runsvdir: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
- 9657596 runsvdir: do not exit if we are pid 1. by Denis Vlasenko · 16 years ago
- 40fdcbb more whitespace fixes by Denis Vlasenko · 16 years ago
- 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
- c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
- 34e68c8 id: coreutils compat by Tito + test script by Denis Vlasenko · 16 years ago
- d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
- 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
- be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
- 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
- de5f645 ls: trim help text by Denis Vlasenko · 16 years ago
- 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
- c503dde cpio: emit TRAILER even when hard links were found. by Denis Vlasenko · 16 years ago
- 6b9d6c7 devmem: fixlet in cleanup code by Denis Vlasenko · 16 years ago
- 0432465 devmem: make it more script-friendly; don't do any reads by Denis Vlasenko · 16 years ago
- e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
- c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
- f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
- 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
- 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
- bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
- 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
- 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago
- 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
- 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
- ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
- 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
- aa2a1c0 - improve wording and fix alphabetical order by Bernhard Reutner-Fischer · 16 years ago
- e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
- 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
- d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
- 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
- 2dfd295 - give glob a chance by Bernhard Reutner-Fischer · 16 years ago
- 01ea971 - use sys/inotify.h by Bernhard Reutner-Fischer · 16 years ago
- 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
- 37890e2 awk: fix typo in atan2 code. closes bug 5594. by Denis Vlasenko · 16 years ago
- 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
- 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
- 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
- 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
- b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
- d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
- 802a7be add comment explaining previous change by Denis Vlasenko · 16 years ago
- 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
- bff06fe blkid: vda forgot to svn add it again. vda is stupid by Denis Vlasenko · 16 years ago
- 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
- e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
- 3ab3d8a libbb: do not reject floating point strings like ".15" by Denis Vlasenko · 16 years ago
- f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
- 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
- cf4dd07 cpio: fix regression in prev commit (harmless) by Denis Vlasenko · 16 years ago
- d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
- aa9eb1f rpm: fix incompatibilities which prevented rpm -i foo.src.rpm by Denis Vlasenko · 16 years ago
- 8ef801b vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s. by Denis Vlasenko · 16 years ago
- 7960ea8 Confirmed that on Linux the serial interrupt takes precedence over the timer by Rob Landley · 16 years ago
- 8854b35 build system: dpkg needs .gz handling by Denis Vlasenko · 16 years ago
- a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
- 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
- e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
- 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
- cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
- 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
- d44c153 vi: fix bizarre formatting. no code changes by Denis Vlasenko · 16 years ago
- ddc8ae3 hush: add TODO by Denis Vlasenko · 16 years ago
- 371de4a hush: next small step towards functions by Denis Vlasenko · 16 years ago
- ded6ad3 fix recurring "last_cmd overrun", fix [del] handling in insert mode by Denis Vlasenko · 16 years ago
- 267e16c vi: trivial size optimization -65 bytes by Denis Vlasenko · 16 years ago
- 25497c1 vi: reinstate timeout of 300 ms by Denis Vlasenko · 16 years ago
- 5373fbc vi: add comments to Rob's algorithm of reading and matching ESC sequences by Denis Vlasenko · 16 years ago
- 5e38cd9 Escape sequences sent over serial links don't come in as a block, so poll by Rob Landley · 16 years ago
- 988dd55 Clean up editors/vi.c:readit() so it only does readahead when actually by Rob Landley · 16 years ago
- f886fd2 hush: fix NOMMU bug (analogous to preceding commit for MMU) by Denis Vlasenko · 16 years ago