summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-03find_applet_by_name: loop index should be signedRon Yorston1-1/+2
2016-04-03whitespace and namespace cleanupsDenys Vlasenko4-8/+8
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg4-31/+69
2016-04-03libbb: speed up error_msg functionsDenys Vlasenko1-4/+25
2016-04-03main(): add a TODO about finding a use for _end[] areaDenys Vlasenko1-0/+13
2016-04-02typo fixDenys Vlasenko1-1/+1
2016-04-02find_applet_by_name: add an example of faster linear search codeDenys Vlasenko1-3/+77
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko5-35/+38
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko16-171/+107
2016-03-29applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2-18/+23
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2-1/+8
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko1-1/+1
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston1-1/+16
2015-10-30busybox: alter help message in standalone shell modeRon Yorston1-0/+9
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko2-5/+7
2015-10-23tidy up strtok useDenys Vlasenko2-5/+5
2015-10-23wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko1-3/+8
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-22remove systemd supportDenys Vlasenko7-76/+0
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko2-22/+26
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko5-16/+33
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-10-07md5sum: code shrinkDenys Vlasenko1-10/+6
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa1-0/+1
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko1-2/+3
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski2-0/+34
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski1-0/+5
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski1-0/+19
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski1-27/+3
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2-2/+0
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko1-1/+1
2015-05-12libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson1-2/+21
2015-04-26Bionic lacks tcdrain; provide a workaroundMatt Whitlock1-0/+5
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston3-8/+8
2015-04-02update copyright yearsAaro Koskinen1-1/+1
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-22truncate: new appletAri Sundholm2-1/+4
[prev] [next]