Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-16 | Reduce diff with upstream. | Matthieu Herrb | |
2024-08-16 | Ansify function declarations. These are all simple () -> (void) cases. | Matthieu Herrb | |
2023-10-29 | Update to xserver 21.1.9. | Matthieu Herrb | |
All the security patches have already been committed. Udated autoconf to 2.71 explains the large build infrastructure diff. | |||
2023-08-12 | Make sure we don't close(-1); buglet introduced in 1.26. | Miod Vallat | |
ok matthieu@ | |||
2021-11-11 | Update to xserver 21.1.0 | Matthieu Herrb | |
2021-09-03 | Update to xserver 1.20.13. | Matthieu Herrb | |
2021-06-30 | Close the console fd after probing if it's a wscons, even it fails. | Matthieu Herrb | |
This avoids keeping an open file descriptor on machines where /dev/console is not a wsdisplay device. | |||
2021-06-15 | Initial attempt to build xserver for riscv64 | Dale Rahn | |
ok matthieu@ | |||
2020-12-12 | Update X server to version 1.20.10. Tested by jsg@ and naddy@ | Matthieu Herrb | |
2020-04-20 | Release unused filedescriptors in the privileged X server process. | Matthieu Herrb | |
There is no reason to keep /dev/pci* and /dev/ttyC* open in this process. pointed to by deraadt. ok kettenis@ deraadt@ | |||
2020-04-13 | Update to xserver 1.20.8. ok jsg@ robert@ | Matthieu Herrb | |
2020-01-26 | Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@ | Matthieu Herrb | |
2019-07-27 | Update to xserver 1.20.5. Tested by jsg@ | Matthieu Herrb | |
2018-08-20 | Initialize PCI subsystem on arm64. | Mark Kettenis | |
ok matthieu@ | |||
2018-01-20 | Remove code to pull softfloat libs. | Matthieu Herrb | |
It was needed at some point in the past, but doesn't compile and isn't needed with clang. Reported by jsg@. | |||
2017-12-08 | Update to xserver 1.19.5. | Matthieu Herrb | |
Tested by bru@, jsg@ and others | |||
2017-05-21 | Make X work with radeondrm(4) hardware on loongson. | Visa Hankala | |
OK jsg@ | |||
2017-03-07 | make xserver build on arm64 | Jonathan Gray | |
ok matthieu@ | |||
2016-10-11 | regen | Matthieu Herrb | |
2016-08-09 | Update to xserver 1.18.4 | Matthieu Herrb | |
tested by krw@ and dcoppa@ ok dcoppa@ | |||
2016-05-29 | Update to xserver 1.18.3. Tested by shadchin@ and naddy@. | Matthieu Herrb | |
Note that indirect GLX is now disbled by default. | |||
2016-04-24 | Fix white space/indentation to match X.Org style. | Matthieu Herrb | |
2016-04-24 | Fall back to /dev/ttyC0 when the console device is not a wsdisplay(4) | Matthieu Herrb | |
Problem noticed by sthen@. | |||
2016-04-02 | Implement VT switching (based on the USL compat interface) in the | Matthieu Herrb | |
wscons console backend and use it by default. ok kettenis@ | |||
2016-03-27 | Make alpha_video.c build in recent X server. | Matthieu Herrb | |
Completely broken on VGA cards (libpciaccess doesn't know about the alpha specific ways of mapping the PCI space), only XRender is broken on TGA cards. | |||
2016-03-06 | Cleanup gcc warnings and function prototypes. | Matthieu Herrb | |
2016-03-06 | Fix typo introduced 5.5 years ago. | Matthieu Herrb | |
Note: this changes the #if test result, but the now #ifdef out code has no effect. | |||
2015-10-25 | Reduce white space diff with upstreams. No other change. | Matthieu Herrb | |
2015-09-28 | Post xserver 1.17 cleanup | Matthieu Herrb | |
2015-09-28 | Post-xserver 1.17 cleanup. | Matthieu Herrb | |
2015-09-28 | Post xserver 1.17 cleanup. Remove now unused functions. | Matthieu Herrb | |
2015-09-28 | Update for xserver 1.17 | Matthieu Herrb | |
2015-09-28 | Patch for xserver 1.17. Missed in upgrade commit. | Matthieu Herrb | |
2015-09-16 | Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ | Matthieu Herrb | |
2015-05-27 | Simplify arm_video.c; we will never have PCI graphics on this architecture. | Matthieu Herrb | |
This also makes it possible to run wsudl(4) on armv7 machines with echi(4). Tested for non-regression on zaurus by Sigi Rudzio. Thanks. | |||
2014-09-27 | Update to xserver 1.16.1. | Matthieu Herrb | |
Tested by naddy@, jsg@ & kettenis@ | |||
2014-05-02 | Update to xserver 1.15.1. | Matthieu Herrb | |
Tested by at least ajacoutot@, dcoppa@ & jasper@ | |||
2014-03-18 | Remove {hp300,mvme68k,mvme88k} bits. | Miod Vallat | |
2014-02-26 | Call pci_system_init(), even if opening /dev/xf86 fails. Makes it possible to | Mark Kettenis | |
run X with machdep.allowaperture=0 on hardware supported by radeondrm(4) on macppc too. tested by landry@ ok matthieu@, deraadt@ | |||
2013-08-24 | Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@ | Matthieu Herrb | |
2013-08-24 | Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff just | Mike Larkin | |
committed. Removes a #define that wasn't used anywhere (for completeness and to make the range definitions match what's in the kernel now). ok jsg@, deraadt@ | |||
2013-07-16 | Re-commit luna88k_video.c. Previous file is 'doubled' by mistake. | Kenji Aoyama | |
2013-07-15 | Add monochrome X server support for luna88k. | Kenji Aoyama | |
Some luna88k specific quirks are needed in driver/xf86-video-wsfb/src/wsfb_driver.c for now. ok matthieu@ | |||
2013-06-07 | Update to X server 1.14.1. Tested by many during t2k13. Thanks. | Matthieu Herrb | |
2012-10-27 | Regen autotools build system with a clean environment. | Matthieu Herrb | |
It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet. | |||
2012-10-14 | regen | Matthieu Herrb | |
2012-08-05 | regen autotools | Matthieu Herrb | |
2012-06-16 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2011-11-05 | Update to xserver 1.11.2 | Matthieu Herrb | |