aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/loop: don't try to re-use existing loop deviceKevin Wallace2015-02-071-10/+1
| * libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko2015-02-031-51/+33
| * libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-0/+14
| * libpwdgrp: rewritten to use malloced implementationTito Ragusa2015-01-021-48/+0
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-232-1/+10
|\|
| * libbb: add sanity check in bb_arg_max()Denys Vlasenko2014-12-241-1/+9
| * randomconfig fixesDenys Vlasenko2014-12-221-0/+1
| * lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-151-1/+1
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-12-147-37/+95
|\|
| * lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
| * libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-271-31/+56
| * libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-261-1/+1
| * bbunit: fix WANT_TIMING compilationDenys Vlasenko2014-11-261-1/+1
| * exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko2014-11-171-2/+4
| * zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-042-0/+27
* | lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-131-1/+1
* | sh: don't overwrite login environment variables if already setRon Yorston2014-12-111-0/+11
* | Don't store file details in inode hash tableRon Yorston2014-11-302-6/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-10-066-63/+395
|\|
| * 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