Re: Some patchs

2008-06-27 Thread Denys Vlasenko
On Thursday 26 June 2008 16:17, Pascal Bellard wrote: Hello, Udhcpc: do not hang when network is down http://hg.slitaz.org/wok/raw-file/be0892d9efd5/busybox/stuff/busybox-1.11.0-dhcpc.u Actually, I want to hang (actually, retry forever) when network is down. I run udhcpc indefinitely, and I

Re: Some patchs

2008-06-27 Thread Denys Vlasenko
On Thursday 26 June 2008 16:17, Pascal Bellard wrote: unlzma: memory leak http://hg.slitaz.org/wok/raw-file/be0892d9efd5/busybox/stuff/busybox-1.11.0-unlzma.u Good catch. @@ -491,10 +491,14 @@ if (full_write(dst_fd, buffer, buffer_pos) != (ssize_t)buffer_pos) { bad: -

Re: Some patchs

2008-06-27 Thread Denys Vlasenko
On Thursday 26 June 2008 16:17, Pascal Bellard wrote: New feature: stat -m displays file map http://hg.slitaz.org/wok/raw-file/be0892d9efd5/busybox/stuff/busybox-1.11.0-stat.u Does this mimic GNU stat? -- vda ___ busybox mailing list

Some patchs

2008-06-26 Thread Pascal Bellard
Hello, Cpio: avoid warning on existing directory (like gnu cpio) http://hg.slitaz.org/wok/raw-file/b7ff56e3d9b4/busybox/stuff/busybox-1.10.0-cpio-mkdir.u Cpio: do not assume -m always http://hg.slitaz.org/wok/raw-file/be0892d9efd5/busybox/stuff/busybox-1.11.0-cpio-mtime.u Udhcpc: do not hang