aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko2020-12-161-3/+3
* libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-0/+18
* libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-0/+21
* libbb: code shrinkDenys Vlasenko2020-11-291-6/+3
* xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-23/+21
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+1
* libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-5/+10
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+0
* libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko2017-07-221-13/+21
* libbb/xwrite: print errno on "short write" errorsDenys Vlasenko2016-09-051-2/+10
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-021-0/+16
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-0/+6
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-0/+5
* libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-081-9/+36
* libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
* su: do not change to home dir unless -lPascal Bellard2012-06-121-2/+2
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-0/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+8
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-0/+10
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-0/+4
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-0/+11
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+5
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+74
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-7/+4
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+9
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-45/+0
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+6
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+4
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-241-1/+1
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-48/+48
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+6
* actually adding xfuncs_printf.c :(Denis Vlasenko2008-04-091-0/+521