Re[2]: select

2008-01-04 Thread Metin KAYA
> In message: <[EMAIL PROTECTED]> > Metin KAYA <[EMAIL PROTECTED]> writes: > :Yes Rick, I'm asking this "indefinitely" issue. Is there anything > :that handle this NULL situation a signal, or etc.? How does Linux or > :FreeBSD behave? > : : >> On Thu, Jan 03, 2008 at 08:5

Re: select

2008-01-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Metin KAYA <[EMAIL PROTECTED]> writes: :Yes Rick, I'm asking this "indefinitely" issue. Is there anything :that handle this NULL situation a signal, or etc.? How does Linux or :FreeBSD behave? : : > On Thu, Jan 03, 2008 at 08:52:48PM +0200, M

Re: Porting from Linux to FreeBSD (procfs question)

2008-01-04 Thread gregoryd . freebsd
Quoting Fernando Apesteguía <[EMAIL PROTECTED]>: > Maybe a mix of both could be good: use the linxprocfs when it is > almost straightforward (in fact I could run the app, just changing few > lines) and sysctl when the linprocfs doesn't provide the information > that I need. And I just made a fool

Re: Porting from Linux to FreeBSD (procfs question)

2008-01-04 Thread gregoryd . freebsd
Quoting Fernando Apesteguía <[EMAIL PROTECTED]>: > Maybe a mix of both could be good: use the linxprocfs when it is > almost straightforward (in fact I could run the app, just changing few > lines) and sysctl when the linprocfs doesn't provide the information > that I need. Wouldn't the opposite

Re: Architectures with strict alignment?

2008-01-04 Thread Marco van de Voort
On Sat, Dec 08, 2007 at 03:43:30AM +0100, Ivan Voras wrote: > Which of the architectures FreeBSD supports (if any) have strict memory > alignment requirements? (in the sense that accessing a 32-bit integer > not aligned on a 32-bit address results in a hardware trap/exception). I do know that old

Re: Semaphores

2008-01-04 Thread Ivan Voras
On 04/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Ivan Voras <[EMAIL PROTECTED]>: > > > For general information on the FreeBSD kernel see the book "Design and > > implementation of the FreeBSD operating system", > > Will this edition be updated, or is it still relevant with the

Re: Semaphores

2008-01-04 Thread gregoryd . freebsd
Quoting Ivan Voras <[EMAIL PROTECTED]>: > For general information on the FreeBSD kernel see the book "Design and > implementation of the FreeBSD operating system", Will this edition be updated, or is it still relevant with the coming of 7.0 ? It was written with 5.0 in mind, and considerable prog

Re: Porting from Linux to FreeBSD (procfs question)

2008-01-04 Thread Dag-Erling Smørgrav
"Fernando Apesteguía" <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > "Fernando Apesteguía" <[EMAIL PROTECTED]> writes: > > > I have an application written in C + Gtk + Glib that gathers > > > information from procfs under Linux. Now, I'm trying to port this > > >