[Toybox] [patch] makedevs - naming device issue

2015-04-20 Thread 김혜진
Hi. On the way to create makedevs.test, I found naming differs from busybox if the count is 1. For example, Stdin for makedevs is "AAA c 1 0 0 2 5 0 0 1" And it makes AAA0 device instead of AAA. (Busybox makes AAA in this case) I'm not sure which one is correct, but think operation should follow c

Re: [Toybox] PATCH telnetd

2015-03-18 Thread 김혜진
Hi. My real situation is like this : 1. running telnetd on embedded board. 2. running client on windows/linux 3. client works something on connection such as getting big file with tftp or testing system with automated script for a long time. 4. client is killed abnormally, for example kill telnet

[Toybox] PATCH telnetd

2015-03-17 Thread 김혜진
Hi. All I found an issue of telnetd that it loops infinitely when client disconnected abnormally on working. like client is killed by outside. On embedded system, this issue make that cpu occupation goes high. In this case : select() returns 1, means socket fd has something changes. but, read()/

[Toybox] Regarding -m option of mknod

2015-03-10 Thread 김혜진
Hi all. Toybox's mknod have no -m option while busybox and coreutil have. Can anyone tell me the reason? Or is it just a implementation miss? Thank you! ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landle

[Toybox] patch mdev

2015-03-04 Thread 김혜진
Hi. As internal needs, Ranjan Kumar (ranjankumar@gmail.com) added hotplug feature into mdev. Highlight points are: 1. mdev is extended to support hotplug feature. 2. sequence file support is yet to do. 0001-mdev-add-hotplugin-feature.patch Description: Binary data ___

[Toybox] Regarding mkflags.c

2015-03-03 Thread 김혜진
Hi. On cross compile, I found an abnormal operation of make.sh. In a cross compile system, mkflags excutable gives wrong result code although completely created generated/flags.h So, it goes to "exit 1". line 177 - 178 in scripts/make.sh --

[Toybox] Patch : syslogd

2015-03-01 Thread 김혜진
Hi. I added error handling code in write_rotate(). I think that it is better to check tf->logfd before doing truncate()/write() and getting error. >From 5e24e65d3abfd78e5405b81690d6ada4260cca4e Mon Sep 17 00:00:00 2001 From: Hyejin Kim Date: Mon, 2 Mar 2015 14:27:00 +0900 Subject: [PATCH] s

[Toybox] Regarding ifconfig

2015-02-25 Thread 김혜진
Hi. I have a question about ifconfig. Nov 30 on 2013, Rob deleted "trailers" and "dynamic" options because they are dead fields unused by linux kernel. But, "NOTRAILERS" and "DYNAMIC" string still exist in the code, line from 212 to 214 in ifconfig.c I think these also should be removed if really

Re: [Toybox] [PATCH] mktemp fixes

2015-02-09 Thread 김혜진
longoption was not fixed yet. plz, refer red colored diff. >From a291b0b3b01ca3f981d36a2a5650cc9fd73887a3 Mon Sep 17 00:00:00 2001 From: Hyejin Kim Date: Mon, 2 Feb 2015 21:28:06 +0900 Subject: [PATCH] mktemp : fix to match longopt with correct opt and check invalid dir path of -p opt --- toys

[Toybox] Regarding ifconfig

2015-02-05 Thread 김혜진
Hello. Today I found an issue of ifconfig on testing board. Example) ifconfig *eth0:0* 10.0.0.100 ifconfig: ioctl 8914: Cannot assign requested address As seeing the example, error occurs when we set virtual address on eth0 using _:_ At line 488 of ifconfig.c, I found a doubtf

Re: [Toybox] su patch

2015-02-02 Thread 김혜진
2015-02-02 13:19 GMT+09:00 Rich Felker : > On Mon, Feb 02, 2015 at 10:33:24AM +0900, 김혜진 wrote: > > Hello. I share a patch of su command. > > > > > > -- Forwarded message -- > > From: 김혜진 > > Date: 2015-01-29 21:35 GMT+09:00 > &

[Toybox] patch mktemp

2015-02-02 Thread 김혜진
Hello. On my board testing, encountered some behavior of "mktemp". The command was malfunctioning with longopts (like --diectory and --tmpdir). Again the return status of the command was not correct in some cases like: "./toybox mktemp -p Filename". Here filename is wrong argument (correct argume

[Toybox] su patch

2015-02-01 Thread 김혜진
Hello. I share a patch of su command. -- Forwarded message -- From: 김혜진 Date: 2015-01-29 21:35 GMT+09:00 Subject: Re: su patch To: Rob Landley Hi. Rob I Send you fixed patch. As I look at passwd and mkpasswd, default encryption method is "des". Because useradd ca

Re: [Toybox] Toybox Digest, Vol 39, Issue 22

2015-01-21 Thread 김혜진
Hello. I'm very interested that toybox involved at android. As I see, many commands have moved from toolbox to toybox. So, Can I know when toybox will start being included in official release of android? 2015-01-22 7:17 GMT+09:00 : > Send Toybox mailing list submissions to > toybox@list