index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xwrap.c
Age
Commit message (
Expand
)
Author
2014-06-03
mount: start on option parsing, implement loopback and bind mount autodetection.
Rob Landley
2014-05-31
Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...
Rob Landley
2014-05-26
Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), an...
Rob Landley
2014-03-29
Group headers by standard (POSIX or LSB) or function (internationalization, n...
Rob Landley
2014-03-11
Move mkpathat to lib, remove redundant function used by patch.
Rob Landley
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2013-12-27
Pass through all the readfile() arguments from xreadfile().
Rob Landley
2013-12-23
Fix some issues raised (albeit indirectly) by Isaac Dunham.
Rob Landley
2013-11-28
Add xgetpwnam() to lib/xwrap.c.
Rob Landley
2013-11-28
Move xgetpwuid() and xgetgrgid() into xwrap.c
Rob Landley
2013-11-02
Give xstrncpy() a more informative error message.
Rob Landley
2013-09-06
Fix for xpidfile spotted by Felix Janda.
Rob Landley
2013-09-03
Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(...
Rob Landley
2013-08-30
Add scripts/single.sh to build individual non-multiplexed standalone commands.
Rob Landley
2013-08-26
syslogd: cleanup
Felix Janda
2013-08-07
Forgot to check in xfdopen(). My bad.
Rob Landley
2013-07-19
Start of TOYBOX_SINGLE support, for building standalone commands with no mult...
Rob Landley
2013-07-17
Add timeout, factoring out common code from sleep.
Rob Landley
2013-07-16
Split lib/xwrap.c from lib/lib.c
Rob Landley