Re: ioctl, copy structure from user

2012-02-07 Thread John Baldwin
On Monday, February 06, 2012 2:44:23 pm PRATIK MOHANTY wrote: > Hello sir, > I need some example for ioctl to copy structure from user space to kernel > space In BSD the kernel copies the immediate ioctl argument into and out of userland for you. Thus, you can do something like this: struct foo

Re: sem(4) lockup in python?

2012-02-07 Thread Jan Mikkelsen
On 06/02/2012, at 3:49 AM, Attilio Rao wrote: > 2012/2/5 Ivan Voras : >> On 5 February 2012 11:44, Garrett Cooper wrote: >> >>> >>>'make MAKE_JOBS_NUMBER=1' is the workground used right now.. >> >> David Xu suggested that it is a bug in Python - it doesn't set >> process-shared attribute

Re: xlocale support (Was: Re: Zarafa port)

2012-02-07 Thread rflynn
> On 07.02.2012 02:18, rfl...@acsalaska.net wrote: >> Hi, >> >>> Thanks for starting to work on it! I've added a link from >>> WantedPorts >>> to that >>> mail. >> >> Currently stuck on the absence of xlocale(3). Is there any chance >> these >> get MFC'd to RELENG_9 and RELENG_8? Or should I try im

Re: sem(4) lockup in python?

2012-02-07 Thread Garrett Cooper
On Tue, Feb 7, 2012 at 7:50 AM, Jan Mikkelsen wrote: > > This has just happened again, this time with MAKE_JOBS_NUMBER=1, so that > workaround didn't work. You need to also issue DISABLE_MAKE_JOBS=1 (you can't just issue one of the items). devel/talloc and databases/tdb abuse these variables

Re: xlocale support (Was: Re: Zarafa port)

2012-02-07 Thread Bernhard Froehlich
On 07.02.2012 02:18, rfl...@acsalaska.net wrote: Hi, Thanks for starting to work on it! I've added a link from WantedPorts to that mail. Currently stuck on the absence of xlocale(3). Is there any chance these get MFC'd to RELENG_9 and RELENG_8? Or should I try implementing them in platform