log

age author description
Sat, 21 Mar 2015 15:29:21 -0500 Rob Landley Patch from David Halls to fix mac/ios portability issue. draft
Thu, 19 Mar 2015 13:57:02 -0500 Rob Landley Add -123 support to head (suggested by Elliott Hughes). draft
Wed, 18 Mar 2015 16:32:01 -0500 Hyejin Kim mdev : add hotplugin feature draft
Mon, 16 Mar 2015 13:27:16 -0500 Rob Landley Fix mount -a segfault without -O, reported by Janus Troelsen. draft
Mon, 16 Mar 2015 13:25:29 -0500 Rob Landley Rename a function to better describe what it does. draft
Sun, 15 Mar 2015 19:29:15 -0500 Hyejin Kim I added error handling code in write_rotate(). draft
Sat, 14 Mar 2015 12:34:14 -0500 Rob Landley More ps cleanup, mostly refactoring. draft
Fri, 13 Mar 2015 21:33:34 -0500 Rob Landley Minor ps refactoring. draft
Fri, 13 Mar 2015 21:17:33 -0500 Rob Landley Clean up sort help text. draft
Thu, 12 Mar 2015 15:34:03 -0500 Rob Landley Switch nsenter to default y. draft
Thu, 12 Mar 2015 15:32:50 -0500 Rob Landley Implement shred -u and switch to default y in defconfig. draft
Thu, 12 Mar 2015 15:16:13 -0500 Rob Landley Remove cat -v help text debris. draft
Thu, 12 Mar 2015 14:27:36 -0500 Rob Landley The time command depends on floating point support. draft
Thu, 12 Mar 2015 14:21:33 -0500 Rob Landley Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. draft
Thu, 12 Mar 2015 14:20:10 -0500 Rob Landley Make install support numeric uid/gids (reported by Kylie McClain). draft
Thu, 12 Mar 2015 11:11:08 -0500 Rob Landley Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. draft
Wed, 11 Mar 2015 23:05:54 -0500 Rob Landley Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. draft
Tue, 10 Mar 2015 14:37:03 -0500 Rob Landley Add -m to mknod draft
Tue, 10 Mar 2015 11:07:28 -0500 Rob Landley Use xsignal() instead of signal(). draft
Mon, 09 Mar 2015 15:06:10 -0500 Rob Landley Fix thinko (don't &toybuf to get scratch space) and add -v option. draft
Mon, 09 Mar 2015 14:52:32 -0500 Rob Landley Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. draft
Fri, 06 Mar 2015 16:50:54 -0600 Rob Landley sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. draft
Fri, 06 Mar 2015 15:12:52 -0600 Rob Landley The "no }" error with find | xargs sed is because toy_init() wasn't blanking the GLOBALS() block on a recursive call. (How that ever worked...) draft
Fri, 06 Mar 2015 15:11:38 -0600 Rob Landley Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. draft
Wed, 04 Mar 2015 07:29:57 -0600 Hyejin Kim scripts/mkflags.c : main function need return 0 if normal exit draft
Tue, 03 Mar 2015 22:06:55 -0600 Rob Landley Quick cleanup pass on tar. draft
Mon, 02 Mar 2015 20:27:50 -0600 Rob Landley On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. draft
Sun, 01 Mar 2015 16:43:01 -0600 Rob Landley Fix several printf_format warnings. draft
Sun, 01 Mar 2015 16:35:05 -0600 Rob Landley Only switch on printf format warnings for error_exit() and friends when TOYBOX_DEBUG enabled. draft
Sun, 01 Mar 2015 16:16:50 -0600 Elliott Hughes let the compiler check format strings draft