aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* mingw: define a macro for spawnRon Yorston2015-05-271-3/+2
* Merge branch 'busybox' into mergeFRPRon Yorston2015-05-186-39/+84
|\
| * libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson2015-05-121-2/+21
| * Bionic lacks tcdrain; provide a workaroundMatt Whitlock2015-04-261-0/+5
| * Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-251-0/+19
| * special-case {true,false,test} --helpDenys Vlasenko2015-04-211-10/+12
| * libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-201-4/+4
| * update copyright yearsAaro Koskinen2015-04-021-1/+1
| * *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-22/+22
* | mingw: enable a minimal version of nc by defaultRon Yorston2015-04-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-231-0/+21
|\|
| * truncate: new appletAri Sundholm2015-03-221-1/+3
| * dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-0/+19
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1413-151/+142
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-129-33/+49
| * deluser: also remove user from /etc/groupDenys Vlasenko2015-03-121-2/+36
| * libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-8/+5
| * 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