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
/
common_device_name.c
Age
Commit message (
Expand
)
Author
2023-03-25
Try fopen(".../pci.ids", "re") on Solarish systems as well
Alan Coopersmith
2023-03-24
FreeBSD: Fallback to /usr/share/misc/pci_vendors
Emmanuel Vadot
2016-05-02
device-name: handle calloc failure in insert()
arsharma
2013-06-24
pci_id_file_open: move variable inside the #ifndef that uses it
Alan Coopersmith
2013-06-07
Protect config.h like usual.
Thomas Klausner
2012-02-27
Use O_CLOEXEC for internal file descriptors
Adam Jackson
2012-02-24
Use correct type for pci_id file accessor functions
Mathias Krause
2012-02-08
Close pci.ids file when bailing out because realloc failed
Alan Coopersmith
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-08-09
Silence compiler warning about pci_id_file_open definition
Julien Cristau
2008-11-19
Don't open/gzopen pci.ids if we're not going to read it
Alan Coopersmith
2008-07-08
Handle compressed pci.ids
Kel Modderman
2008-03-06
Bug #14818: Actually return the PCI vendor name, instead of NULL.
Doug Chapman
2008-02-27
Don't export private symbols.
Julien Cristau
2007-01-12
Remove extra fallback definition of PCIIDS_PATH.
Eric Anholt
2006-08-10
Fix a segfault in populate_vendor that was triggered when the pci.ids file
Ian Romanick
2006-07-30
Added some function preamble comments.
Ian Romanick
2006-03-27
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
XORG-7_0_99_901
Ian Romanick
2006-03-18
Initial import of libpciaccess.
Ian Romanick