log lib/xwrap.c @ 1043:acf7bb2b99e2 draft

age author description
Tue, 03 Sep 2013 17:56:28 -0500 Rob Landley Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. draft
Fri, 30 Aug 2013 01:53:31 -0500 Rob Landley Add scripts/single.sh to build individual non-multiplexed standalone commands. draft
Mon, 26 Aug 2013 21:55:33 +0200 Felix Janda syslogd: cleanup draft
Wed, 07 Aug 2013 12:19:51 -0500 Rob Landley Forgot to check in xfdopen(). My bad.
Fri, 19 Jul 2013 02:03:02 -0500 Rob Landley Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
Wed, 17 Jul 2013 17:22:46 -0500 Rob Landley Add timeout, factoring out common code from sleep.
Tue, 16 Jul 2013 00:04:56 -0500 Rob Landley Split lib/xwrap.c from lib/lib.c