Hi Jeremie, Sorry for late reply.Was busy with some paid work. I was working on that SA_SIGINFO work. Modifying Hurd interface definitions now. But got into one problem with GNU libc . Previously i didnt downloaded and build the glibc code. But now for the work i need to. i found the downloading the code here " http://www.gnu.org/software/hurd/source_repositories/glibc.html". Inside hurd i was not able to install git. I get this error when running "apt-get install git-core".
Err http://cdn.debian.net/debian/ sid/main git-man all 1:1.7.9-1 404 Not Found Failed to fetch http://cdn.debian.net/debian/pool/main/g/git/git-man_1.7.9-1_all.deb 404 Not Found. Seems to be some missing package in my repo list.Please help. Sorry to ask this simple thing, maybe i m not able to do some very basic thing. Regards, Shaunak 2012/2/25 shaunak saha <reach2shauna...@gmail.com> > > One possibility: last summer I added the SA_SIGINFO option for the > > sigaction() function, however some of the fields of the siginfo_t > > structure are not filled in properly because the information is not > > currently available to the process which receives the signal [1,2]. > > The goal would be to modify the sig_post() RPC, which is used to > > transmit a signal, so that all the information needed to fill in the > > siginfo_t is transmitted alongside with it. > > > > You would need to modify the Hurd interface definitions (for > > sig_post), the GNU C library (to fill in the siginfo_t structure when > > a signal is received, and also to transmit the information when kill() > > is used to send a signal) and some of the Hurd translators which use > > sig_post as well. You'll also have to check the POSIX standard [3] to > > understand exactly what each field of siginfo_t should contain under > > what circumstances. > > > > [1] > http://www.bddebian.com/~hurd-web/open_issues/sa_siginfo_sa_sigaction/ > > [2] http://www.bddebian.com/~hurd-web/user/jkoenig/java/ (look for > > "SA_SIGINFO") > > [3] http://pubs.opengroup.org/onlinepubs/9699919799/ > > > Thanks a lot for your suggestion.that would be great.I will start > working on this. > > Regards, > Shaunak >