aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: improved support for c:path path namesRon Yorston2019-03-301-0/+11
* | man: proper handling of default path and config fileRon Yorston2019-03-281-0/+4
* | win32: share code to find root prefix of pathRon Yorston2019-03-231-23/+2
* | win32: improve filesystem detection and displayRon Yorston2019-03-201-0/+3
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-153-3/+3
* | lineedit: add a command to change backslashes to slashesRon Yorston2019-03-151-0/+7
* | Update copyright dateRon Yorston2019-03-141-1/+1
* | win32: fix POSIX build (again)Ron Yorston2019-03-121-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-1/+1
|\|
| * du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-191-1/+1
* | win32: changes to user idsRon Yorston2019-03-101-3/+0
* | win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+3
* | libbb: copy entire match during tab-completionRon Yorston2019-03-011-0/+4
* | win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-192-2/+8
* | win32: fix POSIX buildRon Yorston2019-02-171-0/+8
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-162-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-02-123-13/+14
|\|
| * lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5
| * capability: fix string comparison in cap_name_to_numberMark Marshall2019-01-211-1/+1
| * start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-8/+8
* | libbb: skip fake path componentsRon Yorston2019-02-071-4/+5
* | win32: add support for the euro currency symbolRon Yorston2019-02-021-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-01-104-17/+41
|\|
| * single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
| * pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-311-4/+4
| * randomconfig fixesDenys Vlasenko2018-12-271-8/+10
| * lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko2018-12-081-0/+2
| * inetd: suppress aliasing warningDenys Vlasenko2018-12-081-2/+2
| * suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-082-1/+21
| * bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko2018-12-061-1/+1
* | ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+17
* | ps: add support for the args columnRon Yorston2019-01-081-11/+18
* | win32: implement umask(2)Ron Yorston2019-01-071-0/+9
* | iconv: import from win-iconvRon Yorston2019-01-061-1/+1
* | busybox: add --uninstall optionRon Yorston2019-01-051-2/+32
* | busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: special treatment for PATHRon Yorston2018-12-142-21/+6
* | ash: move code from setup_environment()Ron Yorston2018-12-142-12/+1
* | win32: emulate SIGPIPERon Yorston2018-12-111-0/+4
* | win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-0/+28
* | lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-082-0/+26
* | lineedit: improvements to tab completionRon Yorston2018-12-082-10/+22
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-21/+11
* | Merge branch 'busybox' into mergeRon Yorston2018-12-052-7/+19
|\|
| * libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
| * libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-2/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-11-284-65/+152
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+7