NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/49529 CVS commit: pkgsrc/x11/libxshmfence
The following reply was made to PR lib/49529; it has been noted by GNATS.
From: "Tobias Nygren" <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/49529 CVS commit: pkgsrc/x11/libxshmfence
Date: Thu, 24 Sep 2015 23:34:16 +0000
Module Name: pkgsrc
Committed By: tnn
Date: Thu Sep 24 23:34:16 UTC 2015
Modified Files:
pkgsrc/x11/libxshmfence: DESCR Makefile distinfo
Added Files:
pkgsrc/x11/libxshmfence/files: xshmfence_semaphore.c
xshmfence_semaphore.h
pkgsrc/x11/libxshmfence/patches: patch-configure.ac
patch-src_Makefile.am patch-src_xshmfence__alloc.c
patch-src_xshmfenceint.h
Log Message:
Add makeshift NetBSD support using POSIX semaphores.
Not upstreamed because I think NetBSD should be given the chance to
implement some better interprocess synchronization primitives first.
See PR lib/49529.
In particular what's missing is an interprocess sync primitive that can:
1) be passed safely through MAP_SHARED memory
2) support atomic unlock-and-block (like pthread_cond_wait)
3) wake up all waiters at once
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libxshmfence/DESCR \
pkgsrc/x11/libxshmfence/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libxshmfence/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/libxshmfence/files/xshmfence_semaphore.c \
pkgsrc/x11/libxshmfence/files/xshmfence_semaphore.h
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/libxshmfence/patches/patch-configure.ac \
pkgsrc/x11/libxshmfence/patches/patch-src_Makefile.am \
pkgsrc/x11/libxshmfence/patches/patch-src_xshmfence__alloc.c \
pkgsrc/x11/libxshmfence/patches/patch-src_xshmfenceint.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index