msdosfs/darwin

2004-02-06 Thread Friedemann Becker
I found the sources, thanks anyway ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

munmap.2 inconsistency ?

2004-02-06 Thread Luigi Rizzo
hi, browsing through the munmap() page, it says Munmap() will fail if: [EINVAL] The addr parameter was not page aligned, the len ... now, i have verified that munmap works fine with any address returned by mmap, even if not aligned, at least on a

Re: munmap.2 inconsistency ?

2004-02-06 Thread Tim Robbins
On Fri, Feb 06, 2004 at 12:03:23PM -0800, Luigi Rizzo wrote: hi, browsing through the munmap() page, it says Munmap() will fail if: [EINVAL] The addr parameter was not page aligned, the len ... now, i have verified that munmap works fine with

Re: Kernel Threads

2004-02-06 Thread Joseph Koshy
Sridhar, I heard that even Interrupts run under kernel threads context See ithread(9). How can a kernel thread yield CPU when it detects it is idle? kthread_suspend(), or yield(). See kthread(9), mi_switch(9). Let me also answer your questions(s) at another level: I have found

Call for Help: patching if_bfe against FreeBSD -stable (4.8, 4.9)

2004-02-06 Thread Al-Afu
In Reference To: http://lists.freebsd.org/pipermail/freebsd-bugs/2003-September/003151.html the above specifies a patch to include the bfe driver into a 4.8 kernel. How do I proceed with this? Pardon my ignorance, but I am not familiar with kernel's patches, hence the reason I am asking for

Re: Call for Help: patching if_bfe against FreeBSD -stable (4.8, 4.9)

2004-02-06 Thread Duncan Barclay
From: Al-Afu [EMAIL PROTECTED] Sent: Friday, February 06, 2004 6:44 AM In Reference To: http://lists.freebsd.org/pipermail/freebsd-bugs/2003-September/003151.html the above specifies a patch to include the bfe driver into a 4.8 kernel. How do I proceed with this? Pardon my ignorance, but

Re: Call for Help: patching if_bfe against FreeBSD -stable (4.8, 4.9)

2004-02-06 Thread Duncan Barclay
I've put Pavel's patches at http://people.freebsd.org/~dmlb/bfe-4.8.tar.gz Duncan - Original Message - From: Al-Afu [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 06, 2004 6:44 AM Subject: Call for Help: patching if_bfe against