On Mon, Dec 02, 2013 at 04:52:51PM +0100, Sylvestre Gallon wrote:
> On Wed, Nov 20, 2013 at 10:25:52AM +0100, Stefan Sperling wrote:
> > On Thu, Nov 07, 2013 at 08:10:16PM +0100, Stefan Sperling wrote:
> > > On Thu, Nov 07, 2013 at 08:06:11PM +0100, Sylvestre Gallon wrote:
> > > > +int
> > > > +rts
On Sat, Dec 7, 2013 at 10:35 AM, Ted Unangst wrote:
> One of the hallmarks of the original libpthread was that all data
> structures were opaque, and hidden via pointers. That in turn made it
> possible to write a binary compatible librthread. I never would have
> started librthread if it hadn't b
07.12.2013 22:35 пользователь "Ted Unangst" написал:
>
> On Sat, Dec 07, 2013 at 21:32, Vadim Zhukov wrote:
> > 2013/12/7 Ted Unangst :
> >> On Sat, Dec 07, 2013 at 14:11, Vadim Zhukov wrote:
> >>> This patch fixes problems in KDE4, that relies on sharing
(process-shared)
> >>> semaphores via mmap
On Sat, Dec 07, 2013 at 21:32, Vadim Zhukov wrote:
> 2013/12/7 Ted Unangst :
>> On Sat, Dec 07, 2013 at 14:11, Vadim Zhukov wrote:
>>> This patch fixes problems in KDE4, that relies on sharing (process-shared)
>>> semaphores via mmap(). This feature is used in the wild, so if we claim
>>> that we s
2013/12/7 Ted Unangst :
> On Sat, Dec 07, 2013 at 14:11, Vadim Zhukov wrote:
>> This patch fixes problems in KDE4, that relies on sharing (process-shared)
>> semaphores via mmap(). This feature is used in the wild, so if we claim
>> that we support process-shared semaphores, we have to implement it
On Sat, Dec 07, 2013 at 14:11, Vadim Zhukov wrote:
> This patch fixes problems in KDE4, that relies on sharing (process-shared)
> semaphores via mmap(). This feature is used in the wild, so if we claim
> that we support process-shared semaphores, we have to implement it, too.
>
> This changes the
On Fri, Dec 06, 2013 at 08:59:56PM -0500, Brad Smith wrote:
> On 28/11/13 10:05 PM, Brad Smith wrote:
> >Remove unsigned comparison < 0.
> >
> >../../../../compat/linux/linux_misc.c:1531:24: error: comparison of unsigned
> >expression < 0 is always false [-Werror,-Wtautological-compare]
> >
> >Com
This patch fixes problems in KDE4, that relies on sharing (process-shared)
semaphores via mmap(). This feature is used in the wild, so if we claim
that we support process-shared semaphores, we have to implement it, too.
This changes the sem_t definition: it becomes a synonim to struct __sem
instea