aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* sha3: code shrinkDenys Vlasenko2013-01-201-32/+59
* code shrinkDenys Vlasenko2013-01-171-8/+12
* sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko2013-01-161-4/+4
* sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko2013-01-161-79/+81
* sha3: cache ctx->bytes_queuedDenys Vlasenko2013-01-151-11/+11
* sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko2013-01-151-43/+18
* sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko2013-01-151-1/+2
* sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko2013-01-151-61/+63
* sha3: code shrinkDenys Vlasenko2013-01-151-26/+36
* sha3: code shrinkDenys Vlasenko2013-01-151-13/+18
* sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko2013-01-151-10/+25
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* sha3: make size/speed optimization decision configurableDenys Vlasenko2013-01-152-19/+68
* whitespace cleanup. no code changesDenys Vlasenko2013-01-144-7/+7
* sha3sum: new appletLauri Kasanen2013-01-141-0/+194
* mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-031-1/+1
* top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko2012-10-021-0/+2
* lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
* libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-3/+3
* top: fix "last CPU" parsingDenys Vlasenko2012-09-061-1/+1
* refactor correct_password.c to avoid one ifwalter harms2012-09-041-6/+3
* lineedit: fix Alt-D when cursor==0Cliff Frey2012-08-071-3/+3
* Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
* su: do not change to home dir unless -lPascal Bellard2012-06-122-5/+7
* Add comments in keyboard escape sequences tableDenys Vlasenko2012-06-111-5/+10
* libbb: add missing_syscalls.c: for now, only Android syscallsTias Guns2012-06-101-0/+42
* unzip: ignore chmod errorsNatanael Copa2012-05-281-1/+6
* busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
* ln: support -T and -vSimon B2012-05-061-1/+1
* get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter2012-05-051-7/+4
* sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-22/+0
* lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
* whitespace fixesDenys Vlasenko2012-04-201-1/+1
* fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-0/+1
* preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-139/+0
* libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-4/+5
* libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-1/+2
* Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-7/+9
* tweak comment, no code changesDenys Vlasenko2012-02-021-3/+3
* find_mount_point: fix find_mount_point for char devicesJavier Viguera2012-01-181-1/+2
* shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-6/+9
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-1/+1
* libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko2011-12-221-19/+40
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-10/+5
* hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-091-1/+9
* lineedit: fix build failureDenys Vlasenko2011-11-041-1/+3
* lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-032-3/+48