aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-221-4/+6
| * false: make "false --help" exit with 1Denys Vlasenko2014-09-181-8/+18
| * init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
| * ftpd: add optional support for authenticationMorten Kvistgaard2014-08-052-29/+68
| * sha3: tweak comments and indentationDenys Vlasenko2014-07-301-13/+14
| * sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko2014-07-301-16/+66
| * sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko2014-07-251-14/+242
| * libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko2014-07-011-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-06-308-12/+174
|\|
| * libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko2014-06-251-1/+1
| * unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-223-12/+135
| * libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-0/+6
| * find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-222-0/+17
| * Add conditional support for -v / --verboseDenys Vlasenko2014-05-193-0/+16
* | MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2014-05-068-40/+102
|\|
| * libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-022-7/+7
| * libbb: fix empty PATH components handlingDenys Vlasenko2014-05-021-12/+18
| * libbb: fix thinko in rtc_xopen()Denys Vlasenko2014-05-021-1/+1
| * libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko2014-05-021-10/+42
| * Fix compile failuresDenys Vlasenko2014-05-021-0/+2
| * libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-1/+2
| * libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko2014-04-161-1/+1
| * libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-131-0/+18
| * libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
| * script: make it work even if fd 0 is closedDenys Vlasenko2014-03-161-1/+1
* | Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-5/+0
* | lineedit: improve appearance of forward cursor movementRon Yorston2014-04-091-0/+40
* | Use ANSI escape to move cursor back during line editingRon Yorston2014-04-071-0/+2
* | Provide fake getpwent_r to reduce changes from upstreamRon Yorston2014-03-231-4/+0
* | Alter help message if configured with standalone shellRon Yorston2014-03-231-0/+9
* | Remove unnecessary differences from upstream BusyBoxRon Yorston2014-03-231-1/+1
* | ps: exclude more unused codeRon Yorston2014-03-231-2/+2
* | Add empty sys/syscall.hRon Yorston2014-03-201-1/+1
* | Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-1/+3
* | Improved support for characters above 0x7fRon Yorston2014-03-171-1/+1
* | Convert argv[0] to lowercase before checking for '.exe'Ron Yorston2014-03-171-5/+8
* | patch: fix and enable by default for mingw32Ron Yorston2014-03-121-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-03-115-18/+96
|\|
| * xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-0/+45
| * du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15
| * libbb: trivial code shrinkDenys Vlasenko2014-02-251-6/+11
| * libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
| * appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
| * libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-01-211-4/+12
|\|
| * libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-01-132-0/+7
|\|
| * lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
| * libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5