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
Age
Commit message (
Expand
)
Author
2024-04-17
vgaarb: Check snprintf return value
HEAD
master
José Expósito
2024-03-14
meson: allow building static library, not just shared
Alan Coopersmith
2023-10-17
Remove autotools build
Alan Coopersmith
2023-07-31
Fix compilation warnings when building against hurd-amd64.
Flavio Cruz
2023-03-25
Try fopen(".../pci.ids", "re") on Solarish systems as well
Alan Coopersmith
2023-03-25
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
2023-03-25
FreeBSD: Remove sparc64 code
Emmanuel Vadot
2023-03-24
FreeBSD: Fallback to /usr/share/misc/pci_vendors
Emmanuel Vadot
2022-12-15
linux_sysfs: Use pwrite/pread instead of 64bit versions
Khem Raj
2022-08-23
hurd: Fix pci_device_hurd_map_legacy
Samuel Thibault
2022-08-11
Add pci_device_disable() function
Moritz Fischer
2022-08-01
Delete redundant symbols ';'
zhanghongtao
2022-08-01
Add header protection macro in linux_devmem.h
zhanghongtao
2022-08-01
pci_sys set NULL after free
zhanghongtao
2022-08-01
Add parentheses to the macro definition
zhanghongtao
2022-06-21
Add support for building on macOS w/o X11, using endian code from "portable_e...
Satadru Pramanik
2022-04-03
Obtain correct value of is_64 and is_prefetchable PCI device fields
Chester Gillon
2022-04-02
Fix spelling/wording issues
Alan Coopersmith
2022-03-14
Hurd: Fix initialization order
Joan Lledó
2022-02-15
hurd: Don't necessarily look up _SERVERS_BUS_PCI
Damien Zammit
2022-01-09
hurd: Restore initialization order
Samuel Thibault
2022-01-08
hurd: Implement device memory mapping
Joan Lledó
2021-04-13
x86: Sort devices by B/D/F due to recursive scan
Damien Zammit
2021-04-05
hurd: device_open(pci), /servers/bus/pci fallback
Damien Zammit
2020-12-02
missed library installation in meson
Petr Ovtchenkov
2020-11-02
autoconf: Add meson files to dist tarball
Dylan Baker
2020-11-02
Add a meson build system
Dylan Baker
2020-09-10
hurd: Fix map_dev_mem from non-zero address
Samuel Thibault
2020-09-10
hurd: Fix letting map_dev_mem map anywhere
Samuel Thibault
2020-09-10
hurd: Add missing round up size in map_dev_mem
Samuel Thibault
2020-08-27
x86: Remove probe during create, other backends don't do this
Damien Zammit
2020-08-27
x86: Remove mapping of regions during probe - otherwise remapping later fails
Damien Zammit
2020-08-27
x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefs
Damien Zammit
2020-08-27
hurd_pci: Use __pci_conf_ variants of pci_conf_
Damien Zammit
2019-12-27
Hurd: avoid using the deprecated RPC pci_get_ndevs()
Joan Lledó
2019-07-12
x86: Use MAP_SHARED for memory/rom region mmap && fix mode
Damien Zammit
2019-07-11
linux: Don't try to include <sys/io.h> on arm
Adam Jackson
2019-07-11
Fix pci_device_get_bridge_info() for multifunction bridges
Lichao Mu
2019-07-11
Use recursive scan bus
Damien Zammit
2019-07-11
Add better probe cmds for non-VGA roms and regions on x86
Damien Zammit
2019-07-11
New module for the Hurd
Damien Zammit
2019-07-10
freebsd_pci: remove old probe method
Niclas Zeising
2019-07-10
freebsd_pci: format freebsd_pci_methods
Niclas Zeising
2019-07-10
freebsd_pci: Add has_kernel_driver function
Niclas Zeising
2019-07-10
freebsd_pci: Remove unused variable
Niclas Zeising
2019-07-10
freebsd_pci: Make this work on sparc64
Niclas Zeising
2019-07-10
freebsd_pci: update legacy I/O for new architectures
Niclas Zeising
2019-07-10
freebsd_pci: Fix types in write functions
Niclas Zeising
2019-07-10
Don't check for struct pci_io.pi_sel.pc_domain
Niclas Zeising
2019-07-10
freebsd_pci: Try to conform to uniform style
Niclas Zeising
[next]