summaryrefslogtreecommitdiff
path: root/src/openbsd_pci.c
AgeCommit message (Expand)Author
2024-05-05Fix running totally unprivileged with startx(1).Matthieu Herrb
2024-05-05fix small leaks in openbsd_pci.cMatthieu Herrb
2024-05-05Replace <sys/param.h>Matthieu Herrb
2024-03-30white space fixesMatthieu Herrb
2024-03-30use C99 initializers for struct pci_system_methodsMatthieu Herrb
2018-11-25Only include <sys/memrange.h> on i386/amd64 as it really isiMark Kettenis
2018-11-25Fix typo/pasto in previous commit; request write combining mapping when itMark Kettenis
2018-11-25calloc the pci_sys struct before probing for PCI.Jonathan Gray
2018-11-25We don't need the VGA arbiter if direct hardware access has been disabled.Mark Kettenis
2018-11-25If opening /dev/pciN read-write fails, try opening it read-only. This allowMark Kettenis
2018-11-25Improve VGA arbiter support now that the kernel gives us information aboutMark Kettenis
2018-11-25Add support for X server privilege separation to pci_legacy_open_io()Matthieu Herrb
2018-11-25Merge libpciaccess 0.13 from X.Org.Matthieu Herrb
2017-10-22Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2017-09-20linux: support 32 bit PCI domains (v3)Stephen Hemminger
2015-06-24Attempt to establish a write combining mapping instead of relying on mttrs.Mark Kettenis
2015-05-09Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-05-01Include config.h before anything else in *.cJulien Cristau
2014-12-21Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-09-29Use PCIOCREADMASK on OpenBSD.Mark Kettenis
2014-03-15Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-02-11Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki
2012-04-02Gross hack for privilege separation support.Matthieu Herrb
2012-03-14Fix openbsd_pci.c:pci_device_vgaarb_set_target();Thordur Bjornsson
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson
2012-01-03OpenBSD: Implement map_legacy and legacy_ioMark Kettenis
2011-11-19Add VGA Arbiter support for OpenBSD.Mark Kettenis
2011-11-19OpenBSD: Indicate that devices need access to legacy VGA resources.Mark Kettenis
2009-04-18openbsd_pci.c: use the correct size when mapping the legacy vga rom.Owain Ainsworth
2009-04-14Make libpciaccess on OpenBSD domain-aware.Mark Kettenis
2008-12-07Sync with OpenBSD code.Matthieu Herrb
2008-11-25Fix a logic error in pci_device_openbsd_write().Matthieu Herrb
2008-09-20OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis