summaryrefslogtreecommitdiff
path: root/src/linux_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-30initialize buf, use integer variable for readtizen_4.0.m1_releasesubmit/tizen_unified/20170308.100414submit/tizen_common/20160701.180000submit/tizen_4.0/20170828.100006submit/tizen_4.0/20170811.094300submit/tizen_3.0_wearable/20161015.000003submit/tizen_3.0_tv/20161015.000003submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20160701.013624accepted/tizen/wearable/20160701.043845accepted/tizen/unified/20170309.035957accepted/tizen/tv/20160701.044042accepted/tizen/mobile/20160701.044022accepted/tizen/ivi/20160701.044109accepted/tizen/common/20160703.130852accepted/tizen/4.0/unified/20170828.222830accepted/tizen/4.0/unified/20170816.013530accepted/tizen/3.0/wearable/20161015.083153accepted/tizen/3.0/tv/20161016.004849accepted/tizen/3.0/mobile/20161015.033626accepted/tizen/3.0/ivi/20161011.050513accepted/tizen/3.0/common/20161114.111031accepted/tizen/3.0.m2/wearable/20170105.025008accepted/tizen/3.0.m2/tv/20170105.024838accepted/tizen/3.0.m2/mobile/20170105.024655tizen_3.0_tvtizen_3.0.m2tizen_3.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileJunkyeong Kim1-1/+2
2012-03-05linux: Fix out[bwl] macros on non-I/O architecturesAdam Jackson1-3/+3
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson1-13/+13
2012-02-27linux: Don't use /dev/portAdam Jackson1-13/+50
2011-10-24libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir1-1/+11
2011-10-11linux sysfs: Fix read-write access in map_legacyJeremy Huddleston1-1/+1
2011-10-07linux: Implement map_legacyAdam Jackson1-0/+52
2011-09-16Strip trailing whitespaceAlan Coopersmith1-21/+21
2011-08-03linux: Fix a crash in populate_devicesAdam Jackson1-1/+1
2011-06-04linux: Only set errno after an errorChris Wilson1-2/+6
2009-12-09I/O port access routinesAdam Jackson1-40/+143
2009-09-17Free return value from scandir instead of leaking it.Keith Packard1-0/+4
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie1-0/+5
2009-07-16add support for finding if something has a kernel driverDave Airlie1-0/+21
2009-05-01Don't try to write boot_vga since that fails with EACCESAaron Plattner1-1/+1
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie1-0/+31
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith1-2/+2
2008-06-23Support write combine resource files in Linux sysfsJesse Barnes1-0/+39
2008-06-23Fixed typo in output ("performace" --> "performance").Stefan Dirsch1-1/+1
2008-06-05Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt1-5/+20
2008-05-21Linux: Fail gracefully on machines without PCI.Adam Jackson1-4/+3
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie1-1/+24
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard1-0/+3
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett1-2/+6
2008-02-27Don't export private symbols.Julien Cristau1-1/+1
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard1-8/+67
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick1-62/+67
2007-06-18Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick1-1/+6
2007-03-27Populate device and vendor ID fields at device list creation.Ian Romanick1-22/+52
2007-01-11Fix bad cast that caused bit truncation.Ian Romanick1-1/+1
2006-07-06Files missed (for reasons I still don't understand) on the previousIan Romanick1-0/+4
2006-07-06Fix byte ordering of the PCI class.Ian Romanick1-2/+2
2006-05-22Fix foolish endianess bug. Bump to version 0.4.1.Ian Romanick1-5/+6
2006-04-12Bump to version 0.4.0.Ian Romanick1-5/+25
2006-03-18Initial import of libpciaccess.Ian Romanick1-0/+493