aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-192-2/+6
* | win32: silence some compiler warningsRon Yorston2015-07-151-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2015-07-144-5/+1
|\|
| * Removes stray empty line from codeManinder Singh2015-07-134-4/+0
| * Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-131-4/+4
* | libbb: really add build details to bannerRon Yorston2015-06-231-4/+3
* | libbb: add details of build environment to bannerRon Yorston2015-06-231-0/+6
* | lineedit: skip non-executables when tab-completing commandsRon Yorston2015-06-171-0/+3
* | lineedit: search applets as well as PATH for tab completionRon Yorston2015-06-171-1/+14
* | busybox: update help messageRon Yorston2015-06-171-4/+9
* | mingw: add magic '--busybox' flagRon Yorston2015-06-011-0/+4
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-0/+1
* | 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
|\|