summaryrefslogtreecommitdiff
path: root/lib/xwrap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424Yu Jiung1-6/+3
2015-08-06Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.Rob Landley1-3/+6
2015-03-12Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c.Rob Landley1-0/+32
2015-03-09Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s...Rob Landley1-0/+11
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley1-1/+1
2015-02-09Cleanup/refactoring pass on hwclock.Rob Landley1-0/+11
2015-02-07Remove xexec_optargs().Rob Landley1-11/+0
2015-01-18Remove trailing whitespace.Rob Landley1-2/+2
2015-01-03Move fflush() checking to xexit() and have exit paths in main() call that.Rob Landley1-0/+2
2014-12-04Work with buildroot's extensively patched uClibc, and for nommu support move ...Rob Landley1-9/+0
2014-12-04Implement xstrncat() and fix xstrndup().Rob Landley1-4/+17
2014-11-28Make sendfile use libbuf.Rob Landley1-3/+2
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley1-0/+1
2014-10-20Add TOYBOX_NORECURSE so xexec() won't make internal function calls.Rob Landley1-1/+1
2014-09-14Second attempt at one way xpopen().Rob Landley1-4/+6
2014-09-14Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ...Rob Landley1-23/+55
2014-08-03Implement exec -user, -group, and -newer. Enable find in defconfig.Rob Landley1-0/+8
2014-07-30As long as I had to write xabspath(), no point in wrapping realpath().Rob Landley1-8/+0
2014-07-26Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it...Rob Landley1-1/+1
2014-07-21Improve gid/uid error messages.Rob Landley1-2/+4
2014-06-03mount: start on option parsing, implement loopback and bind mount autodetection.Rob Landley1-0/+61
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley1-0/+9
2014-05-26Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), an...Rob Landley1-4/+5
2014-03-29Group headers by standard (POSIX or LSB) or function (internationalization, n...Rob Landley1-0/+11
2014-03-11Move mkpathat to lib, remove redundant function used by patch.Rob Landley1-28/+0
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley1-1/+1
2013-12-27Pass through all the readfile() arguments from xreadfile().Rob Landley1-3/+3
2013-12-23Fix some issues raised (albeit indirectly) by Isaac Dunham.Rob Landley1-8/+15
2013-11-28Add xgetpwnam() to lib/xwrap.c.Rob Landley1-2/+9
2013-11-28Move xgetpwuid() and xgetgrgid() into xwrap.cRob Landley1-0/+14
2013-11-02Give xstrncpy() a more informative error message.Rob Landley1-1/+1
2013-09-06Fix for xpidfile spotted by Felix Janda.Rob Landley1-1/+1
2013-09-03Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(...Rob Landley1-1/+1
2013-08-30Add scripts/single.sh to build individual non-multiplexed standalone commands.Rob Landley1-1/+1
2013-08-26syslogd: cleanupFelix Janda1-1/+1
2013-08-07Forgot to check in xfdopen(). My bad.Rob Landley1-0/+9
2013-07-19Start of TOYBOX_SINGLE support, for building standalone commands with no mult...Rob Landley1-1/+1
2013-07-17Add timeout, factoring out common code from sleep.Rob Landley1-0/+37
2013-07-16Split lib/xwrap.c from lib/lib.cRob Landley1-0/+470