| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: factor out code which queries screen width | Denys Vlasenko | 2015-10-23 | 1 | -0/+1 |
* | remove systemd support | Denys Vlasenko | 2015-10-22 | 1 | -5/+0 |
* | tar: add support for --strip-components=N | Denys Vlasenko | 2015-10-22 | 1 | -0/+3 |
* | setarch: add support for '-R' (disable randomization) | Denys Vlasenko | 2015-10-19 | 1 | -3/+0 |
* | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko | 2015-10-19 | 1 | -4/+3 |
* | loginutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -17/+0 |
* | debianutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -5/+0 |
* | printutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -3/+0 |
* | runit/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -9/+0 |
* | e2fsprogs/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-18 | 1 | -4/+0 |
* | sysklogd/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-18 | 1 | -4/+0 |
* | cpio: implement -R/--owner | Aaro Koskinen | 2015-10-16 | 1 | -0/+3 |
* | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 1 | -1/+1 |
* | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko | 2015-10-13 | 1 | -0/+1 |
* | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko | 2015-10-09 | 1 | -0/+1 |
* | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko | 2015-10-09 | 1 | -2/+1 |
* | libbb: more compact API for bb_parse_mode() | Denys Vlasenko | 2015-10-07 | 1 | -1/+2 |
* | wget: make openssl/ssl_helper choice configurable | Denys Vlasenko | 2015-10-07 | 1 | -1/+0 |
* | libbb: add is_suffixed_with() function | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+1 |
* | libbb: add setsockopt_foo helpers | Denys Vlasenko | 2015-08-24 | 1 | -1/+7 |
* | unit-tests: remove unnecesary field from struct bbunit_listelem | Bartosz Golaszewski | 2015-08-17 | 1 | -1/+0 |
* | sync: add support for -d -f FILE | Denys Vlasenko | 2015-07-21 | 1 | -1/+0 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -0/+1 |
* | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock | 2015-05-03 | 1 | -4/+10 |
* | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock | 2015-05-03 | 1 | -0/+1 |
* | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock | 2015-04-25 | 1 | -0/+7 |
* | include: Fallback to UTMP unless there is UTMPX support | Bernhard Reutner-Fischer | 2015-04-20 | 1 | -1/+24 |
* | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston | 2015-04-20 | 1 | -1/+1 |
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -1/+1 |
* | truncate: new applet | Ari Sundholm | 2015-03-22 | 1 | -0/+1 |
* | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 1 | -0/+1 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -0/+1 |
* | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko | 2015-02-07 | 1 | -15/+1 |
* | gzip: speed up and shrink put_16bit() | Denys Vlasenko | 2015-02-02 | 1 | -0/+2 |
* | platform.h: enable mempcpy for FreeBSD | Denys Vlasenko | 2015-02-02 | 1 | -1/+6 |
* | dpkg: update supported compression methods | Denys Vlasenko | 2015-01-30 | 1 | -0/+1 |
* | platform.h: mempcpy needs <string.h> | Denys Vlasenko | 2015-01-29 | 1 | -0/+1 |
* | platform.h: add compat mempcpy | Denys Vlasenko | 2015-01-25 | 1 | -0/+9 |
* | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko | 2015-01-05 | 1 | -0/+2 |
* | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s... | Denys Vlasenko | 2015-01-02 | 3 | -26/+25 |
* | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa | 2015-01-02 | 2 | -78/+1 |
* | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS | Peter Kümmel | 2014-12-22 | 1 | -0/+2 |
* | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 2014-12-07 | 2 | -15/+30 |
* | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko | 2014-12-07 | 1 | -12/+12 |
* | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ | Denys Vlasenko | 2014-11-26 | 1 | -2/+5 |
* | zcip: Add environment variable for overriding log functionality | Michel Stam | 2014-11-04 | 1 | -0/+1 |
* | less: move "retry-on-EAGAIN" logic closer to read ops | Denys Vlasenko | 2014-09-22 | 1 | -2/+2 |
* | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko | 2014-08-17 | 1 | -1/+0 |
* | ftpd: add optional support for authentication | Morten Kvistgaard | 2014-08-05 | 1 | -0/+1 |
* | Rename INIT_LAST to INIT_FUNC to avoid confusion | Bartosz Golaszewski | 2014-06-30 | 2 | -3/+3 |