Re: [patch] libdebian-installer poll()

2009-07-13 Thread Luca Favatella
On 09/07/2009, Luca Favatella slacky...@gmail.com wrote: On 09/07/2009, Colin Watson cjwat...@debian.org wrote: [...] While // is a valid comment syntax in C99, it wasn't in earlier versions of C, and I believe that /* ... */ is still preferred in libd-i. Fixed in the attached version 2 of

Re: [patch] netcfg get_all_ifs()

2009-07-13 Thread Luca Favatella
On 06/07/2009, Luca Favatella slacky...@gmail.com wrote: On 06/07/2009, Frans Pop elen...@planet.nl wrote: On Monday 06 July 2009, Luca Favatella wrote: This patch substitutes Linux-specific code in get_all_ifs() using getifaddrs(). -if (!strcmp(ibuf, lo))/* ignore the

Re: [patch] netcfg get_all_ifs()

2009-07-13 Thread Luca Favatella
On 13/07/2009, Otavio Salvador ota...@ossystems.com.br wrote: Hello Luca, Hello Otavio. On Mon, Jul 13, 2009 at 11:02 AM, Luca Favatellaslacky...@gmail.com wrote: Solved in the attached version 2 of the patch. I'm not committing this to trunk because could affect d-i on Linux (not in my

Re: [patch] installer ufs initrd support (how to create a ufs filesystem as a normal user?)

2009-07-13 Thread Luca Favatella
On 07/07/2009, Luca Favatella slacky...@gmail.com wrote: On 07/07/2009, Thorsten Glaser t...@mirbsd.de wrote: Luca Favatella dixit: This patch adds ufs initrd support. 4.2FFS, UFS2, or both? In the attached second version of the patch, I explicated UFS2. UFS1 works too, but I chose to