aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * lineedit: add handling of \H in promptDenys Vlasenko2013-03-281-5/+45
| * hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-271-1/+1
* | df: limited implementation for WIN32Ron Yorston2013-04-031-0/+37
* | Merge branch 'busybox' into mergeRon Yorston2013-03-195-6/+36
|\|
| * readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
| * make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
| * lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
| * move endofname() to libbbDenys Vlasenko2013-02-261-0/+26
| * vasprintf: return -1 on strdup failureDenys Vlasenko2013-02-101-1/+1
| * vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko2013-02-071-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2013-02-078-28/+312
|\|
| * 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
* | Add a build option to turn MSVCRT globbing on or offRon Yorston2012-12-101-1/+1
* | Ensure mingw_stat is called when necessaryRon Yorston2012-11-292-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2012-10-104-5/+8
|\|
| * 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
* | Revised quoting of command line arguments for WIN32Ron Yorston2012-10-051-0/+5
* | Simplify recursive directory creationRon Yorston2012-09-071-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2012-09-079-25/+76
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2012-05-092-8/+5
|\|
| * 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
* | Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-22/+9
* | mingw32: make access(2) check file format for executablesRon Yorston2012-05-091-25/+1