[Toybox] Fwd: [New Toy - patch] add ps watch

2013-08-20 Thread Ashwini Sharma
Hi Rob, Attached are the patches for _watch_ and _ps_ command. Sent _ps_ again, just in case you lost the last one. This one also have a copyright update. regards, Ashwini -- Forwarded message -- From: Ashwini Sharma ak.ashw...@gmail.com Date: Wed, Aug 7, 2013 at 6:17 PM

Re: [Toybox] [patch] add u?mount

2013-08-20 Thread Rob Landley
On 08/18/2013 07:56:29 PM, Strake wrote: On 18/08/2013, Isaac ibid...@gmail.com wrote: On Sun, Aug 18, 2013 at 09:38:42AM -0500, Strake wrote: From 999f64b2615cd53504e4ad312f7a72eb2170da5f Mon Sep 17 00:00:00 2001 From: Strake strake...@gmail.com Date: Sun, 18 Aug 2013 09:29:51 -0500

Re: [Toybox] grep corner cases

2013-08-20 Thread Felix Janda
Rob Landley wrote: On 08/19/2013 02:26:55 PM, Felix Janda wrote: Hi, I saw the comment in changeset 1017 on possible bugs in GNU grep. The failing tests are for me: testing grep -vo grep -vo one input two\nthree\n onetwoonethreeone\n testing grep -Fx '' grep -Fx '' input

Re: [Toybox] Put syslogd and logger into the same file?

2013-08-20 Thread Felix Janda
Rob Landley wrote: On 08/18/2013 11:55:22 AM, Felix Janda wrote: Rob Landley wrote: On 08/10/2013 04:22:58 PM, Felix Janda wrote: Right now syslogd.c contains code from sys/syslog.h declaring the arrays prioritynames and facilitynames, which map human readable strings to

Re: [Toybox] Put syslogd and logger into the same file?

2013-08-20 Thread Rob Landley
On 08/19/2013 03:15:25 PM, Felix Janda wrote: Felix Janda wrote: [...] So how about the following hack? Keep them in separate files. Have one common config symbol, tear everything out of logger.c but logger_main, declare SYSLOG_NAMES in syslogd.c, put something like the current lookup()

Re: [Toybox] Pondering mdev...

2013-08-20 Thread Rob Landley
On 08/19/2013 11:13:15 PM, Isaac wrote: Hello, I've noticed that in mdev coldplug (mdev -s) is supported, but hotplug is TODO. I also note that an optional (busybox) fourth field is not supported. This is dir/ to link or =dir/ to move the device into /dev/dir/; miceroot:root

Re: [Toybox] Fwd: [New Toy - patch] add ps watch

2013-08-20 Thread Rob Landley
On 08/20/2013 04:46:20 AM, Ashwini Sharma wrote: Hi Rob, Attached are the patches for _watch_ and _ps_ command. Sent _ps_ again, just in case you lost the last one. This one also have a copyright update. I planned to do watch.c after doing less.c because both have the similar

[Toybox] [CLEANUP] syslogd

2013-08-20 Thread Felix Janda
# HG changeset patch # User Felix Janda felix.ja...@posteo.de # Date 1377033348 -7200 # Node ID c8e6b5f10c57bcca7859b4c2891dfdf346ecac6d # Parent f9271a80fedc23b91559f0527da8e9c22d152b5d syslogd: cleanup - Remove structure fd_pair so that sigfd can go into GLOBALS - Remove struct typedefs -

Re: [Toybox] Fwd: [New Toy - patch] add ps watch

2013-08-20 Thread David Seikel
On Tue, 20 Aug 2013 15:55:24 -0500 Rob Landley r...@landley.net wrote: On 08/20/2013 04:46:20 AM, Ashwini Sharma wrote: Hi Rob, Attached are the patches for _watch_ and _ps_ command. Sent _ps_ again, just in case you lost the last one. This one also have a copyright update.

Re: [Toybox] Pondering mdev...

2013-08-20 Thread Isaac
On Tue, Aug 20, 2013 at 03:08:37PM -0500, Rob Landley wrote: On 08/19/2013 11:13:15 PM, Isaac wrote: Hello, I've noticed that in mdev coldplug (mdev -s) is supported, but hotplug is TODO. I also note that an optional (busybox) fourth field is not supported. This is dir/ to link or =dir/ to