Re: filedesc copying in fork()

2006-10-02 Thread John Baldwin
On Sunday 01 October 2006 12:35, Divacky Roman wrote: > hi > > I am trying to implement CLONE_FS in linuxolator clone(). This flags > is used when we want the newly created thread share root/cwd/umask. > > In FreeBSD we have a flags to fork1() RFFDG/RFCFDG. The first one > tells fork1() to copy t

Re: Systems programming on FreeBSD

2006-10-02 Thread Alexander Leidinger
Quoting Ekkehard Morgenstern <[EMAIL PROTECTED]> (Mon, 2 Oct 2006 12:54:37 +0200): > Thanks, now that you mention it, I found some information that I was looking > for, with a manpage browser, about the sound driver. :-) We share the sound API with the OpenSoundSystem (OSS). A description of wh

Re: Systems programming on FreeBSD

2006-10-02 Thread Sean Bryant
Ekkehard Morgenstern wrote: On Monday 02 October 2006 12:24, John-Mark Gurney wrote: Many aren't documented, but section 4 of the manpages is the place where they are suppose to be documented... if you look at netintro(4), you'll see a few for network devices.. A few others like agp(4), bpf(4) a

Re: Systems programming on FreeBSD

2006-10-02 Thread Ekkehard Morgenstern
On Monday 02 October 2006 12:24, John-Mark Gurney wrote: > Many aren't documented, but section 4 of the manpages is the place > where they are suppose to be documented... if you look at netintro(4), > you'll see a few for network devices.. > A few others like agp(4), bpf(4) and meteor(4) have ioctl

Re: Systems programming on FreeBSD

2006-10-02 Thread John-Mark Gurney
Ekkehard Morgenstern wrote this message on Mon, Oct 02, 2006 at 11:21 +0200: > I would like to have some info regarding systems programming on FreeBSD. I > have already looked at the available documentation (the handbooks, manpages), > but there's some areas I cannot find any information about. >

Systems programming on FreeBSD

2006-10-02 Thread Ekkehard Morgenstern
Hi, (I don't know if this is the right mailing list, point me in the right direction if necessary.) I would like to have some info regarding systems programming on FreeBSD. I have already looked at the available documentation (the handbooks, manpages), but there's some areas I cannot find any