Re: kern/104436: [PATCH] sys/sem.h should include sys/types.h

2006-10-15 Thread Cheng-Lung Sung
On Mon, Oct 16, 2006 at 01:21:59AM +1000, Bruce Evans wrote: > On Sun, 15 Oct 2006, Cheng-Lung Sung wrote: > > >System: FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May > >11 14:31:45 CST 2006 > >[EMAIL PROTECTED]:/home/usr.obj/usr/src/sys/FREEBSD i386 > > > >>Description:

Re: Threading system calls (int 80h)

2006-10-15 Thread David Xu
On Sunday 15 October 2006 16:11, Ekkehard Morgenstern wrote: > On Sunday 15 October 2006 03:31, David Xu wrote: > > You can use KSE syscalls or THR syscalls, for KSE syscalls you > > should use bound thread, otherwise you have to support > > UPCALLS and other complex things. > > How do I use THR sy

Re: kern/104436: [PATCH] sys/sem.h should include sys/types.h

2006-10-15 Thread Bruce Evans
On Sun, 15 Oct 2006, Cheng-Lung Sung wrote: System: FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 [EMAIL PROTECTED]:/home/usr.obj/usr/src/sys/FREEBSD i386 Description: - sys/sem.h has included sys/ipc.h, which includes sys/_types.h but it (and

[PATCH] sys/sem.h should include sys/types.h

2006-10-15 Thread Cheng-Lung Sung
>Submitter-Id: current-users >Originator:Cheng-Lung Sung >Organization: FreeBSD @ Taiwan >Confidential: no >Synopsis: [PATCH] sys/sem.h should include sys/types.h >Severity: non-critical >Priority: low >Category: kern >Class: sw-bug >Release: FreeBSD 6.1-PR

Fwd: Removing Giant from a driver

2006-10-15 Thread usleepless
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Oct 14, 2006 10:32 PM Subject: Removing Giant from a driver To: freebsd-questions@freebsd.org Hi All, i have been tweaking the pvr250 driver to support pvr150s/500s. now i want to remove Giant from the cod

Re: Threading system calls (int 80h)

2006-10-15 Thread Ekkehard Morgenstern
On Sunday 15 October 2006 03:31, David Xu wrote: > You can use KSE syscalls or THR syscalls, for KSE syscalls you > should use bound thread, otherwise you have to support > UPCALLS and other complex things. How do I use THR syscalls? ___ freebsd-hackers@