Re: Task #272: killall implementation

2007-12-21 Thread olafBuddenhagen
Hi, On Wed, Dec 19, 2007 at 11:54:58PM +0530, Shakthi Kannan wrote: > Is someone working on killall implementation (task #272, > https://alioth.debian.org/projects/debian-hurd/). Is it something > small that I can start with? It's certainly not a *small* task; but probably not a very hard one.

Re: Task #272: killall implementation

2007-12-21 Thread Shakthi Kannan
Hi, - On Dec 21, 2007 12:28 AM, Shakthi Kannan <[EMAIL PROTECTED]> wrote: | In file included from utimecmp.c:41: | utimens.h:2: error: conflicting types for 'futimens' | /usr/local/hurd/bin/../sys_root/include/sys/stat.h:370: error: \-- Fixed: http://lists.pld-linux.org/mailman/pipermail/pld-

Re: Task #272: killall implementation

2007-12-20 Thread Shakthi Kannan
Hi, - On Dec 21, 2007 12:47 AM, Michael Banck <[EMAIL PROTECTED]> wrote: | Why do you compile it at all if you just want to look at the | implementation? \-- So that I can modify the sources, and test them in real-time. SK -- Shakthi Kannan http://www.shakthimaan.com -- To UNSUBSCRIBE,

Re: Task #272: killall implementation

2007-12-20 Thread Michael Banck
On Fri, Dec 21, 2007 at 12:28:35AM +0530, Shakthi Kannan wrote: > Am I missing something? Should I compile packages on Hurd on qemu? Why do you compile it at all if you just want to look at the implementation? Binary packages of coreutils exist already, and pkill, pgrep and killall implementation

Re: Task #272: killall implementation

2007-12-20 Thread Shakthi Kannan
Hi, - On Dec 20, 2007 6:06 AM, Michael Banck <[EMAIL PROTECTED]> wrote: | It's in coreutils. \-- Are these the relevant coreutils packages for Hurd? * [coreutils_5.97-5.6.dsc] * [coreutils_5.97.orig.tar.gz] * [coreutils_5.97-5.6.diff.gz] from http://packages.debian.org/sid/hurd-i

Re: Task #272: killall implementation

2007-12-19 Thread Michael Banck
On Wed, Dec 19, 2007 at 11:54:58PM +0530, Shakthi Kannan wrote: > Is someone working on killall implementation (task #272, > https://alioth.debian.org/projects/debian-hurd/). Is it something > small that I can start with? Well, I tried to start on this a while ago but didn't get far. I don't thin

Task #272: killall implementation

2007-12-19 Thread Shakthi Kannan
Hi, Is someone working on killall implementation (task #272, https://alioth.debian.org/projects/debian-hurd/). Is it something small that I can start with? psmisc-22.6 [1] package has src/killall.c for GNU/Linux. killall and pkill should be implemented as per the task. Where can I refer the Hurd