[Toybox] bootchart2 and bootchart

2024-03-27 Thread scsijon
bootchart2 was created from the fusion of three separate pieces of work. First - the original bootchart: a shell script, and a Java visualisation tool written by Ziga Mahkovec. Some of the original shell scripting, and the concept remain unchanged from this time. bootchart2

Re: [Toybox] hexdump tests.

2024-03-22 Thread scsijon
On 23/3/24 07:02, toybox-requ...@lists.landley.net wrote: Date: Fri, 22 Mar 2024 13:02:18 -0700 From: enh To: Rob Landley Cc: toybox@lists.landley.net Subject: Re: [Toybox] hexdump tests. Message-ID: Content-Type: text/plain; charset="UTF-8" On Mon, Mar 18, 2024 at 6:04?AM Rob

Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free > FYI lsb

2024-03-22 Thread scsijon
Date: Fri, 22 Mar 2024 08:24:18 -0700 From: enh To: Rob Landley Cc: Oliver Webb , toybox Subject: Re: [Toybox] [PATCH] toysh: fix -Wuse-after-free Message-ID: Content-Type: text/plain; charset="UTF-8" On Thu, Mar 21, 2024 at 8:45?PM Rob Landley wrote: On 3/17/24 14:52,

Re: [Toybox] [PATCH] file: parse JPEG files enough to pull out their size in pixels.

2024-01-03 Thread scsijon
On 3/1/24 12:23, enh wrote: On Tue, Dec 19, 2023 at 5:51 PM scsijon wrote: On 19/12/23 08:05, toybox-requ...@lists.landley.net wrote: 1. [PATCH] file: parse JPEG files enough to pull out their size in pixels. (enh

Re: [Toybox] [PATCH] file: parse JPEG files enough to pull out their size in pixels.

2023-12-19 Thread scsijon
available URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20231217/a22282b7/attachment-0001.obj> -- regards and merry christmas to all scsijon ___ Toybox mailing list Toybox@lists.

[Toybox] tsort

2023-10-11 Thread scsijon
I knew it from ibm mainframes and FEP's for aix, try this url for a simple explanation, it's pretty basic what it does. https://www.ibm.com/docs/da/aix/7.3?topic=t-tsort-command scsijon ___ Toybox mailing list Toybox@lists.landley.net http

[Toybox] yash - a posix-compliant shell

2023-09-20 Thread scsijon
-compliant, although claiming to be the most posix-compliant shell in the world I'm not sure about. regards scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-08 Thread scsijon
Date: Fri, 8 Sep 2023 07:29:03 -0700 From: enh To: Oliver Webb Cc: Rob Landley , toybox@lists.landley.net Subject: Re: [Toybox] [PATCH] A implementaion of the ts command Message-ID: Content-Type: text/plain; charset="UTF-8" inferno had something similar

[Toybox] turning a shell script to an executable in a new toybox command?

2022-08-14 Thread scsijon
Been looking around for a while now for simple shell compiler that I could turn a number of shell scripts into small compiled packages to deal with varying systems and versions, and I can't seem to find something with a 'small' output. BarryK's recently tried with BaCon, Nim, V, using

Re: [Toybox] Tar --transform is weird.

2022-05-20 Thread scsijon
On 21/5/22 00:05, Rob Landley wrote: On 5/19/22 18:55, scsijon wrote: Sorry for the toppost but i don't know where this should go. Eh, it was pretty long. :) My understanding is that you should be putting the S flag at the START of the transform= line, not the end as it's actioned in order

Re: [Toybox] Tar --transform is weird.

2022-05-19 Thread scsijon
the S would be ignored. https://www.gnu.org/software/tar/manual/html_section/transform.html#transform is the refreance page for this. Look about halfway down for 's' and 'S'. regards scsijon On 20/5/22 06:08, toybox-requ...@lists.landley.net wrote: 1. Tar --transform is weird. (Rob

Re: [Toybox] Toybox tutorial videos

2022-03-03 Thread scsijon
flowblade is https://bkhome.org/news/202201/flowblade-video-editor-now-in-easyos.html ;it also talks about where to find the python3 version as the default versions are python2. regards scsijon ___ Toybox mailing list Toybox@lists.landley.net http

Re: [Toybox] chroot pondering

2022-02-10 Thread scsijon
On 11/2/22 08:08, toybox-requ...@lists.landley.net wrote: Message: 1 Date: Thu, 10 Feb 2022 02:03:33 -0600 From: Rob Landley To: toybox Subject: [Toybox] chroot pondering. Message-ID: Content-Type: text/plain; charset=utf-8 One type of change that tends to accumulate in my tree are things I

Re: [Toybox] more general sched_setattr/sched_getattr command?

2021-12-09 Thread scsijon
On 10/12/21 08:08, toybox-requ...@lists.landley.net wrote: Message: 1 Date: Thu, 9 Dec 2021 04:16:45 -0600 From: Rob Landley To: enh , toybox Subject: Re: [Toybox] more general sched_setattr/sched_getattr command? Message-ID: Content-Type: text/plain; charset=utf-8 On 12/7/21 2:27

[Toybox] Is: mkroot status? Was: are you on holls or has mail dumped?

2021-11-24 Thread scsijon
with using pflask (https://bkhome.org/news/201809/pflask-chroot-on-steroids.html) for his container system and although it's a few years since any major work happened to it, it actually doesn't seem to need much if anything, along the lines of. 'don't play with it if it's not broken.' thanks scsijon

[Toybox] are you on holls or has mail dumped?

2021-11-24 Thread scsijon
just wondering, nothing has appeared since the 14th of nov. ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

[Toybox] Fwd: scripts/llvm-buildall.sh? try2

2021-08-03 Thread scsijon
you need to look under https://android.googlesource.com/toolchain/llvm-project/+/refs/heads/main and not master regards scsijon Confused, Rob -- ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.

Re: [Toybox] scripts/llvm-buildall.sh?

2021-08-03 Thread scsijon
is part of llvm-project so... https://android.googlesource.com/toolchain/llvm-project/+/refs/heads/master Last updated in 2019? Am I looking in the wrong place? do you mean https://compiler-rt.llvm.org/ and https://github.com/llvm/llvm-project/releases/tag/llvmorg-12.0.1 ? regards scs

Re: [Toybox] init.c ? and oneit

2021-04-30 Thread scsijon
On 30/4/21 6:13 am, toybox-requ...@lists.landley.net wrote: On 4/29/21 12:08 AM, scsijon wrote: On 20/4/21 5:19 pm, Rob Landley wrote: Mostly I just haven't prioritized it? (You're the first to ask in a while, I mostly just use oneit for my stuff, and android has its own giant init thing. I

Re: [Toybox] init.c ? and oneit

2021-04-28 Thread scsijon
g next year, and my first year engineering tutor thought they were a passing 'flash-in-the-pan'. scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

[Toybox] init.c ?

2021-04-18 Thread scsijon
is also already up and live in toybox. thanks scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] spam filters

2021-02-27 Thread scsijon
On 28/2/21 6:19 pm, Rob Landley wrote: On 2/25/21 12:24 PM, scsijon wrote: I asked one of my old filter engineers about this, since it's happening to people regularly (and i was curious why). His reply was basically that it's most likely the word toybox that's the problem and you need

[Toybox] spam filters

2021-02-25 Thread scsijon
this depends on the system). Apparently it has an eufanism on the web that's rather unplesent. regards scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Toybox Digest, Vol 112, Issue 2

2021-02-02 Thread scsijon
ct/+/master:bionic/libc/bionic/faccessat.cpp;l=46;drc=50080a29f7327fcd009344844bb9e643b2d6b9c3 This line also left me scratching my head for half a day. At a guess, that first explanatory URL in the comment should be: https://www.openwall.com/lists/mu

[Toybox] Blog?

2021-01-14 Thread scsijon
I can't seem to find any entries for 2021. Last listed from what i can see is https://landley.net/notes.html#31-12-2020. Or has rob shut it down as I can't expect that he would have forgotten about it. I do love the blog, both for toybox stuff and the irreverant other stuff, it really

Re: [Toybox] [PATCH] main.c: fix UTF-8 on macOS.

2020-12-19 Thread scsijon
er declarations, please contact libc-al...@sourceware.org <mailto:libc-al...@sourceware.org> and explain. scsijon Rob ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

[Toybox] secpwgen

2020-12-09 Thread scsijon
wasn't going to get into this but!2 comments from my OLD security manual since this seems to be 'running'. 1- This program does not take any steps to initialize the entropy pool. OpenSSL uses the system-provided /dev/[u]random as the source of randomness. OpenSSL should report an error on

Re: [Toybox] FYI, devmem change

2020-11-09 Thread scsijon
And busybox (1.25.1 at least) seems to be hexidecimal still. --- # devmem --help BusyBox v1.25.1 (2018-02-12 16:12:36 UTC) multi-call binary. Usage: devmem ADDRESS [WIDTH [VALUE]] Read/write from physical address     ADDRESS    Address to act upon     WIDTH   

Re: [Toybox] bionic?

2020-11-02 Thread scsijon
Ok, thank you enh, so i can safely ignore anything about it. thanks again and for the quick reply scsijon On 3/11/20 11:56 am, enh wrote: On Mon, Nov 2, 2020 at 4:35 PM scsijon wrote: Date: Mon, 2 Nov 2020 11:55:01 -0800 From: enh To: Rob Landley Cc: toybox Subject: Re: [Toybox] [PATCH

[Toybox] bionic?

2020-11-02 Thread scsijon
Date: Mon, 2 Nov 2020 11:55:01 -0800 From: enh To: Rob Landley Cc: toybox Subject: Re: [Toybox] [PATCH] Make it easier to switch regex implementations. Message-ID: Content-Type: text/plain; charset="UTF-8" On Fri, Oct 30, 2020 at 7:12 PM Rob Landley wrote: On 10/28/20

[Toybox] toysh vs dash

2020-10-22 Thread scsijon
e can plan the removal of another package when the time comes, and also kmod when modprobe and maybe depmod have been finished and also incorperated in toybox as the rest of kmod has already been added. thanks and have a safe time in Japan. scsijon

Re: [Toybox] depmod & modprobe?

2020-06-08 Thread scsijon
On 8/6/20 11:32 pm, Rob Landley wrote: On 5/29/20 6:13 PM, scsijon wrote: ?and poked again (please), as i can't see anything in 0.83 's status page. Thanks for the reminder poke. I note that "apply this patch you haven't had time to review" and "do this work that hasn't mad

Re: [Toybox] depmod & modprobe?

2020-05-29 Thread scsijon
?and poked again (please), as i can't see anything in 0.83 's status page. many thanks scsijon On 6/3/20 5:23 am, Rob Landley wrote: On 3/5/20 12:11 AM, scsijon wrote: On 05/03/20 14:29, Rob Landley wrote: On 3/4/20 12:28 AM, scsijon wrote: I was wondering, since you've added most

Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-22 Thread scsijon
On 22/5/20 8:03 pm, Rob Landley wrote: On 5/22/20 12:42 AM, scsijon wrote: Mine too, but grep isn't finding extglob under /etc or ~/.* ? from inside /etc/bash.bashrc /cut I'm not entirely sure what you meant here, but I attached /etc/bash.bashrc from devuan 2.0 and it does not contain

Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-21 Thread scsijon
ommand shell doesn't read startup files, so that doesn't matter. Mine too, but grep isn't finding extglob under /etc or ~/.* ? from inside /etc/bash.bashrc /cut regards scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landl

Re: [Toybox] Phone docking stations for general purpose computing.

2020-05-18 Thread scsijon
Have a look for this, it may do for you. Hyper HyperDrive SOLO 7-in-1 - Silver Turns a single USB-C port into 7 ports (4K/30Hz HDMI, USB-C Power Delivery, 2 x USB-A, Micro SD, SD, 3.5mm Audio Jack), works for MacBook, PC, Chromebook, Android laptop and phones. About $A99 at full price,

[Toybox] zig ?to overthrow C?

2020-03-24 Thread scsijon
Thought this may be "interesting" QUOTE: Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. Zig is aggressively pursuing its goal of overthrowing C as the de facto language for system programming. Zig intends to be so practical that

Re: [Toybox] fdisk and BIG drives

2020-03-21 Thread scsijon
On 21/3/20 11:03 pm, Rob Landley wrote: On 3/21/20 3:50 AM, scsijon wrote: Apparently busybox's fdisk has problems with 8TB drives, see:- https://bkhome.org/news/202003/busybox-fdisk-cannot-handle-8tb-drive.html Rob, can you check toybox's out please and if necessary try to fix, i'd rather

[Toybox] fdisk and BIG drives

2020-03-21 Thread scsijon
with giant 14tb (seagate) 15tb drives (WD) out there already and up to 30tb promised by the coming christmas. thanks scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] depmod & modprobe?

2020-03-05 Thread scsijon
On 06/03/20 05:23, Rob Landley wrote: On 3/5/20 12:11 AM, scsijon wrote: On 05/03/20 14:29, Rob Landley wrote: On 3/4/20 12:28 AM, scsijon wrote: I was wondering, since you've added most of the set (insmod, rmmod, lsmod, modprobe, modinfo, depmod), why you left the last two out

Re: [Toybox] depmod & modprobe?

2020-03-04 Thread scsijon
On 05/03/20 14:29, Rob Landley wrote: On 3/4/20 12:28 AM, scsijon wrote: I was wondering, since you've added most of the set (insmod, rmmod, lsmod, modprobe, modinfo, depmod), why you left the last two out as it would allow the removal of a package. Because nobody's poked me about them yet

[Toybox] depmod & modprobe?

2020-03-03 Thread scsijon
. just a thought scsijon (someone's awakened me) ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] [PATCH] pidof.test: block on sleep rather than read.

2020-01-23 Thread scsijon
is going the WRONG WAY, I'd halfway expect the read to fail but blocking past close I did not expect...) This is hard. :( Rob scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Maybe a ln addition if possible?

2020-01-23 Thread scsijon
On 24/01/20 17:55, Rob Landley wrote: On 1/23/20 7:31 PM, scsijon wrote: I know this is not in the Posix 'ln' standard at present, or really a toybox problem, but i'm becoming frustrated with the number of links i'm having to manually recreate when a set of script source files has it's

[Toybox] Maybe a ln addition if possible?

2020-01-23 Thread scsijon
I know this is not in the Posix 'ln' standard at present, or really a toybox problem, but i'm becoming frustrated with the number of links i'm having to manually recreate when a set of script source files has it's version changed after being ammended. As an example: source file is

[Toybox] JOE

2020-01-23 Thread scsijon
On 24/01/20 08:14, toybox-requ...@lists.landley.net wrote: Message: 2 Date: Thu, 23 Jan 2020 11:40:19 -0600 From: Rob Landley To: toybox@lists.landley.net Subject: Re: [Toybox] [PATCH] vi: don't exit on ^C or ^D. Message-ID: <392265de-ba1a-e0bc-5e16-4bef308df...@landley.net> Content-Type:

[Toybox] generic/pkgsel/40-minimal-xorg.in and 50-minimal-desktop.in changes

2019-12-18 Thread scsijon
shall start with a standard libc before attempting to create a musl/gcc and then musl/clang/llvm versions, unless you already have suitable buildfiles available for me to use or test for you. regards scsijon ps appologies in advance to everyone if any spelling errors get through for a while

Re: [Toybox] Do you suppose this du -b patch is worth it?

2019-12-11 Thread scsijon
Date: Tue, 10 Dec 2019 17:54:13 -0600 From: Rob Landley To: toybox Subject: [Toybox] Do you suppose this du -b patch is worth it? Message-ID: Content-Type: text/plain; charset="utf-8" Every month or so I try to catch up on the busybox list and I saw somebody request du -b there, so I spent

Re: [Toybox] Fwd: build help please with toybox

2019-11-24 Thread scsijon
On 25/11/19 00:47, Rob Landley wrote: On 11/23/19 9:03 PM, scsijon wrote: On 24/11/19 03:45, Rob Landley wrote: On 11/22/19 7:22 PM, scsijon wrote: On 23/11/19 09:56, scsijon wrote: thanks for the help On 23/11/19 09:18, Denys Nykula wrote: scripts/kconfig/lex.zconf.c:890:16: error

Re: [Toybox] Fwd: build help please with toybox

2019-11-23 Thread scsijon
On 24/11/19 03:45, Rob Landley wrote: On 11/22/19 7:22 PM, scsijon wrote: On 23/11/19 09:56, scsijon wrote: thanks for the help On 23/11/19 09:18, Denys Nykula wrote: scripts/kconfig/lex.zconf.c:890:16: error: ‘EINTR’ undeclared (first use in this function) What's your host libc and where

Re: [Toybox] Fwd: build help please with toybox

2019-11-23 Thread scsijon
On 24/11/19 03:45, Rob Landley wrote: On 11/22/19 7:22 PM, scsijon wrote: On 23/11/19 09:56, scsijon wrote: thanks for the help On 23/11/19 09:18, Denys Nykula wrote: scripts/kconfig/lex.zconf.c:890:16: error: ‘EINTR’ undeclared (first use in this function) What's your host libc

Re: [Toybox] Fwd: Re: Fwd: build help please with toybox

2019-11-22 Thread scsijon
Maybe one for Rob I fear? Sorry. Bottom posted. On 23/11/19 13:58, scsijon wrote: Forwarded Message Subject: Re: [Toybox] Fwd: build help please with toybox Date: Sat, 23 Nov 2019 12:22:57 +1100 From: scsijon To: Denys Nykula CC: toybox@lists.landley.net On 23/11/19 09:56

[Toybox] Fwd: Re: Fwd: build help please with toybox

2019-11-22 Thread scsijon
Forwarded Message Subject: Re: [Toybox] Fwd: build help please with toybox Date: Sat, 23 Nov 2019 12:22:57 +1100 From: scsijon To: Denys Nykula CC: toybox@lists.landley.net On 23/11/19 09:56, scsijon wrote: thanks for the help On 23/11/19 09:18, Denys Nykula wrote

Re: [Toybox] Fwd: build help please with toybox

2019-11-22 Thread scsijon
On 23/11/19 09:56, scsijon wrote: thanks for the help On 23/11/19 09:18, Denys Nykula wrote: scripts/kconfig/lex.zconf.c:890:16: error: ‘EINTR’ undeclared (first use in this function) What's your host libc and where are its headers? In apt that's libc6-dev. and i'm in a Quirky named Xenial

Re: [Toybox] Fwd: build help please with toybox

2019-11-22 Thread scsijon
thanks for the help On 23/11/19 09:18, Denys Nykula wrote: scripts/kconfig/lex.zconf.c:890:16: error: ‘EINTR’ undeclared (first use in this function) What's your host libc and where are its headers? In apt that's libc6-dev. and i'm in a Quirky named Xenial Xerus (Ubuntu 16.04 LTS). libc and

[Toybox] Fwd: build help please with toybox

2019-11-22 Thread scsijon
I'm playing with a minimal-linux iso script, this should work changing from busybox to toybox with this> -minimal-2.sh (excuse any wraps) #!/bin/sh #source minimal-linux at github.com/ivandavedov/minimal gpl3 with kernel busybox syslinux #20191122 scsijon test alpha only,

Re: [Toybox] sed

2019-11-11 Thread scsijon
On 11/11/19 12:13, Rob Landley wrote: On 11/10/19 6:56 PM, scsijon wrote: I know it's not exactly a toybox problem, but can someone please sort this out for me. sed ':a;N;$!ba;s|>\s*<|><|g' Could you please be a little more vague? I could have except I considered either you or

[Toybox] sed

2019-11-10 Thread scsijon
I know it's not exactly a toybox problem, but can someone please sort this out for me. sed ':a;N;$!ba;s|>\s*<|><|g' ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Testing: how to check return code (Rob Landley)

2019-11-06 Thread scsijon
On 06/11/19 19:13, Rob Landley wrote: On 11/4/19 4:46 AM, scsijon wrote: Message: 2 Date: Sun, 3 Nov 2019 19:01:14 -0600 From: Rob Landley To: toybox@lists.landley.net Subject: Re: [Toybox] Testing: how to check return code Message-ID: Content-Type: text/plain; charset=utf-8 On 10/30

Re: [Toybox] Testing: how to check return code (Rob Landley)

2019-11-04 Thread scsijon
Message: 2 Date: Sun, 3 Nov 2019 19:01:14 -0600 From: Rob Landley To: toybox@lists.landley.net Subject: Re: [Toybox] Testing: how to check return code Message-ID: Content-Type: text/plain; charset=utf-8 On 10/30/19 1:56 PM, enh via Toybox wrote: I am with you enh. In this case, I wanted

[Toybox] I've introduced you to kisslinux

2019-11-03 Thread scsijon
Hope you don't mind this, their posix based. The url is https://github.com/kisslinux/repo/issues/113 , with the main page at https://getkiss.org/. ___ Toybox mailing list Toybox@lists.landley.net

Re: [Toybox] [landley/toybox] Add ln -r (#145)

2019-10-26 Thread scsijon
On 27/10/19 05:17, toybox-requ...@lists.landley.net wrote: Message: 4 Date: Fri, 25 Oct 2019 18:29:26 -0500 From: Rob Landley To: toybox Subject: Re: [Toybox] [landley/toybox] Add ln -r (#145) Message-ID: <5f6e3f93-c890-f66e-610a-f38f018b8...@landley.net> Content-Type: text/plain;

[Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-23 Thread scsijon
enh, it's changed to uClib-ng. Found at: https://uclibc-ng.org/ and still running good. Latest is 1.0.32 (Codename Reissdorf Kölsch) released 15.10.2019. regards ___ Toybox mailing list Toybox@lists.landley.net

Re: [Toybox] Toybox and musl/clang

2019-10-02 Thread scsijon
On 03/10/19 03:50, Rob Landley wrote: On 10/1/19 5:07 PM, scsijon wrote: Before I start my next T2 build for Puppy quirky, I'm planning at using the musl/clang variation, I thought i'd take on replacing busybox totally with toybox and see what happens, or can you see something in toybox

[Toybox] Toybox and musl/clang

2019-10-01 Thread scsijon
Before I start my next T2 build for Puppy quirky, I'm planning at using the musl/clang variation, I thought i'd take on replacing busybox totally with toybox and see what happens, or can you see something in toybox that might stop me using it alone and have to do a busybox plus toybox?

[Toybox] Editor for toybox?

2019-09-23 Thread scsijon
Do I remember you considering adding a multi-purpose editor into toybox?, one of our puppy folk came across SUE which origonated from VDE back in 1982 which was created by Richard Forbes. Some background, history, a compiled and source packages can be found at

Re: [Toybox] Request for two commands to be added to toybox please.

2019-09-13 Thread scsijon
sorry for the delay, but I wanted to think how to respond, I have changed my ideas slightly since there is a key identification problem, and I hope it still makes some sense. On 10/09/19 11:35, Rob Landley wrote: On 9/9/19 3:29 AM, scsijon wrote: You did ask for submissions for '?possibly

[Toybox] Request for two commands to be added to toybox please.

2019-09-09 Thread scsijon
You did ask for submissions for '?possibly missing?' commands! Can I ask for these two to be considered to be added to your 'todo' list please? showkey - which shows what's assigned to a specific pressed key (usually octal, but could be multi-byte hexidecimal or even a character stream on

Re: [Toybox] Toybox Installer/setup routine?

2019-09-08 Thread scsijon
On 08/09/19 11:17, Rob Landley wrote: On 9/3/19 1:18 PM, scsijon wrote: On 03/09/19 09:10, Denys Nykula wrote: which awk 2>&1 >/dev/null || ln -fsv nawk /bin/awk which vi 2>&1 >/dev/null || ln -fsv vim /bin/vi Those last two are on the todo list. But after toysh and

Re: [Toybox] Toybox Installer/setup routine?

2019-09-08 Thread scsijon
On 08/09/19 11:12, Rob Landley wrote: On 9/2/19 6:33 PM, scsijon wrote: sed was an example I gave, not a direct command. On 03/09/19 07:58, Rob Landley wrote: On 9/1/19 8:47 PM, Denys Nykula wrote: Which is where we come back to the question, what and how are others dealing

Re: [Toybox] Toybox Installer/setup routine?

2019-09-03 Thread scsijon
On 03/09/19 09:10, Denys Nykula wrote: which awk 2>&1 >/dev/null || ln -fsv nawk /bin/awk which vi 2>&1 >/dev/null || ln -fsv vim /bin/vi Those last two are on the todo list. But after toysh and route, which mkroot needs. (And vi might be after make, and promoting half the stuff currently in

[Toybox] Fwd: Re: Toybox Installer/setup routine?

2019-09-02 Thread scsijon
he somehow missed the group box out, so i've sent it on. however, from this he doesn't seem to understand android is only one of it's operating systems, and was a later addition, not it's sole reason for existing. scsijon Forwarded Message Subject: Re: [Toybox] Toybox

Re: [Toybox] Toybox Installer/setup routine?

2019-09-02 Thread scsijon
hat to busybox. THAT was a fun one to debug. And this is why the "install" command has different defaults than the "cp" command. :) Rob scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Toybox Installer/setup routine?

2019-09-02 Thread scsijon
On 03/09/19 07:50, Rob Landley wrote: On 9/1/19 6:22 PM, scsijon wrote: This may be a can of worms or off-topic but... I was wondering if Toybox should/could have an inbuilt installer/setup routine of some sort and how are others handling this retro-fit problem! "When I download t

[Toybox] Toybox Installer/setup routine?

2019-09-01 Thread scsijon
how are others dealing with this problem and is there a need for a simple and basic installer inside toybox? And sorry, but please don't ask me to patch code and submit, I haven't done any since 16bit was superseeded and i'm getting too old to start again.

Re: [Toybox] dd in toybox?

2019-07-09 Thread scsijon
On 09/07/19 20:31, Rob Landley wrote: On 7/9/19 2:55 AM, scsijon wrote: On 09/07/19 16:56, Rob Landley wrote: On 7/8/19 10:41 PM, scsijon wrote: I was wondering if you would consider adding parts of dcfldd (https://linuxx.info/dcfldd/, https://linux.die.net/man/1/dcfldd and http

[Toybox] dd in toybox?

2019-07-08 Thread scsijon
I was wondering if you would consider adding parts of ddfldd (https://linuxx.info/dcfldd/, https://linux.die.net/man/1/dcfldd and http://dcfldd.sourceforge.net/) rather than having just the ordinary dd 'bits' to your dd implementation if possible? I know it's not new, but the extra operands

Re: [Toybox] Thuman_readable top header.

2019-05-21 Thread scsijon
Message: 2 Date: Tue, 21 May 2019 16:21:26 +0300 From: makep...@firemail.cc To: enh Cc: Rob Landley , toybox Subject: Re: [Toybox] human_readable top header. Message-ID: Content-Type: text/plain; charset=us-ascii whereas toybox is now back to unreasonably small units on the same

[Toybox] tcc and pcc. Was: The new gcc 9 bug you pointed out.

2019-05-09 Thread scsijon
/19 5:12 PM, scsijon wrote: So we can expect toybox to be fully llvm/clang compatable soon, or is it already so now. Fully for a while now. Android's been building it with llvm for years now, and the Android NDK I've been testing with has been llvm for as long as I've had it working. Android

Re: [Toybox] The new gcc 9 bug you pointed out.

2019-05-08 Thread scsijon
On 08/05/19 19:00, Rob Landley wrote: /cut Anyway, you said: Rob, this may also have an effect in toybox, ?maybe? And pulling up https://gitlab.gnome.org/GNOME/glib/merge_requests/626 ... not that I know of? They removed the debugging feature where printf("%s", NULL) would print "(null)"

[Toybox] Fwd: [t2] GCC 9 breaks compilation of glibc

2019-05-07 Thread scsijon
Rob, this may also have an effect in toybox, ?maybe? Forwarded Message Subject: [t2] GCC 9 breaks compilation of glibc Date: Tue, 7 May 2019 10:37:59 +0200 From: Frits Letteboer To: T2 developers mailing list Source: https://gitlab.gnome.org/GNOME/glib/merge_requests/626

Re: [Toybox] tar tests.

2019-03-21 Thread scsijon
On 22/03/19 05:12, Rob Landley wrote: On 3/21/19 4:36 AM, scsijon wrote: Dumb Question, but, And if the filename was a link? Sorry Rob..., hopefully your seeing where i'm coming from as i'm not sure I can explain it further without a lot of waffle. regards scsijon Not sure I am

Re: [Toybox] tar tests.

2019-03-21 Thread scsijon
Dumb Question, but, And if the filename was a link? Sorry Rob..., hopefully your seeing where i'm coming from as i'm not sure I can explain it further without a lot of waffle. regards scsijon On 21/03/19 07:14, toybox-requ...@lists.landley.net wrote: Message: 1 Date: Wed, 20 Mar 2019 10

Re: [Toybox] More than you really wanted to know about patch.

2019-01-14 Thread scsijon
. regards scsijon On 15/01/19 04:24, enh wrote: (i actually thought the question was more about the workflow, in which case an answer would look more like the "Exporting a patch"/"Importing patches" sections of https://git.wiki.kernel.org/index.php/QuickStart ...) On Sun, Jan

[Toybox] Patches

2019-01-13 Thread scsijon
y know what i'm doing". When you can make time of course, i'd really like to understand more of what the group is doing with patches submitted rather than only a little. Please, with pure honey on crumpets. scsijon ps and i'm looking forward to the next mkroo

Re: [Toybox] [landley/toybox] install -d -o USER -g GROUP DEST doesn't set uid/gid (#105)

2018-11-17 Thread scsijon
ving to fork and run entirely _as_ those users). That would be ignored on the last path component, but not the ones before it. Let me know if anybody comes up with a proper fix. :) Rob Arn't they part of stat? I believe openbsd have a getfsuid(), though not sure how good it

Re: [Toybox] Numeric values in dd operands

2018-02-20 Thread scsijon
of mainframes but you do(did) need implicit approval from LinusT to implement it. All part of somethings I did in my previous work-life. And i'll leave it at that having most likely confused a lot of the group. My apologies. scsijon On 02/21/2018 04:32 AM, enh wrote: On Tue, Feb 20, 2018 at 9

Re: [Toybox] Numeric values in dd operands

2018-02-19 Thread scsijon
hat's a leading 0 indicating octal in an ipv4 command line utility... $ dpkg-query -S $(which ping) iputils-ping: /bin/ping Rob /cut sorry rob, but... scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

[Toybox] Init -waitfor?

2018-02-14 Thread scsijon
BarryK of Puppylinux's origins has been having a problem I think may be worth sharing. (http://bkhome.org/news/201802/experimenting-with-busybox-runit.html) It's basically because: "Neither System V init, daemontools, runit or perp provides any hooks to wait for a service to go up or down.

Re: [Toybox] getprop.c

2018-02-14 Thread scsijon
to imply they have. Maybe toybox's should just be de-androided instead. ?may be of interest and help, http://docs.runrev.com/Control-Structure/getProp http://docs.runrev.com/Control-Structure/setProp one of my favorite sites. scsijon ___ Toybox mailing

Re: [Toybox] utf8 display question.

2017-10-26 Thread scsijon
Not just japanese, most kanji is usually double-width, some abjad (think arabic for simplicity) and a few odd others also use a mix of single and double width characters. There is also a few that use half-width and single with mixed and some even have tripple-width to contend with.

Re: [Toybox] Release fiddling, need another day or two.

2017-10-05 Thread scsijon
OK, my apologies, I must have missed the android link anouncement by Rob. However my other premise still stands. regards to all scsijon On 10/05/2017 04:54 PM, enh wrote: On Wed, Oct 4, 2017 at 2:25 PM, scsijon <scsi...@lamiaworks.com.au> wrote: On 10/05/2017 07:14 AM, toybo

Re: [Toybox] Release fiddling, need another day or two.

2017-10-04 Thread scsijon
yway, keep up the good work, I DO like toybox. regards scsijon ps I wonder if android could make use of it? ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] [RFC] ktls is in 4.13.

2017-09-06 Thread scsijon
. (Might still, it's just nontrivial.) scsijon Rob And just now i've found about Libressl (libressl.org) to maybe add to your woes, I wonder if they would be willing to work with you? and i'll go sleep again :-)} (bearded smile) scsijon ___

Re: [Toybox] [RFC] ktls is in 4.13.

2017-09-04 Thread scsijon
ing to try to plug into than the openssl command line utility? Worth bothering with? Rob And the security issues if it's within toybox rather than an external via openssl, especially as a lot of us run as root so we can 'play'? scsijon ps do you prefer top-posts in-posts or bottom-posts fo

[Toybox] Fwd: Re: Seriously?

2016-09-12 Thread scsijon
oops, sorry wrong list, can you kill please rob Forwarded Message Subject: Re: [Toybox] Seriously? Date: Mon, 12 Sep 2016 16:25:02 +1000 From: scsijon <scsi...@lamiaworks.com.au> To: toybox@lists.landley.net 1. Seriously? (Rob L

Re: [Toybox] Seriously?

2016-09-12 Thread scsijon
t times out! It's listed (pun) on the website still. scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Has anybody ever actually used cut -f?

2016-09-01 Thread scsijon
uot;1234\n5678\n\n90\n" | ./toybox cut -f2 -d$'\n' 1234 5678 90 $ I'm not sure what to make of that. Rob Samuel scsijon ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] dd.test spaces in numbers?

2016-07-27 Thread scsijon
Subject: Re: [Toybox] dd.test spaces in numbers? Message-ID:

Re: [Toybox] 3. And gmail just unsubscribed half the list.

2016-06-25 Thread scsijon
And on top of that it looks like it's allowed the subscribe of others to receive from a spam site! Not happy google, looks like I need to revisit my mail server and set up another set of barriers. regards ___ Toybox mailing list

  1   2   >