IABSD.fr/xenocara/lib

Branch :


Log

Author Commit Date CI Message
657fa785 2008-06-13 17:30:58 XF86VidModeGetMonitor: don't return static strings to the caller when the man page says it's dynamically allocated memory. Just leave the NULL there (after discusion with Adam Jackson from X.Org). also remove the RCS keyworks while there to ease future merge.
4b526e48 2008-06-12 22:20:24 change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered irritating.
e21a353d 2008-06-12 18:52:07 Enable privsep support. Finally! ok matthieu@.
8d46f8e4 2008-06-11 20:55:41 Update to libX11 1.1.4. I've carefully checked that there's no API/ABI change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
f01cdd72 2008-06-10 22:01:31 - actually zero the memory returned by realloc(). - set the return value for the pthread_once() stub.
eb88ad3f 2008-06-10 21:24:16 Include stdlib.h so we have the prototype for realloc. This means that we don't assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@.
80656e86 2008-05-31 16:36:47 Update to Mesa 7.0.3. tested my oga@ and johan@
cae2cf16 2008-05-24 15:44:21 Update to libxtrans 1.2
d8808c0d 2008-05-24 14:21:56 Update to libxkbfile 1.0.5
b9c810fd 2008-05-24 14:14:00 Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.
a8393f0f 2008-05-24 13:46:47 update to libXv 1.0.4
b40a014c 2008-05-24 13:31:12 update to libXinerama 1.0.3
b6e6f0b4 2008-05-24 13:29:07 merge libXfont 1.3.2. bump major since some symbols were removed.
28676ec1 2008-05-24 09:29:33 Update to libXext 1.0.4
c17f6cf0 2008-05-24 09:17:11 update to libXScrnSaver 1.1.3
d8ac6b7b 2008-05-24 09:02:48 update to libFS 1.0.1
27ae5db2 2008-04-19 07:15:17 dri libs depend on libmesa_pic.a
42f2fadd 2008-04-17 20:25:05 pthread_key_create(3) explicitely says that the value associated with a new key is NULL. So set the allocated memory to zero.
9c8d91fa 2008-04-10 21:04:35 Add back a real ChangeLog. automake requires it.
52cd5179 2008-04-08 19:49:13 remove empty file
520b0cd4 2008-04-08 19:06:14 Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
ba51a4b6 2008-04-08 19:00:25 Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
5021df1c 2008-04-02 20:05:35 Unconditionnaly build libdrm on i386 since the via driver needs some bits of it. Noticed by naddy@.
08aaed92 2008-03-30 15:54:33 - get rid of recalloc() that got introduced here. - while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@.
bbc31bf5 2008-03-25 23:41:50 Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
223fbde8 2008-03-23 16:43:25 Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled. Initial fix from phessler, help from matthieu. Thanks to both!
aad4718a 2008-03-21 21:07:48 Install libdrm before libGL. That way if we're building X on a clean system with dri, libGL doesn't fail due to drm.h being missing. ok matthieu@. Patch from Peter Hessler, thanks!
e4bcb354 2008-03-18 15:50:38 Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys for remote X11 clients over IPv6. ok matthieu@
7830df18 2008-03-15 18:08:24 Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
6869a2ba 2008-02-20 22:41:51 dri drivers need too be linked against libX11 for AIGLX (for threads stubs). Problem found by oga@. Thanks.
e4ccaa70 2008-02-20 22:23:07 Include /usr/local/lib/X11/icons in the default cursor search path.
c6e9e775 2008-02-14 20:28:10 Disable loadable cursor on m88k systems (no shared libraries).
e3881499 2008-02-12 21:27:14 - remove stuff that we don't want from drmOpenDevice() - prepare for privilege separation support. ok oga@.
b139abf7 2008-02-12 21:09:25 Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@ and oga@ (with dri enabled).
15c06279 2008-02-09 18:15:52 regen
10f4ae5e 2008-02-09 18:08:49 Stop linking libXaw7.so.<n-1> to libXaw.so.7.<n-1> Bump majors (needed but forgotten after previous libX11 bump). After discussion with kettenis@
e571581c 2008-02-07 00:09:01 Fix the linkage and CFLAGS of the dri libs. they don't segfault immediately on startup now. still a little sketchy though.
098b2a2a 2008-02-02 17:38:56 Don't change the libGL linkage when not using dri.
e4f12cda 2008-02-02 17:36:48 remove extra white space
f8726749 2008-02-02 17:24:30 stuff for building libGL with dri support. Also includes clean-up of the regular libGL build. bump major because some symbols were removed. ok oga@
e6e77f8e 2008-01-30 21:21:35 remove useless rules for .cpp files.
4ca84ce6 2008-01-17 15:44:49 Fix from X.Org for CVE-2008-0006 - PCF Font parser buffer overflow.
da301e0d 2008-01-06 18:34:38 Better support for recursive make.
4ff8d6b7 2007-12-14 07:31:35 Fix build with gcc 2.95.
b39707c5 2007-12-10 21:30:21 Merge pixman 0.9.6. Valery Masiutsin and other report that it fixes some X crashes on amd64. Bump major since one function was removed.
ae131499 2007-12-10 21:10:19 pixman 0.9.6
594ab30b 2007-12-04 22:23:50 remove emacs droppings that were not ignored by cvs
b33b8154 2007-12-04 22:00:27 Build infrastructure for libGL dri modules. Work in progress, not connected to the build yet.
5eb7bbe7 2007-11-27 09:55:06 I did not intend to commit the XENOCARA_BUILD_DRI bit at all.
25382573 2007-11-26 20:47:35 default to not building DRI for now to permit x snaps to build, found by Johan Lindman, thanks
bfba922c 2007-11-26 15:10:19 Re-enable pthread support in libGL, by providing proper weak stubs in libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@
afad9171 2007-11-25 10:18:21 make libGL config closer to what was in the previous version: - disable threads support - link against libXext and libX11
733e3c4f 2007-11-24 17:46:55 Update to Mesa 7.0.1. For now only indirect GLX is enabled in libGL.
fb5a8daf 2007-11-24 17:03:34 merge libXi 1.1.3
3d6019ab 2007-11-24 16:45:12 libXi 1.1.3
f68d10dc 2007-11-24 16:42:56 merge libXrandr 1.2.2
49085abc 2007-11-24 16:38:43 libXrandr 1.2.2
1969f0b7 2007-11-24 15:48:33 Don't hard-code sizeof(long) in ftconfig.h. Fixes 64bit architectures. Problem noticed by sturm@.
ab927dd4 2007-11-24 14:38:25 merge libXfont 1.3.1
9a72b788 2007-11-24 14:31:47 libXfont 1.3.1
b66e17dd 2007-10-27 20:00:20 Add a '-c' option to fc-cache to do a chroot before (re)building the font cache. Useful for builds with $DESTDIR set, to prepare a binary distribution.
a12489db 2007-10-27 19:57:48 Enable pixman on all architectures but sh (triggers a compiler error) in preparation for xserver 1.4.
8f07cc07 2007-10-27 07:09:48 Use buils/unix/ftsystem.c instead of the generic ANSI C one, which doesn't set CLOSE_ON_EXEC on files descriptors opened by freetype. Fixes a fd leak reported by kurt@. Tested by naddy@ and others.
2031f13b 2007-10-20 20:30:29 regen
52238014 2007-10-20 20:30:06 force HAVE_GTK=no.
08de65f2 2007-10-20 20:24:01 Sync initial shared lib number with the one computed by libtool.
a8a2c415 2007-10-20 12:49:39 expat is now in base, xmlwf in ports
38811c74 2007-10-20 12:36:29 Don't build expat here anymore.
c86602f8 2007-10-08 19:42:58 regen
35945577 2007-10-08 19:38:03 Linuxism crept back in recent merge. Noticed by todd@
eb3008a9 2007-10-03 20:58:49 library is called libpixman-1 for some reason.
eb1585ba 2007-10-03 20:53:30 - Add BSD makefile - regen autotools files with OpenBSD tools.
bd3d6b5e 2007-10-03 20:48:33 import pixman 0.9.5
da60e93d 2007-09-30 13:42:29 merge libXaw 1.0.4
d46f1bdb 2007-09-30 13:33:41 libXaw 1.0.4
5f86a803 2007-09-30 10:35:10 Merge libX11 1.1.3 bump major
a72daf0a 2007-09-30 10:11:57 libX11 1.1.3
6e574b58 2007-09-30 09:26:40 merge libICE 1.0.4
e51f0a83 2007-09-30 09:23:08 libICE 1.0.4
a200e321 2007-09-30 09:12:03 merge xtrans 1.0.4
521c9178 2007-09-30 08:56:08 xtrans 1.0.4
5c97d721 2007-09-30 08:42:34 merge libXpm 3.5.7
3fa7de0f 2007-09-30 08:38:09 libXpm 3.5.7
6261cdbe 2007-09-30 07:51:53 merge libXrender 0.9.4
d4ca04b2 2007-09-30 07:47:05 libXrender 0.9.4
03e0686d 2007-09-30 06:49:16 merge libXdamage 1.1.1 bump minor library revision
4cf606b7 2007-09-30 06:44:10 libXdamage 1.1.1
61f62dde 2007-09-30 06:17:20 merge libXcomposite 0.4.0
4ecaca7a 2007-09-30 06:12:46 libXcomposite 0.4.0
072724c0 2007-09-29 20:15:41 merge libXxf86dga 1.0.2
8fcba43e 2007-09-29 20:10:34 libXxf86dga 1.0.2
385ccfe8 2007-09-18 21:28:04 merge libXtst 1.0.3
22d7fc38 2007-09-18 21:23:49 libXtst 1.0.3
1c51a639 2007-09-18 21:12:55 merge libXcursor 1.1.9
84194b92 2007-09-18 21:09:33 libXcursor 1.1.9
9587a064 2007-09-18 21:04:16 merge libXinerama 1.0.2
3b41279a 2007-09-18 20:59:18 libXinerama 1.0.2
3c28b922 2007-09-08 16:59:03 More bits for freetype 2.3.5
f4cb73c3 2007-09-08 16:39:54 Merge freetype 2.3.5. Tested by naddy@ and mbalmer@.
f731f6ac 2007-09-08 16:28:30 import freetype 2.3.5