index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-10-25
read_key: add comments how Shift and Meta keys looks like.
Denis Vlasenko
2008-10-25
less: reuse former vi's key reading code. Improve SIGWINCH handling.
Denis Vlasenko
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
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
2008-10-24
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
Denis Vlasenko
2008-10-24
less: experimental code to enable wrap/no-wrap
Denis Vlasenko
2008-10-23
less: more sane way of line numbering. Prepares for
Denis Vlasenko
2008-10-23
- give glob a chance
Bernhard Reutner-Fischer
2008-10-21
- use sys/inotify.h
Bernhard Reutner-Fischer
2008-10-21
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
Denis Vlasenko
2008-10-21
awk: fix typo in atan2 code. closes bug 5594.
Denis Vlasenko
2008-10-21
- fix ip route rejecting dotted quads as prefix
Bernhard Reutner-Fischer
2008-10-21
getopt: reinstate erroneously removed getopt() reset code.
Denis Vlasenko
2008-10-20
vi: handle chars 0x80, 0x81... correctly
Denis Vlasenko
2008-10-20
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-19
add comment explaining previous change
Denis Vlasenko
2008-10-19
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
blkid: vda forgot to svn add it again. vda is stupid
Denis Vlasenko
2008-10-19
Comment and whitespace tweaks.
Rob Landley
2008-10-18
vi: explain why reading 4 chars is unsafe
Denis Vlasenko
2008-10-18
libbb: do not reject floating point strings like ".15"
Denis Vlasenko
2008-10-18
mount: -o parm1 -o parm2 should accumulate
Denis Vlasenko
2008-10-18
vi: whitespace fix
Denis Vlasenko
2008-10-17
cpio: fix regression in prev commit (harmless)
Denis Vlasenko
2008-10-17
data_extract_all: do not complain if directory exists on mkdir
Denis Vlasenko
2008-10-16
rpm: fix incompatibilities which prevented rpm -i foo.src.rpm
Denis Vlasenko
2008-10-16
vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
Denis Vlasenko
2008-10-16
Confirmed that on Linux the serial interrupt takes precedence over the timer
Rob Landley
2008-10-15
build system: dpkg needs .gz handling
Denis Vlasenko
2008-10-15
sysctl: sysctl -a was still misbehaving, fix it
Denis Vlasenko
2008-10-15
return accidentally deleted "/* vi: set sw=4 ts=4: */"
Denis Vlasenko
2008-10-15
sysctl: fix bug 3894 _for real_.
Denis Vlasenko
2008-10-15
sysctl: remove trivial comments. no code changes
Denis Vlasenko
2008-10-15
sysctl: remove special-cased reporting of EPERM,
Denis Vlasenko
2008-10-15
sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)
Denis Vlasenko
2008-10-14
vi: fix bizarre formatting. no code changes
Denis Vlasenko
2008-10-14
hush: add TODO
Denis Vlasenko
2008-10-14
hush: next small step towards functions
Denis Vlasenko
2008-10-14
fix recurring "last_cmd overrun", fix [del] handling in insert mode
Denis Vlasenko
2008-10-14
vi: trivial size optimization -65 bytes
Denis Vlasenko
2008-10-14
vi: reinstate timeout of 300 ms
Denis Vlasenko
2008-10-14
vi: add comments to Rob's algorithm of reading and matching ESC sequences
Denis Vlasenko
2008-10-14
Escape sequences sent over serial links don't come in as a block, so poll
Rob Landley
[prev]
[next]