summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Removed include sys/io.h for arm builds.tizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_base/20210825.035742submit/tizen_base/20210825.034748submit/tizen_6.5_base/20211028.134101submit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen/20210825.034250submit/tizen/20191227.043226accepted/tizen/unified/20191227.142646accepted/tizen/base/dev/20230602.080828accepted/tizen/base/20221115.103742accepted/tizen/base/20210825.055336accepted/tizen/8.0/base/20231005.044857accepted/tizen/7.0/base/hotfix/20221116.055314accepted/tizen/7.0/base/20221116.025906accepted/tizen/6.5/base/20211028.060254accepted/tizen/6.0/unified/hotfix/20201103.050833accepted/tizen/6.0/unified/hotfix/20201102.233818accepted/tizen/6.0/unified/20201030.110245tizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizen_6.0_hotfixtizen_6.0accepted/tizen_unifiedaccepted/tizen_base_devaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_baseaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedAndrey Kazmin1-1/+1
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 Kim2-2/+3
2014-12-15packaging: Bump to version 0.13.2Nicolas Guyomard1-1/+1
2013-07-06pci_device_solx_devfs_probe: implicit conversion changes signedness warningsAlan Coopersmith1-1/+1
2013-07-06Solaris: Remove #defines for Ultra 45 southbridge device idsAlan Coopersmith1-20/+0
2013-07-06pci_device_solx_devfs_read: fix sign conversion/comparison warningsAlan Coopersmith1-1/+1
2013-07-06Support more pci functions on NetBSD.Thomas Klausner1-0/+325
2013-07-06Fix build on NetBSD-4.Thomas Klausner1-0/+15
2013-07-06Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.Thomas Klausner1-0/+6
2013-06-24pci_id_file_open: move variable inside the #ifndef that uses itAlan Coopersmith1-1/+1
2013-06-11Update NetBSD support.Thomas Klausner1-131/+340
2013-06-11Move 'const' to correct place, so it has meaning.Thomas Klausner1-1/+1
2013-06-07Protect config.h like usual.Thomas Klausner2-0/+6
2013-06-07Bug 63583 - add legacy IO routines for FreeBSDAlan Coopersmith1-0/+146
2013-03-09Solaris: probe improvementHenry Zhao1-292/+128
2013-01-15Solaris: Add domain support for sparc platformHenry Zhao2-88/+29
2013-01-03PCI: set correct mask value when matching for bridges.Egbert Eich1-1/+3
2012-10-21libpciaccess: sparc rom read fixHenry Zhao1-63/+58
2012-10-21libpciaccess: implementation of boot_vga in SolarisHenry Zhao2-0/+22
2012-10-12libpciaccess: fix memory usage errorsMark Logan2-11/+21
2012-05-31Implement legacy io & map for x86 backendSamuel Thibault1-1/+99
2012-04-23Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplicationAlan Coopersmith1-20/+21
2012-04-23Solaris: Implement map_legacy & legacy_io functionsAlan Coopersmith1-2/+135
2012-04-09Bump to 0.13.1libpciaccess-0.13.1Julien Cristau1-1/+1
2012-04-04Fix pci_io_handle allocation routines.Matthieu Herrb1-35/+4
2012-03-14Fix openbsd_pci.c:pci_device_vgaarb_set_target();Thordur Bjornsson1-0/+1
2012-03-05linux: Fix out[bwl] macros on non-I/O architecturesAdam Jackson1-3/+3
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson9-28/+59
2012-02-27linux: Don't use /dev/portAdam Jackson1-13/+50
2012-02-24Use correct type for pci_id file accessor functionsMathias Krause1-2/+2
2012-02-08solx_devfs.c: fix gcc warnings about casting away const when reading dataAlan Coopersmith1-4/+4
2012-02-08Close pci.ids file when bailing out because realloc failedAlan Coopersmith1-1/+2
2012-02-08Solaris: reorder functions to remove need for lots of static prototypesAlan Coopersmith1-201/+174
2012-01-03OpenBSD: Implement map_legacy and legacy_ioMark Kettenis2-2/+152
2011-11-28delete_io_handle: fix deletion of last handleDaniel Drake1-3/+8
2011-11-19Add VGA Arbiter support for OpenBSD.Mark Kettenis2-5/+139
2011-11-19OpenBSD: Indicate that devices need access to legacy VGA resources.Mark Kettenis1-0/+4
2011-11-17Solaris: improve support for sparc platformHenry Zhao1-48/+217
2011-10-24libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir1-1/+11
2011-10-14Solaris: Give better error on realloc failureAlan Coopersmith1-2/+3
2011-10-11linux sysfs: Fix read-write access in map_legacyJeremy Huddleston1-1/+1
2011-10-07Update library version to reflect new APIJeremy Huddleston1-1/+1
2011-10-07linux: Implement map_legacyAdam Jackson1-0/+52
2011-10-07Add map_legacy interfaceAdam Jackson2-0/+48
2011-09-16Strip trailing whitespaceAlan Coopersmith15-623/+623
2011-08-03linux: Fix a crash in populate_devicesAdam Jackson1-1/+1
2011-06-04linux: Only set errno after an errorChris Wilson1-2/+6
2011-03-30Solaris support for multiple PCI segments (domains)John Martin1-62/+88
2010-12-14Fix detection of multi-function cardsBryce Harrington1-2/+2
2010-12-06Revert "Don't try to use bogus bridge data"Jesse Barnes1-4/+0