summaryrefslogtreecommitdiff
path: root/src/linux_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* linux_sysfs: Use pwrite/pread instead of 64bit versionsKhem Raj2022-12-151-2/+2
* Add pci_device_disable() functionMoritz Fischer2022-08-111-2/+13
* Delete redundant symbols ';'zhanghongtao2022-08-011-1/+1
* Obtain correct value of is_64 and is_prefetchable PCI device fieldsChester Gillon2022-04-031-3/+3
* linux: Don't try to include <sys/io.h> on armAdam Jackson2019-07-111-1/+1
* linux: Set number of devices to 0 in case of errorOlivier Fourdan2018-10-241-0/+1
* linux: support 32 bit PCI domains (v3)Stephen Hemminger2017-09-201-13/+12
* Revert "linux_sysfs: include <limits.h> for PATH_MAX"Emil Velikov2017-04-041-1/+0
* linux sysfs: retrieve vendor, device... info via separate sysfs filesEmil Velikov2017-01-111-0/+54
* Ignore 32-bit domainsKeith Busch2016-08-151-2/+12
* libpciaccess: Fix incorrect format specificationChuck Tuffli2015-10-201-4/+4
* linux_sysfs: include <limits.h> for PATH_MAXFelix Janda2015-09-221-0/+1
* linux_sysfs.c: Include <limits.h> for PATH_MAXFelix Janda2015-05-041-0/+1
* Include config.h before any other headers.Emil Velikov2015-02-121-4/+4
* Add missing guards around config.h inclusionChih-Wei Huang2015-02-121-0/+2
* Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki2014-02-111-18/+44
* linux: Fix out[bwl] macros on non-I/O architecturesAdam Jackson2012-03-051-3/+3
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-13/+13
* linux: Don't use /dev/portAdam Jackson2012-02-271-13/+50
* libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir2011-10-241-1/+11
* linux sysfs: Fix read-write access in map_legacyJeremy Huddleston2011-10-111-1/+1
* linux: Implement map_legacyAdam Jackson2011-10-071-0/+52
* Strip trailing whitespaceAlan Coopersmith2011-09-161-21/+21
* linux: Fix a crash in populate_devicesAdam Jackson2011-08-031-1/+1
* linux: Only set errno after an errorChris Wilson2011-06-041-2/+6
* I/O port access routinesAdam Jackson2009-12-091-40/+143
* Free return value from scandir instead of leaking it.Keith Packard2009-09-171-0/+4
* pciaccess: make linux rom reading fallback optionalDave Airlie2009-08-061-0/+5
* add support for finding if something has a kernel driverDave Airlie2009-07-161-0/+21
* Don't try to write boot_vga since that fails with EACCESAaron Plattner2009-05-011-1/+1
* pciaccess: provide a method to detect if a device is boot VGADave Airlie2009-05-011-0/+31
* Fix various typos (mostly in comments)Alan Coopersmith2008-10-151-2/+2
* Support write combine resource files in Linux sysfsJesse Barnes2008-06-231-0/+39
* Fixed typo in output ("performace" --> "performance").Stefan Dirsch2008-06-231-1/+1
* Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt2008-06-051-5/+20
* Linux: Fail gracefully on machines without PCI.Adam Jackson2008-05-211-4/+3
* linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie2008-05-211-1/+24
* Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard2008-04-161-0/+3
* Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett2008-03-141-2/+6
* Don't export private symbols.Julien Cristau2008-02-271-1/+1
* Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard2007-08-311-8/+67
* New interfaces to map memory with MTRR (or similar) support.Ian Romanick2007-08-301-62/+67
* Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick2007-06-181-1/+6
* Populate device and vendor ID fields at device list creation.Ian Romanick2007-03-271-22/+52
* Fix bad cast that caused bit truncation.Ian Romanick2007-01-111-1/+1
* Files missed (for reasons I still don't understand) on the previousIan Romanick2006-07-061-0/+4
* Fix byte ordering of the PCI class.Ian Romanick2006-07-061-2/+2
* Fix foolish endianess bug. Bump to version 0.4.1.Ian Romanick2006-05-221-5/+6
* Bump to version 0.4.0.Ian Romanick2006-04-121-5/+25
* Initial import of libpciaccess.Ian Romanick2006-03-181-0/+493