aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-012-3/+3
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+3
| * libbb: fold common64_hash() into its only userDenys Vlasenko2020-09-301-47/+28
* | libbb: reinstate NULL check in last_char_is()Ron Yorston2020-08-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-233-13/+7
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-132-3/+2
| * libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko2020-07-191-10/+5
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-232-9/+6
* | busybox: create custom installation directoryRon Yorston2020-08-151-5/+6
* | busybox: add option to install to Unix-style pathsRon Yorston2020-08-141-11/+34
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-132-1/+12
* | Merge branch 'busybox' into mergeRon Yorston2020-07-097-32/+64
|\|
| * libbb: code shrink in last_char_is()Denys Vlasenko2020-06-301-8/+9
| * compare_string_array: code shrinkMartin Lewis2020-06-291-2/+5
| * procps: code shrinkMartin Lewis2020-06-291-2/+10
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-5/+33
| * suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+1
| * xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* | ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-291-0/+6
* | win32: enable globbing by defaultRon Yorston2020-06-141-5/+0
* | ash: treat all applets as NOEXECRon Yorston2020-06-091-0/+3
* | win32: only initialise networking if necessaryRon Yorston2020-06-011-4/+0
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-131-0/+2
* | httpd: enable in default configurationsRon Yorston2020-04-051-1/+1
* | libbb: rearrange command line processingRon Yorston2020-04-051-13/+11
* | win32: more improvements to 'c:file' pathsRon Yorston2020-03-291-1/+1
* | win32: improve handling of 'c:file' paths for executablesRon Yorston2020-03-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-3/+14
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-3/+14
* | Merge branch 'busybox' into mergeRon Yorston2020-01-088-21/+27
|\|
| * Remove stime() function callsAlistair Francis2019-11-191-8/+0
| * read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+2
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-252-2/+2
| * Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-10/+1
| * dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-111-5/+8
| * replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis2019-10-091-0/+4
| * libbb: Converted safe_read to safe_write formatMartin Lewis2019-10-091-2/+10
| * time: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* | Update copyright dateRon Yorston2020-01-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1635-73/+209
|\|
| * unicode: code shrink in character width determinationDenys Vlasenko2019-07-231-0/+6
| * libbb: include <crypt.h> only if necessaryDenys Vlasenko2019-07-161-0/+2
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0230-65/+88
| * libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko2019-06-251-7/+7
| * pidof: support "pidof /path/to/binary" caseDenys Vlasenko2019-06-151-1/+5
| * readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko2019-06-131-0/+29
| * mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-091-6/+36
| * tftp: optional tftp-hpa compatDenys Vlasenko2019-06-091-0/+1
| * passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko2019-06-071-1/+7