Next | Query returned 26 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-06-28 03:34:36 by Taylor R Campbell | Files touched by this commit (2)
Log message:
x11/libxshmfence: Detect max page size correctly.

For cross-builds, whatever sysctl answers is wrong -- and even for
native builds, it may be wrong, because on some architectures with
common binary packages, the page size may vary from machine to
machine.  So use MAX_PAGE_SIZE if available, or PAGE_SIZE if not,
from machine/vmparam.h instead.

XXX Should probably also use COHERENCY_UNIT for cache line alignment,
not hard-coded 128.
   2023-06-27 12:36:21 by Taylor R Campbell | Files touched by this commit (1)
Log message:
x11/libxshmfence: TOOL_DEPENDS, not buildlink3, on xorg-util-macros.

Likely need the same for everything that uses xorg-util-macros --
it's needed for running autoconf, not for linking build products
against.
   2022-12-09 00:35:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libxshmfence: update to 1.3.2.

Matt Turner (2):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      libxshmfence 1.3.2
   2022-10-18 19:47:18 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libxshmfence: update to 1.3.1.

Alan Coopersmith (6):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      libxshmfence 1.3.1

Jan Beich (2):
      alloc: prefer atomic close-on-exec without O_TMPFILE as well
      alloc: prefer SHM_ANON on FreeBSD a la memfd_create
   2022-04-10 10:53:24 by Nia Alarie | Files touched by this commit (90)
Log message:
x11: adapt to new avoid-duplicate.mk usage
   2021-12-01 14:01:17 by Nia Alarie | Files touched by this commit (38)
Log message:
x11: Add avoid-duplicate.mk to Xorg library packages
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-02-23 23:47:47 by Tobias Nygren | Files touched by this commit (3)
Log message:
libxshmfence: improve performance of semaphore backend. Bump rev.

It used more locking that necessary. We only need two semaphores.
One to tell waiters to wake up and one to let the last waiter that
wakes up notify xshmfence_trigger() it may now return.
   2020-02-23 19:26:59 by Tobias Nygren | Files touched by this commit (1)
Log message:
silence format string warning

Next | Query returned 26 messages, browsing 1 to 10 | Previous