libbb: make xchroot do a chdir("/") after chroot
[oweals/busybox.git] / libbb / xfuncs_printf.c
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Jeremie Koeniglibbb: conditionalize AF_* usage in error reporting
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-27 Dan Fandrichplatform compatibility work (by Dan Fandrich)
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-21 Denis Vlasenkotentative fix for ppc64 problems with ioctl.
2008-04-09 Denis Vlasenkoactually adding xfuncs_printf.c :(