aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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