summaryrefslogtreecommitdiff
path: root/xserver/hw/xfree86/os-support/bsd
AgeCommit message (Collapse)Author
2024-08-16Reduce diff with upstream.Matthieu Herrb
2024-08-16Ansify function declarations. These are all simple () -> (void) cases.Matthieu Herrb
2023-10-29Update 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-12Make sure we don't close(-1); buglet introduced in 1.26.Miod Vallat
ok matthieu@
2021-11-11Update to xserver 21.1.0Matthieu Herrb
2021-09-03Update to xserver 1.20.13.Matthieu Herrb
2021-06-30Close 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-15Initial attempt to build xserver for riscv64Dale Rahn
ok matthieu@
2020-12-12Update X server to version 1.20.10. Tested by jsg@ and naddy@Matthieu Herrb
2020-04-20Release 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-13Update to xserver 1.20.8. ok jsg@ robert@Matthieu Herrb
2020-01-26Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@Matthieu Herrb
2019-07-27Update to xserver 1.20.5. Tested by jsg@Matthieu Herrb
2018-08-20Initialize PCI subsystem on arm64.Mark Kettenis
ok matthieu@
2018-01-20Remove 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-08Update to xserver 1.19.5.Matthieu Herrb
Tested by bru@, jsg@ and others
2017-05-21Make X work with radeondrm(4) hardware on loongson.Visa Hankala
OK jsg@
2017-03-07make xserver build on arm64Jonathan Gray
ok matthieu@
2016-10-11regenMatthieu Herrb
2016-08-09Update to xserver 1.18.4Matthieu Herrb
tested by krw@ and dcoppa@ ok dcoppa@
2016-05-29Update to xserver 1.18.3. Tested by shadchin@ and naddy@.Matthieu Herrb
Note that indirect GLX is now disbled by default.
2016-04-24Fix white space/indentation to match X.Org style.Matthieu Herrb
2016-04-24Fall back to /dev/ttyC0 when the console device is not a wsdisplay(4)Matthieu Herrb
Problem noticed by sthen@.
2016-04-02Implement VT switching (based on the USL compat interface) in theMatthieu Herrb
wscons console backend and use it by default. ok kettenis@
2016-03-27Make 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-06Cleanup gcc warnings and function prototypes.Matthieu Herrb
2016-03-06Fix 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-25Reduce white space diff with upstreams. No other change.Matthieu Herrb
2015-09-28Post xserver 1.17 cleanupMatthieu Herrb
2015-09-28Post-xserver 1.17 cleanup.Matthieu Herrb
2015-09-28Post xserver 1.17 cleanup. Remove now unused functions.Matthieu Herrb
2015-09-28Update for xserver 1.17Matthieu Herrb
2015-09-28Patch for xserver 1.17. Missed in upgrade commit.Matthieu Herrb
2015-09-16Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@Matthieu Herrb
2015-05-27Simplify 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-27Update to xserver 1.16.1.Matthieu Herrb
Tested by naddy@, jsg@ & kettenis@
2014-05-02Update to xserver 1.15.1.Matthieu Herrb
Tested by at least ajacoutot@, dcoppa@ & jasper@
2014-03-18Remove {hp300,mvme68k,mvme88k} bits.Miod Vallat
2014-02-26Call pci_system_init(), even if opening /dev/xf86 fails. Makes it possible toMark Kettenis
run X with machdep.allowaperture=0 on hardware supported by radeondrm(4) on macppc too. tested by landry@ ok matthieu@, deraadt@
2013-08-24Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@Matthieu Herrb
2013-08-24Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff justMike 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-16Re-commit luna88k_video.c. Previous file is 'doubled' by mistake.Kenji Aoyama
2013-07-15Add 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-07Update to X server 1.14.1. Tested by many during t2k13. Thanks.Matthieu Herrb
2012-10-27Regen 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-14regenMatthieu Herrb
2012-08-05regen autotoolsMatthieu Herrb
2012-06-16screenFd -> consoleFd conversions that were missed in xserver 1.12 import.Matthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2011-11-05Update to xserver 1.11.2Matthieu Herrb