Re: shm_map questions

2013-10-14 Thread Laurie Jennings
ing? I need to make this work and it's driving me crazy! Laurie On Mon, 4/22/13, John Baldwin wrote: Subject: Re: shm_map questions To: freebsd-net@freebsd.org Cc: "Laurie Jennings" Date: Monday, April 22, 2013, 8:43 AM On Sa

Re: shm_map questions

2013-04-22 Thread John Baldwin
ook that object directly rather than an fd. > Laurie > > --- On Thu, 4/18/13, John Baldwin wrote: > > From: John Baldwin > Subject: Re: shm_map questions > To: freebsd-net@freebsd.org > Cc: "Laurie Jennings" > Date: Thursday, April 18, 2013, 6:50 AM >

Re: shm_map questions

2013-04-20 Thread Laurie Jennings
That does help. Is there a way for the kernel to access the memory map directlyby segment name? Laurie --- On Thu, 4/18/13, John Baldwin wrote: From: John Baldwin Subject: Re: shm_map questions To: freebsd-net@freebsd.org Cc: "Laurie Jennings" Date: Thursday, April 18, 2013, 6

Re: shm_map questions

2013-04-18 Thread John Baldwin
On Thursday, April 11, 2013 10:58:14 am Laurie Jennings wrote: > Im working on a simple project that shares a memory segment between a user processand a kernel module. I'm having some problems with shm_map and there doesn't seem to be much info on it. > Im not sure what happened to the memory whe

shm_map questions

2013-04-11 Thread Laurie Jennings
Im working on a simple project that shares a memory segment between a user processand a kernel module. I'm having some problems with shm_map and there doesn't seem to be much info on it. Im not sure what happened to the memory when the user process that creates it  terminates.  I have some questi