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-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