Re: which running thread gests the external signal

2006-05-03 Thread Vasil Dimov
On Wed, May 03, 2006 at 10:54:01PM +0300, Alin-Adrian Anton wrote: > Daniel Eischen wrote: > [..] > > > >Note that sigprocmask() and pthread_sigprocmask() are equivalent. I > >don't even think pthread_sigprocmask() is in the standard any longer > >(it used to be in an older version of the standard

Re: which running thread gests the external signal

2006-05-03 Thread Alin-Adrian Anton
Daniel Eischen wrote: [..] Note that sigprocmask() and pthread_sigprocmask() are equivalent. I don't even think pthread_sigprocmask() is in the standard any longer (it used to be in an older version of the standard). New applications should be using sigprocmask(). Yes I noticed. However, th

Re: cvs commit: src/sys/boot/i386/boot0 boot0.S

2006-05-03 Thread Eric Anderson
John Baldwin wrote: jhb 2006-05-03 13:43:46 UTC FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0.S Log: Restore the pre-5.x behavior of only beeping if the user makes a bad selection and not always beeping on startup. The two bytes for the extra 'jmp'

Re: which running thread gests the external signal

2006-05-03 Thread Daniel Eischen
On Wed, 3 May 2006, Alin-Adrian Anton wrote: Daniel Eischen wrote: You are entirely confused. You should go back to the POSIX standard and get Dave Butenhof's Programming with POSIX Threads book. [..] You are right. All is clear now, i re-read the link twice and played with sigprocmask vs.

Re: which running thread gests the external signal

2006-05-03 Thread Alin-Adrian Anton
Daniel Eischen wrote: You are entirely confused. You should go back to the POSIX standard and get Dave Butenhof's Programming with POSIX Threads book. [..] You are right. All is clear now, i re-read the link twice and played with sigprocmask vs. pthread_sigmask. It's clear now, also with the