aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2013-02-26move endofname() to libbbDenys Vlasenko
2013-02-10vasprintf: return -1 on strdup failureDenys Vlasenko
2013-02-07vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko
2013-01-20sha3: code shrinkDenys Vlasenko
2013-01-17code shrinkDenys Vlasenko
2013-01-16sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko
2013-01-16sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko
2013-01-15sha3: cache ctx->bytes_queuedDenys Vlasenko
2013-01-15sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko
2013-01-15sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko
2013-01-15sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko
2013-01-15sha3: code shrinkDenys Vlasenko
2013-01-15sha3: code shrinkDenys Vlasenko
2013-01-15sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2012-10-03mark get_shell_name FAST_FUNCDenys Vlasenko
2012-10-02top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko
2012-09-27lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko
2012-09-06top: fix "last CPU" parsingDenys Vlasenko
2012-09-04refactor correct_password.c to avoid one ifwalter harms
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-06-11Add comments in keyboard escape sequences tableDenys Vlasenko
2012-06-10libbb: add missing_syscalls.c: for now, only Android syscallsTias Guns
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko
2012-05-06ln: support -T and -vSimon B
2012-05-05get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2012-04-26lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen
2012-04-20whitespace fixesDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-02-02tweak comment, no code changesDenys Vlasenko
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko