| Commit message (Expand) | Author | Age | Files | Lines |
* | fix gcc-11.0 warnings | Denys Vlasenko | 2021-04-14 | 1 | -1/+1 |
* | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 1 | -0/+5 |
* | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 1 | -0/+11 |
* | libbb: do not compile selinux_or_die() if !SELINUX | Denys Vlasenko | 2020-12-16 | 1 | -3/+3 |
* | libbb: introduce and use xsettimeofday() | Denys Vlasenko | 2020-12-16 | 1 | -0/+18 |
* | libbb: create and use mmap() helpers | Denys Vlasenko | 2020-12-14 | 1 | -0/+21 |
* | libbb: code shrink | Denys Vlasenko | 2020-11-29 | 1 | -6/+3 |
* | xstrndup: Use strndup instead of implementing it. | Martin Lewis | 2020-06-09 | 1 | -14/+5 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -23/+21 |
* | hush: fix nested redirects colliding with script fds | Denys Vlasenko | 2018-07-24 | 1 | -0/+1 |
* | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -5/+10 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -2/+0 |
* | libbb: avoid malloc/free in bb_unsetenv() | Denys Vlasenko | 2017-07-22 | 1 | -13/+21 |
* | libbb/xwrite: print errno on "short write" errors | Denys Vlasenko | 2016-09-05 | 1 | -2/+10 |
* | nsenter,unshare: share common code; fix a bug of not closing all fds | Denys Vlasenko | 2016-04-02 | 1 | -0/+16 |
* | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko | 2016-04-01 | 1 | -0/+6 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -0/+5 |
* | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon | 2013-10-08 | 1 | -9/+36 |
* | libbb: code shrink | Denys Vlasenko | 2013-08-06 | 1 | -7/+5 |
* | su: do not change to home dir unless -l | Pascal Bellard | 2012-06-12 | 1 | -2/+2 |
* | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -0/+1 |
* | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin | 2010-10-22 | 1 | -0/+8 |
* | *: replace xopen3 with xopen where makes sense | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 1 | -0/+10 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | libbb: conditionalize AF_* usage in error reporting | Jeremie Koenig | 2010-07-19 | 1 | -0/+4 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -0/+11 |
* | *: introduce and use bb_unsetenv_and_free | Denys Vlasenko | 2010-06-24 | 1 | -0/+5 |
* | pipe_progress: make it independent of printf machinery | Denys Vlasenko | 2010-06-06 | 1 | -0/+74 |
* | *: do not assign to stdout/stderr, it's not portable. | Denys Vlasenko | 2010-01-02 | 1 | -4/+1 |
* | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko | 2009-11-25 | 1 | -1/+1 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -7/+4 |
* | add and use xopen_nonblocking (-18b) | Bernhard Reutner-Fischer | 2009-10-27 | 1 | -0/+9 |
* | platform compatibility work (by Dan Fandrich) | Dan Fandrich | 2009-10-27 | 1 | -45/+0 |
* | unpackers: check errors from close() too | Denys Vlasenko | 2009-10-05 | 1 | -0/+6 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko | 2009-03-09 | 1 | -0/+4 |
* | traceroute: preparatory trivial cleanups | Denis Vlasenko | 2009-01-24 | 1 | -1/+1 |
* | libbb: add bb_unsetenv (taken from hush). | Denis Vlasenko | 2008-12-30 | 1 | -0/+23 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -48/+48 |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -1/+1 |
* | tentative fix for ppc64 problems with ioctl. | Denis Vlasenko | 2008-04-21 | 1 | -6/+6 |
* | actually adding xfuncs_printf.c :( | Denis Vlasenko | 2008-04-09 | 1 | -0/+521 |