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