Age | Commit message (Expand) | Author |
2016-04-01 | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko |
2016-03-30 | udhcp: get rid of bb_info_msg() | Denys Vlasenko |
2016-03-30 | applet_tables: save space by removing applet name offsets | Ron Yorston |
2015-12-18 | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO | Pascal Bach |
2015-12-17 | Resolve linker issues with Android API 21 (dprintf, tcdrain) | Chris Renshaw |
2015-10-30 | lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY | Denys Vlasenko |
2015-10-30 | lineedit: search applets as well as PATH for tab completion | Ron Yorston |
2015-10-30 | busybox: alter help message in standalone shell mode | Ron Yorston |
2015-10-25 | tweak defconfig | Denys Vlasenko |
2015-10-24 | pmap: fix bogus {no such process} comm field text | Denys Vlasenko |
2015-10-23 | tidy up strtok use | Denys Vlasenko |
2015-10-23 | wget: if stderr is not a tty, progress bar shouldn't use tty-tricks | Denys Vlasenko |
2015-10-23 | libbb: factor out code which queries screen width | Denys Vlasenko |
2015-10-22 | remove systemd support | Denys Vlasenko |
2015-10-19 | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko |
2015-10-15 | du: extra compat: with -k and -m, round sizes up | Denys Vlasenko |
2015-10-14 | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko |
2015-10-13 | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko |
2015-10-09 | use auto_string() where appropriate to kill a few statics | Denys Vlasenko |
2015-10-09 | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |
2015-10-07 | md5sum: code shrink | Denys Vlasenko |
2015-10-07 | libbb: more compact API for bb_parse_mode() | Denys Vlasenko |
2015-09-15 | libbb: another unit test for is_suffixed_with | Tito Ragusa |
2015-08-25 | libbb: make is_suffixed_with() return pointer inside string, not key. | Denys Vlasenko |
2015-08-25 | libbb: add is_suffixed_with() function | Bartosz Golaszewski |
2015-08-25 | libbb: add a comment describing the way is_prefixed_with() works | Bartosz Golaszewski |
2015-08-25 | libbb: add unit tests for is_prefixed_with() | Bartosz Golaszewski |
2015-08-24 | libbb: add setsockopt_foo helpers | Denys Vlasenko |
2015-08-17 | unit-tests: remove code depending on WANT_TIMING | Bartosz Golaszewski |
2015-08-17 | unit-tests: remove unnecesary field from struct bbunit_listelem | Bartosz Golaszewski |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-05-25 | Print one less newline at the end of bb_show_usage() | Denys Vlasenko |
2015-05-12 | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson |
2015-04-26 | Bionic lacks tcdrain; provide a workaround | Matt Whitlock |
2015-04-25 | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock |
2015-04-21 | special-case {true,false,test} --help | Denys Vlasenko |
2015-04-20 | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston |
2015-04-02 | update copyright years | Aaro Koskinen |
2015-04-02 | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer |
2015-03-22 | truncate: new applet | Ari Sundholm |
2015-03-22 | dd: move suffix struct to xatonum.c | Ari Sundholm |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-03-12 | deluser: also remove user from /etc/group | Denys Vlasenko |
2015-02-07 | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko |
2015-02-07 | libbb/loop: don't try to re-use existing loop device | Kevin Wallace |
2015-02-03 | libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport | Denys Vlasenko |
2015-01-05 | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko |
2015-01-02 | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa |