aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-212-5/+74
* Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-152-5/+5
* find_applet_by_name: loop index should be signedRon Yorston2016-04-031-1/+2
* whitespace and namespace cleanupsDenys Vlasenko2016-04-031-4/+4
* ubirmvol: Implement -N switch for ubirmvolSven Eisenberg2016-04-031-0/+43
* libbb: speed up error_msg functionsDenys Vlasenko2016-04-031-4/+25
* main(): add a TODO about finding a use for _end[] areaDenys Vlasenko2016-04-031-0/+13
* typo fixDenys Vlasenko2016-04-021-1/+1
* find_applet_by_name: add an example of faster linear search codeDenys Vlasenko2016-04-021-3/+77
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-022-1/+26
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-012-0/+18
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-302-63/+0
* applet_tables: save space by removing applet name offsetsRon Yorston2016-03-302-30/+55
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-181-3/+7
* Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2015-12-171-0/+2
* lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko2015-10-301-1/+1
* lineedit: search applets as well as PATH for tab completionRon Yorston2015-10-301-1/+16
* busybox: alter help message in standalone shell modeRon Yorston2015-10-301-0/+9
* tweak defconfigDenys Vlasenko2015-10-251-4/+4
* pmap: fix bogus {no such process} comm field textDenys Vlasenko2015-10-241-3/+5
* tidy up strtok useDenys Vlasenko2015-10-231-4/+4
* wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko2015-10-231-3/+8
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-233-9/+8
* remove systemd supportDenys Vlasenko2015-10-221-62/+0
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* du: extra compat: with -k and -m, round sizes upDenys Vlasenko2015-10-151-8/+3
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-1/+1
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-3/+1
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-092-12/+3
* libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-092-9/+24
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-093-45/+33
* md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-9/+7
* libbb: another unit test for is_suffixed_withTito Ragusa2015-09-151-0/+1
* libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko2015-08-251-2/+3
* libbb: add is_suffixed_with() functionBartosz Golaszewski2015-08-251-0/+33
* libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski2015-08-251-0/+5
* libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski2015-08-251-0/+19
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-243-5/+26
* unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski2015-08-171-27/+3
* unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2015-08-171-1/+0
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-192-2/+6
* Removes stray empty line from codeManinder Singh2015-07-134-4/+0
* Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson2015-05-121-2/+21
* Bionic lacks tcdrain; provide a workaroundMatt Whitlock2015-04-261-0/+5
* Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-251-0/+19
* special-case {true,false,test} --helpDenys Vlasenko2015-04-211-10/+12
* libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-201-4/+4
* update copyright yearsAaro Koskinen2015-04-021-1/+1