As long as I had to write xabspath(), no point in wrapping realpath().
[platform/upstream/toybox.git] / lib / xwrap.c
2014-07-31 Rob LandleyAs long as I had to write xabspath(), no point in wrapp...
2014-07-26 Rob LandleyDefault xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC...
2014-07-22 Rob LandleyImprove gid/uid error messages.
2014-06-03 Rob Landleymount: start on option parsing, implement loopback...
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2014-05-26 Rob LandleyIsaac Dunham suggested xprintf() should call fflush...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-12-28 Rob LandleyPass through all the readfile() arguments from xreadfile().
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-11-29 Rob LandleyMove xgetpwuid() and xgetgrgid() into xwrap.c
2013-11-02 Rob LandleyGive xstrncpy() a more informative error message.
2013-09-06 Rob LandleyFix for xpidfile spotted by Felix Janda.
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
2013-08-26 Felix Jandasyslogd: cleanup
2013-08-07 Rob LandleyForgot to check in xfdopen(). My bad.
2013-07-19 Rob LandleyStart of TOYBOX_SINGLE support, for building standalone...
2013-07-17 Rob LandleyAdd timeout, factoring out common code from sleep.
2013-07-16 Rob LandleySplit lib/xwrap.c from lib/lib.c