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
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2013-02-26
move endofname() to libbb
Denys Vlasenko
2013-02-10
vasprintf: return -1 on strdup failure
Denys Vlasenko
2013-02-07
vasprintf: do not use xmalloc, it will deadlock on OOM
Denys Vlasenko
2013-01-20
sha3: code shrink
Denys Vlasenko
2013-01-17
code shrink
Denys Vlasenko
2013-01-16
sha3: s/sha3_process_block76/sha3_process_block72/
Denys Vlasenko
2013-01-16
sha3: rename KeccakF->sha3_process_block76.
Denys Vlasenko
2013-01-15
sha3: cache ctx->bytes_queued
Denys Vlasenko
2013-01-15
sha3: remove two "small code" codepaths: I can't reproduce code size win on t...
Denys Vlasenko
2013-01-15
sha3: tweak choice of a fast code path for 64-bit
Denys Vlasenko
2013-01-15
sha3: cosmetic tweaks to various names, comments. No logic changes.
Denys Vlasenko
2013-01-15
sha3: code shrink
Denys Vlasenko
2013-01-15
sha3: code shrink
Denys Vlasenko
2013-01-15
sha3: another speedup for SHA3_SMALL=0 case
Denys Vlasenko
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
sha3: make size/speed optimization decision configurable
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
sha3sum: new applet
Lauri Kasanen
2012-10-03
mark get_shell_name FAST_FUNC
Denys Vlasenko
2012-10-02
top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
Denys Vlasenko
2012-09-27
lineedit: in !EDITING config, return -1 on fgets error
Denys Vlasenko
2012-09-27
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2012-09-06
top: fix "last CPU" parsing
Denys Vlasenko
2012-09-04
refactor correct_password.c to avoid one if
walter harms
2012-08-07
lineedit: fix Alt-D when cursor==0
Cliff Frey
2012-07-26
Simplify copyright/license notice that appears in the binary.
Bradley M. Kuhn
2012-06-12
su: do not change to home dir unless -l
Pascal Bellard
2012-06-11
Add comments in keyboard escape sequences table
Denys Vlasenko
2012-06-10
libbb: add missing_syscalls.c: for now, only Android syscalls
Tias Guns
2012-05-28
unzip: ignore chmod errors
Natanael Copa
2012-05-14
busybox: tweak help text and copyright year
Denys Vlasenko
2012-05-06
ln: support -T and -v
Simon B
2012-05-05
get_linux_version_code: don't fail on Linux version strints like "3.0-foo"
Andreas Oberritter
2012-04-28
sendmail: use host rather than NIS domain name for HELO
Ron Yorston
2012-04-26
lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
Dennis Groenen
2012-04-20
whitespace fixes
Denys Vlasenko
2012-04-20
fix build breakage found by randconfig
Denys Vlasenko
2012-03-22
busybox: tweak help text
Denys Vlasenko
2012-03-08
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-06
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
2012-02-28
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
2012-02-28
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
2012-02-09
Make unix (local) sockets work without IPv6 enabled
Jonh Wendell
2012-02-02
tweak comment, no code changes
Denys Vlasenko
2012-01-18
find_mount_point: fix find_mount_point for char devices
Javier Viguera
2012-01-15
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
Denys Vlasenko
2012-01-11
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
Denys Vlasenko
2011-12-22
libbb/bb_strtonum: always set end ptr, even on error return
Denys Vlasenko
2011-12-18
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-11-18
hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478
Denys Vlasenko
[next]