[Toybox] [patch] watch cleanup

2013-10-13 Thread Elie De Brauwer
, but I'd fear running into a buffer overflow there, so I just left it there. my 2 cents E. -- Elie De Brauwer watch.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] [PATCH] uptime.c: Add user count and format according to upstream

2013-10-13 Thread Elie De Brauwer
f4ce5e4..d20af53 100644 --- a/toys/other/uptime.c +++ b/toys/other/uptime.c @@ -1,6 +1,10 @@ /* uptime.c - Tell how long the system has been running. * * Copyright 2012 Elie De Brauwer eliedebrau...@gmail.com + * Copyright 2012 Luis Felipe Strano Moraes lfel...@profusion.mobi + *(code

[Toybox] [PATCH] python2 probing

2013-08-31 Thread Elie De Brauwer
) and prints out a friendly warning if the user requested help but python2.x could not be found. my 2 cents E. -- Elie De Brauwer python_probe.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net

[Toybox] Trivial uname helpstring fix

2013-08-30 Thread Elie De Brauwer
options from the help string and I also rename the -v helpstring since I don't call for example #1 SMP Debian 3.2.46-1 a build date. my 2 cents E. -- Elie De Brauwer uname_help_fix.patch Description: Binary data ___ Toybox mailing list Toybox

[Toybox] Fix, killall is not allowed to kill itself

2012-12-16 Thread Elie De Brauwer
2 cents E. -- Elie De Brauwer # HG changeset patch # User Elie De Brauwer eliedebrau...@gmail.com # Date 1355673090 -3600 # Node ID ed4c52a2f9b96a7484a5258913e357722a7012d8 # Parent ad5653b98b4d03b1c2c156a8906f2e6c57fdfe56 LSB does not allow killall to kill itself diff -r ad5653b98b4d -r

Re: [Toybox] Fix, killall is not allowed to kill itself

2012-12-16 Thread Elie De Brauwer
All, In my previous patch, the pif shouldn't be stored inside the GLOBAL(), it should be just a regular global variable. In attach a patch which corrects this. gr E. On 12/16/2012 04:54 PM, Elie De Brauwer wrote: Hi all, The LSB specification of killall says A killall process never kills

[Toybox] tac issues and tests

2012-12-15 Thread Elie De Brauwer
. This would still not solve the root problem of xputs() not triggering when write throws and ENOSPC at you. What do you guys think ? (Btw, my patch containing the tests, has the /dev/full test commented out, and the abc\ndef case modeled as the current toybox behavior). gr E. -- Elie De Brauwer

[Toybox] sha1sum tests

2012-12-08 Thread Elie De Brauwer
with the md5sum tests. gr E. -- Elie De Brauwer # HG changeset patch # User Elie De Brauwer eliedebrau...@gmail.com # Date 1354973553 -3600 # Node ID c9b1ab614c90ede65562a6b5f9be91fe3e666093 # Parent d02da157a6c4e6831da1349c0cb2fa741475219a Adding sha1sum tests based on RFC 3174 diff -r d02da157a6c4 -r

Re: [Toybox] sha1sum tests

2012-12-08 Thread Elie De Brauwer
All, Too quick, attached an updated version of my patch which also removes the files created while testing. gr E. On 12/08/2012 02:35 PM, Elie De Brauwer wrote: Hello all, In attach you can find some tests for sha1sum, these are mainly based on http://tools.ietf.org/html/rfc3174. I just

[Toybox] patch: make login use the shared read_passwd function

2012-07-20 Thread Elie De Brauwer
comments not in this patch here, but these a trivial whitespace fixes. - lib/password.c needs a spaces to tab fix. - lib/password.c has a wrong filename in the header comment. - lib/passwd.c also needs a spaces to tab fix. gr E. -- Elie De Brauwer # HG changeset patch # User Elie De Brauwer eliedebrau