log

age author description
Fri, 30 Aug 2013 01:53:31 -0500 Rob Landley Add scripts/single.sh to build individual non-multiplexed standalone commands. draft
Thu, 29 Aug 2013 17:55:46 -0500 Rob Landley PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. draft
Tue, 27 Aug 2013 23:48:54 -0500 Rob Landley Rewrite pmap to be simpler and match other implementation's output more closely. draft
Tue, 27 Aug 2013 03:31:27 -0500 Ashwini Sharma Add pmap. draft
Mon, 26 Aug 2013 21:55:33 +0200 Felix Janda syslogd: cleanup draft
Sat, 24 Aug 2013 12:04:45 +0200 Felix Janda syslogd: cleanup draft
Fri, 23 Aug 2013 22:50:29 +0200 Felix Janda syslogd: stop abusing arg_list draft
Fri, 23 Aug 2013 22:19:55 +0200 Felix Janda syslogd: cleanup draft
Wed, 21 Aug 2013 21:24:45 +0200 Felix Janda syslogd: cleanup
Wed, 21 Aug 2013 05:38:53 -0500 Rob Landley Fix bug where exit code was only correct for -q.
Wed, 21 Aug 2013 03:03:47 -0500 Rob Landley Fix --help option to multiplexer.
Tue, 20 Aug 2013 23:15:48 +0200 Felix Janda syslogd: cleanup
Tue, 20 Aug 2013 15:37:42 -0500 Rob Landley Add watch and ps, sent by Ashwini Sharma.
Mon, 19 Aug 2013 22:11:22 +0200 Felix Janda In logger and syslogd remove duplicated definitions of facilities and priorities
Mon, 19 Aug 2013 04:23:16 -0500 Rob Landley Move grep from pending to posix, switch default to y.
Mon, 19 Aug 2013 03:17:51 -0500 Rob Landley Finish grep rewrite and fleshing out test suite. Several of the grep tests fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...)
Sun, 18 Aug 2013 16:12:28 -0500 Rob Landley Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.)
Sun, 18 Aug 2013 14:24:59 -0500 Rob Landley Document the toybox entry path from main() into a command.
Sun, 18 Aug 2013 14:04:18 -0500 Rob Landley Fix wrong printf type.
Sun, 18 Aug 2013 14:01:46 -0500 Rob Landley Whitespace changes to passwd.
Sun, 18 Aug 2013 13:52:08 -0500 Rob Landley Fix usage: lines for a couple commands.
Sun, 18 Aug 2013 04:12:51 -0500 Rob Landley Remove files du no longer needs.
Sun, 18 Aug 2013 04:11:50 -0500 Rob Landley Cleanup du.
Sat, 17 Aug 2013 04:19:00 -0500 Rob Landley cut tests from Kyungwan Han.
Sat, 17 Aug 2013 02:54:58 -0500 Strake su: cleanery
Fri, 16 Aug 2013 14:46:52 -0500 Rob Landley Normalize df menu entry and tweak help text.
Thu, 15 Aug 2013 00:58:52 -0500 Rob Landley Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.)
Wed, 14 Aug 2013 19:09:33 -0500 Rob Landley DHCP client and server, from Ashwini Sharma.
Tue, 13 Aug 2013 04:17:34 -0500 M. Farkas-Dyck Add su.
Tue, 13 Aug 2013 03:22:44 -0500 Rob Landley Add a new optimization flag at the suggestion of the musl guys telling gcc not to produce a large unused dwarf table for C++ style stack unwinding.
Mon, 12 Aug 2013 04:28:03 -0500 Rob Landley More grep tests, remove obsolete comment.
Mon, 12 Aug 2013 03:16:29 -0500 Rob Landley grep: -om counts matching lines, not matching parts of lines.
Mon, 12 Aug 2013 03:08:56 -0500 Rob Landley More grep work: name "(standard input)" correctly, make multiple -e work, regex with embedded newline, multiple regex without -E.
Mon, 12 Aug 2013 01:48:27 -0500 Rob Landley More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()
Sun, 11 Aug 2013 22:00:36 -0500 Isaac Dunham fdisk: remove goto; inline valid(); merge xprintf() calls; shrink sys_types
Sun, 11 Aug 2013 21:56:08 -0500 Rob Landley Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
Sun, 11 Aug 2013 01:03:26 -0500 Rob Landley More grep tests.
Sat, 10 Aug 2013 20:18:18 +0200 Felix Janda Add daemonize function to lib for klogd and syslogd
Sat, 10 Aug 2013 19:35:11 +0200 Felix Janda Cleanup klogd
Fri, 09 Aug 2013 20:46:02 +0200 Felix Janda New toy: fallocate
Thu, 08 Aug 2013 02:46:45 -0500 Rob Landley Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case.
Wed, 07 Aug 2013 12:19:51 -0500 Rob Landley Forgot to check in xfdopen(). My bad.
Wed, 07 Aug 2013 11:51:26 -0500 Isaac Dunham This is the preliminary version of lspci text output support (the location
Mon, 05 Aug 2013 13:16:03 -0500 Ashwini Sharma I have implemented FDISK command.
Sun, 04 Aug 2013 15:04:08 -0500 Rob Landley Fluff out grep test suite some more, including lots of things we don't pass yet.
Sun, 04 Aug 2013 01:22:49 -0500 Rob Landley Cleanup grep, make it pass the current test suite.
Sun, 04 Aug 2013 00:31:27 -0500 Rob Landley System V style init, submitted by Kyungwan Han.
Thu, 01 Aug 2013 18:15:20 -0500 Rob Landley Need to specify bool for CP_MV_MORE config symbol to avoid warnings.
Thu, 01 Aug 2013 18:10:47 -0500 Rob Landley ls --color should depend on LS in menuconfig.
Thu, 01 Aug 2013 17:21:38 -0500 Rob Landley Cleanup grep: help text, whitespace, add parentheses.
Thu, 01 Aug 2013 15:46:45 -0500 M. Farkas-Dyck Found the fault. My method of -w fails sans -E, so I just disallow it.
Thu, 01 Aug 2013 15:22:52 -0500 Rob Landley Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal.
Thu, 01 Aug 2013 01:52:32 -0500 Ashwini Sharma I add testsuite for grep.
Wed, 31 Jul 2013 16:36:57 -0500 Rob Landley Move renice from pending to posix, default y, fix link to standard.
Wed, 31 Jul 2013 03:24:58 -0500 Rob Landley Cleanup renice and implement '|' (required option) in argument parsing.
Mon, 29 Jul 2013 21:16:55 -0500 M. Farkas-Dyck Add renice.
Sat, 27 Jul 2013 09:45:40 +0200 Felix Janda Fix lspci -e
Fri, 26 Jul 2013 18:23:08 -0500 Strake add nl
Mon, 29 Jul 2013 00:42:30 -0500 Ashwini Sharma The attached KLOGD patch is an improved version of the one you have in hg.
Thu, 25 Jul 2013 00:48:29 +0200 Felix Janda logger: Some cleanup