aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-3/+14
* 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
* 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
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-0/+35
* 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
* 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
* du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-191-1/+1
* 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
* 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
* 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
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+7
* libbb: add comment on sha384Denys Vlasenko2018-11-261-0/+5
* wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-2/+3
* busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-181-38/+54
* Treat custom and applet scripts as appletsRon Yorston2018-11-172-56/+36