aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-16libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-11-29libbb: code shrinkDenys Vlasenko
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-07-22libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon
2013-08-06libbb: code shrinkDenys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19libbb: conditionalize AF_* usage in error reportingJeremie Koenig
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-21tentative fix for ppc64 problems with ioctl.Denis Vlasenko
2008-04-09actually adding xfuncs_printf.c :(Denis Vlasenko