summaryrefslogtreecommitdiff
path: root/src/linux_sysfs.c
AgeCommit message (Expand)Author
2018-10-24linux: Set number of devices to 0 in case of errorOlivier Fourdan
2017-09-20linux: support 32 bit PCI domains (v3)Stephen Hemminger
2017-04-04Revert "linux_sysfs: include <limits.h> for PATH_MAX"Emil Velikov
2017-01-11linux sysfs: retrieve vendor, device... info via separate sysfs filesEmil Velikov
2016-08-15Ignore 32-bit domainsKeith Busch
2015-10-20libpciaccess: Fix incorrect format specificationChuck Tuffli
2015-09-22linux_sysfs: include <limits.h> for PATH_MAXFelix Janda
2015-05-04linux_sysfs.c: Include <limits.h> for PATH_MAXFelix Janda
2015-02-12Include config.h before any other headers.Emil Velikov
2015-02-12Add missing guards around config.h inclusionChih-Wei Huang
2014-02-11Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki
2012-03-05linux: Fix out[bwl] macros on non-I/O architecturesAdam Jackson
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson
2012-02-27linux: Don't use /dev/portAdam Jackson
2011-10-24libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir
2011-10-11linux sysfs: Fix read-write access in map_legacyJeremy Huddleston
2011-10-07linux: Implement map_legacyAdam Jackson
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-08-03linux: Fix a crash in populate_devicesAdam Jackson
2011-06-04linux: Only set errno after an errorChris Wilson
2009-12-09I/O port access routinesAdam Jackson
2009-09-17Free return value from scandir instead of leaking it.Keith Packard
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie
2009-07-16add support for finding if something has a kernel driverDave Airlie
2009-05-01Don't try to write boot_vga since that fails with EACCESAaron Plattner
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith
2008-06-23Support write combine resource files in Linux sysfsJesse Barnes
2008-06-23Fixed typo in output ("performace" --> "performance").Stefan Dirsch
2008-06-05Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt
2008-05-21Linux: Fail gracefully on machines without PCI.Adam Jackson
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett
2008-02-27Don't export private symbols.Julien Cristau
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick
2007-06-18Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick
2007-03-27Populate device and vendor ID fields at device list creation.Ian Romanick
2007-01-11Fix bad cast that caused bit truncation.Ian Romanick
2006-07-06Files missed (for reasons I still don't understand) on the previousIan Romanick
2006-07-06Fix byte ordering of the PCI class.Ian Romanick
2006-05-22Fix foolish endianess bug. Bump to version 0.4.1.Ian Romanick
2006-04-12Bump to version 0.4.0.Ian Romanick
2006-03-18Initial import of libpciaccess.Ian Romanick