Does task_info support the TASK_EVENTS_INFO type of information?

2009-06-02 Thread Da Zheng
Hi, I tried the code below: struct task_events_info taskevents; size_t tkcount = TASK_EVENTS_INFO_COUNT; error_t err; err = task_info (mach_task_self (), TASK_EVENTS_INFO, (task_info_t) taskevents, tkcount); assert_perror (err); and I always get the error:

Re: Does task_info support the TASK_EVENTS_INFO type of information?

2009-06-02 Thread Samuel Thibault
Da Zheng, le Tue 02 Jun 2009 16:24:27 +0800, a écrit : It seems to me that the Mach doesn't support TASK_EVENTS_INFO. /usr/src/gnumach-1€ rgrep TASK_EVENTS_INFO . ./include/mach/task_info.h:#define TASK_EVENTS_INFO2 /* various event counts */ ./include/mach/task_info.h:#define

[patch #6844] fix a bug in init: initialize 'flags' in reboot_system

2009-06-02 Thread Zheng Da
URL: http://savannah.gnu.org/patch/?6844 Summary: fix a bug in init: initialize 'flags' in reboot_system Project: The GNU Hurd Submitted by: zhengda Submitted on: Tue 02 Jun 2009 08:47:27 AM GMT Category: other Hurd

Re: Does task_info support the TASK_EVENTS_INFO type of information?

2009-06-02 Thread Da Zheng
Samuel Thibault wrote: Da Zheng, le Tue 02 Jun 2009 16:24:27 +0800, a écrit : It seems to me that the Mach doesn't support TASK_EVENTS_INFO. /usr/src/gnumach-1€ rgrep TASK_EVENTS_INFO . ./include/mach/task_info.h:#define TASK_EVENTS_INFO2 /* various event counts */

[b...@gnu.org: [Savannah-announce] Recover your repositories]

2009-06-02 Thread Thomas Schwinge
Hello! Email is full-quoted and with my comments inlined. | - Forwarded message from Sylvain Beucler b...@gnu.org - | Date: Tue, 2 Jun 2009 09:16:55 +0200 | Subject: [Savannah-announce] Recover your repositories | | The system is now completely functional. | It's time to decide what to

Re: [b...@gnu.org: [Savannah-announce] Recover your repositories]

2009-06-02 Thread Arne Babenhauserheide
On Tuesday, 2. June 2009 11:30:25 Thomas Schwinge wrote: | * Mercurial: [Snipped, as not relevant for us.] Except the pyhurd code, but I just checked the remote repo and it works. We only need to push to get it up to date again. Best wishes, Arne --- --- --- --- --- --- --- --- --- ---

A GNU/Hurd Roadmap dream

2009-06-02 Thread Arne Babenhauserheide
I just dreamed of a Roadmap the Hurd might have - a Roadmap which would be the perfect Roadmap for making the Hurd useful for me. I thought I'd share the dream with you. This is the Roadmap I dreamt of: 1) Sound support: Now I can listen to my music (essential). 2) Qemu image with X11

Re: A GNU/Hurd Roadmap dream

2009-06-02 Thread Michael Banck
On Tue, Jun 02, 2009 at 10:22:45PM +0200, Arne Babenhauserheide wrote: This is the Roadmap I dreamt of: Sorry, but this is a wishlist, not a roadmap. Michael