Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-04 | Fix pci_io_handle allocation routines. | Matthieu Herrb | |
The previous version of new_io_handle() would invalidate all previous allocations when realloc moves the base pointer of the ios array. Since I cannot figure out where this array is useful, just get rid of it, providing sound stable memory allocation. Fixes vgaHWSaveFonts() in 1.12 xserver on OpenBSD, but other sub-systems relaying on pci_io could be affected too. | |||
2012-03-27 | Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@. | Matthieu Herrb | |
2012-03-27 | Update to libxcb 1.8.1. Tested by krw@, mpi@, shadchin@ | Matthieu Herrb | |
2012-03-18 | Merge patch from git master: Fixup for 550b2f76401c2 which broke bold fonts | Matthieu Herrb | |
2012-03-18 | Update to libXt 1.1.3 | Matthieu Herrb | |
2012-03-14 | Fix openbsd_pci.c:pci_device_vgaarb_set_target(); | Thordur I. Bjornsson | |
A return (0) got lost, add it back. Obvious; ok kettenis@ | |||
2012-03-14 | Regen with util-macros 1.17. Fixes configure on landisk | Matthieu Herrb | |
2012-03-14 | Regen with util-macros 1.17. Fixes configure on landisk (and probably the | Matthieu Herrb | |
other gcc3 architectures). | |||
2012-03-10 | Fix build on 32 bit architectures. Problem noticed by naddy@. | Matthieu Herrb | |
2012-03-10 | Disable doc formatting tools explicitely | Matthieu Herrb | |
2012-03-10 | Disable doc formatting tools explicitely | Matthieu Herrb | |
2012-03-10 | Update to libxkbfile 1.0.8 | Matthieu Herrb | |
2012-03-10 | Upate to libdmx 1.1.2 | Matthieu Herrb | |
2012-03-10 | Update to libXxf86vm 1.1.2 | Matthieu Herrb | |
2012-03-10 | Upate to libXxf86dga 1.1.3 | Matthieu Herrb | |
2012-03-10 | Upate to libXvMC 1.0.7 | Matthieu Herrb | |
2012-03-10 | Update to libXv 1.0.7 | Matthieu Herrb | |
2012-03-10 | update to libXtst 1.2.1 | Matthieu Herrb | |
2012-03-10 | Explicitely disable tools that could be found in /usr/local | Matthieu Herrb | |
2012-03-10 | Update to libXt 1.1.2 | Matthieu Herrb | |
2012-03-10 | update to libXrender 0.9.7 | Matthieu Herrb | |
2012-03-10 | Update to libXpm 3.5.10 | Matthieu Herrb | |
2012-03-10 | Update to libXmu 1.1.1 | Matthieu Herrb | |
2012-03-10 | update to libXinerama 1.1.2 | Matthieu Herrb | |
2012-03-10 | update to libXft 2.3.0 | Matthieu Herrb | |
2012-03-10 | Update to libXext 1.3.1 | Matthieu Herrb | |
2012-03-10 | update to libXdmcp 1.1.1 | Matthieu Herrb | |
2012-03-10 | upate to libXcursor 1.1.13 | Matthieu Herrb | |
2012-03-10 | Update to libXau 1.0.7 | Matthieu Herrb | |
2012-03-10 | Update to libXScrnSaver 1.2.2 | Matthieu Herrb | |
2012-03-10 | Update libXres to version 1.0.6 | Matthieu Herrb | |
2012-03-09 | Update to libpciaccess 0.13. Tested by shadchin@ | Matthieu Herrb | |
2012-03-04 | update to libSM 1.2.1 | Matthieu Herrb | |
2012-03-04 | Update to libICE 1.0.8 | Matthieu Herrb | |
2012-03-04 | Update to libfontenc 1.1.1 | Matthieu Herrb | |
2012-03-04 | Update to libFS 1.0.4 | Matthieu Herrb | |
2012-03-04 | Update to libXfont 1.4.5 | Matthieu Herrb | |
2012-02-28 | Update to pixman 0.22.4. Tested by shadchin@, krw@. | Matthieu Herrb | |
2012-01-27 | radeon_dri.so needs the radeon_drm library, like the other | Matthieu Herrb | |
Mesa radeon drivers. From oga@. | |||
2012-01-26 | Forcee the shared library revision for install too. | Matthieu Herrb | |
This fixes issues where, because of NFS client/server clock skew, the lib gets rebuilt at install time. Problem noticed by todd@ | |||
2012-01-19 | Force class alignment to a multiple of sizeof(XID): fixes a SIGBUS | David Coppa | |
crash on sparc64. Upstream git commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0 OK matthieu@ | |||
2012-01-10 | Bitstream Vera -> DejaVu in a comment. | Matthieu Herrb | |
2012-01-10 | regen | Matthieu Herrb | |
2012-01-10 | New config file providing replacement for Lucida fonts. | Matthieu Herrb | |
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts, Provide aliases for commonly found Lucida family fonts (Lucida, Lucida Grande, Lucida Sans Unicode). Prodded by a submission by Tobias Ulmer. Ok mpi@. | |||
2011-12-20 | Update to libXi 1.4.5. | Matthieu Herrb | |
2011-12-17 | Update to libXi 1.4.4. | Matthieu Herrb | |
2011-12-03 | Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt | Miod Vallat | |
the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here). | |||
2011-11-29 | on alpha, remove optimization flags when compiling prog_execute.c to | Christian Weisgerber | |
prevent an internal compiler error in gcc 4.2.1; ok matthieu@ | |||
2011-11-23 | Fix r200 libGL by linking with libdrm_radeon. | Owain Ainsworth | |
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@ | |||
2011-11-19 | Update to freetype 2.4.8. Security update fixing CVE-2011-3439 | Matthieu Herrb | |