ChangeLog revision 3d05230f
1commit 43749ba6a7631f5060ef85c93942ec32dfd39bf8 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Tue Oct 18 09:38:22 2022 -0700 4 5 libxshmfence 1.3.1 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit bff067edd6c9ad231affd29283757fe6b431bc54 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sun Jul 17 18:05:30 2022 -0700 12 13 gitlab CI: add a basic build test 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 7aa043acaff88d5ee5a18e40796acf0da1d98a6c 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Sun Jul 17 18:03:52 2022 -0700 20 21 Fix spelling/wording issues 22 23 Found by using: 24 codespell --builtin clear,rare,usage,informal,code,names 25 26 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 27 28commit 48446b1610f3d4e4236bd83143718042cd6460a8 29Author: Alan Coopersmith <alan.coopersmith@oracle.com> 30Date: Sun Jul 17 18:02:46 2022 -0700 31 32 Build xz tarballs instead of bzip2 33 34 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 35 36commit 946f99b9e4e80d98e5af96bf7f4b0b0107cf25de 37Author: Jan Beich <jbeich@FreeBSD.org> 38Date: Sat Aug 3 21:40:37 2019 +0000 39 40 alloc: prefer SHM_ANON on FreeBSD a la memfd_create 41 42 Signed-off-by: Jan Beich <jbeich@FreeBSD.org> 43 44commit 51d4b7eafef091bd77c59777537e762fe3e586a8 45Author: Jan Beich <jbeich@FreeBSD.org> 46Date: Fri Jul 7 13:57:56 2017 +0000 47 48 alloc: prefer atomic close-on-exec without O_TMPFILE as well 49 50 Signed-off-by: Jan Beich <jbeich@FreeBSD.org> 51 52commit 87a66f2eae8016a62d1b29e38160ed38de3144ef 53Author: Alan Coopersmith <alan.coopersmith@oracle.com> 54Date: Fri Dec 7 19:50:56 2018 -0800 55 56 Update configure.ac bug URL for gitlab migration 57 58 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 59 60commit 40f80ca096251353977d3d75e63e6efd5e2321dc 61Author: Alan Coopersmith <alan.coopersmith@oracle.com> 62Date: Mon Nov 19 23:08:58 2018 -0800 63 64 Update README for gitlab migration 65 66 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 67 68commit f38b2e73071ba516127f8f5ae47f48df58dc9d53 69Author: Matt Turner <mattst88@gmail.com> 70Date: Mon Feb 26 09:26:06 2018 -0800 71 72 libxshmfence 1.3 73 74 Signed-off-by: Matt Turner <mattst88@gmail.com> 75 76commit 30d946bc7b522ada9ec2fdbd502f9e36aae21bba 77Author: Michał Górny < <mgorny@gentoo.org> 78Date: Thu Feb 22 19:23:38 2018 +0100 79 80 Fix missing <limits.h> include for HAVE_UMTX branch of futex 81 82 This fixes build on Gentoo/FreeBSD which failed due to undefined 83 'INT_MAX'. 84 85 Signed-off-by: Michał Górny <mgorny@gentoo.org> 86 Signed-off-by: Matt Turner <mattst88@gmail.com> 87 88commit 517f21745c43883c1fd7128eeba3e2ae963cb779 89Author: Adam Jackson <ajax@redhat.com> 90Date: Mon Jan 29 14:36:04 2018 -0500 91 92 Revert "configure: Nerf a thing" 93 94 Definitely didn't mean to push this. 95 96 This reverts commit 1f194603cb927352c42798bead29c8ac3a680d02. 97 98commit 0b550a4e7acf02d3478602848f6afbfcbfb0d4b2 99Author: Ross Burton <ross.burton@intel.com> 100Date: Mon Jan 29 16:24:36 2018 +0000 101 102 configure.ac: call AC_USE_SYSTEM_EXTENSIONS 103 104 With glibc 2.27 memfd_create() is inside a _GNU_SOURCE guard, so call 105 AC_USE_SYSTEM_EXTENSIONS to get this defined. 106 107 Signed-off-by: Ross Burton <ross.burton@intel.com> 108 109commit 1f194603cb927352c42798bead29c8ac3a680d02 110Author: Adam Jackson <ajax@redhat.com> 111Date: Thu Dec 14 14:31:17 2017 -0500 112 113 configure: Nerf a thing 114 115 Signed-off-by: Adam Jackson <ajax@redhat.com> 116 117commit db7966bee2ec46b835d0bb374f35ae631a0edbd1 118Author: Mihail Konev <k.mvc@ya.ru> 119Date: Thu Jan 26 13:52:49 2017 +1000 120 121 autogen: add default patch prefix 122 123 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 124 125commit e242a02f650663f5d25915899126cd081f6c6083 126Author: Emil Velikov <emil.l.velikov@gmail.com> 127Date: Mon Mar 9 12:00:52 2015 +0000 128 129 autogen.sh: use quoted string variables 130 131 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 132 fall-outs, when they contain space. 133 134 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 135 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 136 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 137 138commit f290f3946105e76999f4107100a619f00b065141 139Author: Peter Hutterer <peter.hutterer@who-t.net> 140Date: Tue Jan 24 10:32:07 2017 +1000 141 142 autogen.sh: use exec instead of waiting for configure to finish 143 144 Syncs the invocation of configure with the one from the server. 145 146 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 147 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 148 149commit fe2d6dbba6356ff275649017dd516f0270d79595 150Author: Keith Packard <keithp@keithp.com> 151Date: Fri Jan 2 10:44:39 2015 -0800 152 153 Bump version to 1.2 154 155 Release with memfd support 156 157 Signed-off-by: Keith Packard <keithp@keithp.com> 158 159commit b63ea144a0439c54a3a147274afeeb115caced5a 160Author: Keith Packard <keithp@keithp.com> 161Date: Thu Oct 9 14:01:21 2014 +0200 162 163 Use linux 3.17 memfd_create syscall when available 164 165 Linux 3.17 introduces a new anonymous memory allocation that returns a 166 file descriptor which we can pass around. Use this in preference to 167 creating a file in the filesystem where available. 168 169 Signed-off-by: Keith Packard <keithp@keithp.com> 170 171commit 9c4f070e1304a3503cfab08f68573443025fc4c9 172Author: Keith Packard <keithp@keithp.com> 173Date: Tue Jun 17 13:45:24 2014 -0700 174 175 Use /dev/shm as an optional shared memory directory 176 177 This is the path coded into glibc, so it should exist and be useful on 178 any glibc-based system 179 180 Signed-off-by: Keith Packard <keithp@keithp.com> 181 182commit d3efccb33fa599d48004b22f2e07a19da4aaf789 183Author: Jung-uk Kim <jkim@FreeBSD.org> 184Date: Mon Dec 9 18:35:45 2013 -0500 185 186 Add support for FreeBSD using umtx (v3). 187 188 This fixes a sign-extension bug in the previous versions. 189 190 Signed-off-by: Jung-uk Kim <jkim@FreeBSD.org> 191 Signed-off-by: Keith Packard <keithp@keithp.com> 192 193commit 2b3415a32d44b9b51bf57877bb61d982667c10f0 194Author: Alan Coopersmith <alan.coopersmith@oracle.com> 195Date: Sat May 31 21:39:32 2014 -0700 196 197 autogen.sh: Honor NOCONFIGURE=1 198 199 See http://people.gnome.org/~walters/docs/build-api.txt 200 201 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 202 203commit 9089c55ac4433bc79b6f3951c71dda9691ab5c29 204Author: Alan Coopersmith <alan.coopersmith@oracle.com> 205Date: Sat May 31 21:38:41 2014 -0700 206 207 configure: Drop AM_MAINTAINER_MODE 208 209 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 210 211commit ca4ef282b55f3f05acc29a7c76b624f130cc74de 212Author: Julien Cristau <jcristau@debian.org> 213Date: Tue Dec 3 20:14:38 2013 +0100 214 215 Check return value from ftruncate 216 217 Silences compiler warning: 218 219 xshmfence_alloc.c: In function 'xshmfence_alloc_shm': 220 xshmfence_alloc.c:54:11: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 221 ftruncate(fd, sizeof (struct xshmfence)); 222 ^ 223 224 Signed-off-by: Julien Cristau <jcristau@debian.org> 225 Reviewed-by: Keith Packard <keithp@keithp.com> 226 227commit e8dd66fee206f93e1bee059bdadde064901ed745 228Author: Keith Packard <keithp@keithp.com> 229Date: Tue Nov 26 21:55:20 2013 -0800 230 231 Update to version 1.1 232 233 Signed-off-by: Keith Packard <keithp@keithp.com> 234 235commit 4b7c89d0dcaf48140c190dfe6a4560960229ab44 236Author: Keith Packard <keithp@keithp.com> 237Date: Mon Nov 25 13:36:54 2013 -0800 238 239 Describe the library better in the README file 240 241 Signed-off-by: Keith Packard <keithp@keithp.com> 242 243commit c43c79c34d26277609fa02aedc1b862f4a280808 244Author: Keith Packard <keithp@keithp.com> 245Date: Wed Nov 20 14:21:35 2013 -0800 246 247 Ignore test build files and release announcements 248 249 Signed-off-by: Keith Packard <keithp@keithp.com> 250 251commit d4938bf5e57375b70c73831402fc8637996aad31 252Author: Keith Packard <keithp@keithp.com> 253Date: Wed Nov 20 11:23:56 2013 -0800 254 255 Set symbol visibility attribute to hide internal symbols 256 257 Expose only the official API. 258 259 Signed-off-by: Keith Packard <keithp@keithp.com> 260 Reviewed-by: Adam Jackson <ajax@redhat.com> 261 262commit e390e3aaee3dace2a1e6cfe66efd884fc256b0f0 263Author: Keith Packard <keithp@keithp.com> 264Date: Wed Nov 20 11:22:04 2013 -0800 265 266 Provide pthread-based alternative implementation 267 268 This uses pthread mutexes and condition variables instead of futexes. 269 270 Signed-off-by: Keith Packard <keithp@keithp.com> 271 Reviewed-by: Adam Jackson <ajax@redhat.com> 272 273commit daa78ee9a5f9b5590d540aa06466d6728fb2c795 274Author: Keith Packard <keithp@keithp.com> 275Date: Wed Nov 20 11:19:50 2013 -0800 276 277 Split out futex implementation from general API 278 279 This splits the futex-specific code out into a separate file so that 280 future versions of the library could use some other underlying primitive. 281 282 Signed-off-by: Keith Packard <keithp@keithp.com> 283 Reviewed-by: Adam Jackson <ajax@redhat.com> 284 285commit e15fa576597fb09330e603d17a51d7449a392e7c 286Author: Keith Packard <keithp@keithp.com> 287Date: Wed Nov 20 09:13:48 2013 -0800 288 289 Add test program 290 291 Signed-off-by: Keith Packard <keithp@keithp.com> 292 Reviewed-by: Adam Jackson <ajax@redhat.com> 293 294commit bdbb26378da91e541f2fe2b3e827d9f6ed11f4a8 295Author: Keith Packard <keithp@keithp.com> 296Date: Wed Nov 20 09:12:36 2013 -0800 297 298 Use O_TMPFILE if available 299 300 Signed-off-by: Keith Packard <keithp@keithp.com> 301 Reviewed-by: Adam Jackson <ajax@redhat.com> 302 303commit c17583d05872e4d9fb39af1a9963dc3738556b27 304Author: Keith Packard <keithp@keithp.com> 305Date: Wed Nov 20 08:30:44 2013 -0800 306 307 Locate directory for shared memory files at configure time 308 309 Signed-off-by: Keith Packard <keithp@keithp.com> 310 Reviewed-by: Adam Jackson <ajax@redhat.com> 311 312commit b394d499eeb6abb0f23a629f22f6634f137d279e 313Author: Keith Packard <keithp@keithp.com> 314Date: Wed Nov 20 08:25:44 2013 -0800 315 316 Change fence memory type from 'int32_t' to 'struct shmfence' 317 318 This will allow other implementations to use alternate 319 representations, as well as providing additional typechecking. 320 321 Signed-off-by: Keith Packard <keithp@keithp.com> 322 Reviewed-by: Adam Jackson <ajax@redhat.com> 323 324commit d6fe39b4c3ec6ca75fb935b88a14916c730a6c26 325Author: Gaetan Nadon <memsize@videotron.ca> 326Date: Tue Nov 5 21:49:48 2013 -0500 327 328 lint: remove usage of libxshmfence_la_SOURCES 329 330 This variable is always empty. 331 332 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 333 334commit 3b70b526f1dd4ccf35a63fc7d385d4d7098b8f6a 335Author: Gaetan Nadon <memsize@videotron.ca> 336Date: Tue Nov 5 21:36:18 2013 -0500 337 338 make: list non installed headers under the _SOURCES variable 339 340 Recommended by Automake: 341 http://www.gnu.org/software/automake/manual/automake.html#Headers 342 343 Also, this header is missing in the lint target $(libxshmfence_la_SOURCES) 344 345 As a bonus, all other libraries are following this advice. 346 347 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 348 349commit f3fbd8e5026c0bb8b4d7f48875550bd3711e3c6e 350Author: Gaetan Nadon <memsize@videotron.ca> 351Date: Tue Nov 5 21:31:42 2013 -0500 352 353 make: add $(CWARNFLAGS) 354 355 It's required for all X libraries 356 357 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 358 359commit b77bedb25d8eea02cc8114daf105dfed096ca024 360Author: Gaetan Nadon <memsize@videotron.ca> 361Date: Tue Nov 5 09:20:46 2013 -0500 362 363 Add the required README file 364 365 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 366 367commit 67517e51374688c899e295d4d37371bda85bedbc 368Author: Gaetan Nadon <memsize@videotron.ca> 369Date: Tue Nov 5 09:18:53 2013 -0500 370 371 Add mandatory COPYING file. 372 373 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 374 375commit d2272731010bd352219eb4ac738224bb5b69a6f9 376Author: Aaron Plattner <aplattner@nvidia.com> 377Date: Fri Nov 1 14:44:54 2013 -0700 378 379 Copy autotools boilerplate from http://www.x.org/wiki/NewModuleGuidelines/ 380 381 I verified that this works with autoconf both 2.60 and 2.69. 382 383 Signed-off-by: Aaron Plattner <aplattner@nvidia.com> 384 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 385 386commit 7f32d04bd4f583b0d4871450560bd2e9bafc3d79 387Author: Aaron Plattner <aplattner@nvidia.com> 388Date: Fri Nov 1 14:12:55 2013 -0700 389 390 Copy the standard .gitignore from other lib packages 391 392 Signed-off-by: Aaron Plattner <aplattner@nvidia.com> 393 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 394 395commit 8c83034247886168218eaa4d378cc8bf0c65a9cd 396Author: Keith Packard <keithp@keithp.com> 397Date: Thu Oct 31 16:36:54 2013 -0700 398 399 Update to verion 1.0 400 401 Signed-off-by: Keith Packard <keithp@keithp.com> 402 403commit 534cfada3291b56fd13546615f12654cde1a502f 404Author: Keith Packard <keithp@keithp.com> 405Date: Mon Apr 29 13:21:56 2013 -0700 406 407 Import first version of the library 408 409 Signed-off-by: Keith Packard <keithp@keithp.com> 410