aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-0/+35
* | Merge branch 'busybox' into mergeRon Yorston2019-05-276-21/+61
|\|
| * libarchive: treat one "FIXME: avoid seek"Denys Vlasenko2019-05-241-5/+7
| * dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-141-1/+2
| * style fix, no code changesDenys Vlasenko2019-05-141-3/+10
| * Optionally re-introduce bb_info_msg()James Byrne2019-04-301-2/+20
| * libbbb: find_mount_point() too eager to stat mounted devicesDenys Vlasenko2019-04-291-2/+13
| * start-stop-daemon: do try to close fds > 2Denys Vlasenko2019-04-291-8/+9
* | lineedit: reinstate tab-completion of '~/'Ron Yorston2019-04-091-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2019-03-312-0/+19
|\|
| * libbb: mark scripted_main() as externally visibleRon Yorston2019-03-301-0/+1
| * do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-0/+18
* | 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