OSDN Git Service

Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication
[android-x86/external-libpciaccess.git] / src / solx_devfs.c
2012-04-24 Alan CoopersmithSolaris: refactor pci_device_solx_devfs_map_range to...
2012-04-24 Alan CoopersmithSolaris: Implement map_legacy & legacy_io functions
2012-03-05 Adam JacksonMerge branch 'master' of ssh://git.freedesktop.org...
2012-02-27 Adam JacksonUse O_CLOEXEC for internal file descriptors
2012-02-09 Alan Coopersmithsolx_devfs.c: fix gcc warnings about casting away const...
2012-02-09 Alan CoopersmithSolaris: reorder functions to remove need for lots...
2011-11-18 Henry ZhaoSolaris: improve support for sparc platform
2011-10-15 Alan CoopersmithSolaris: Give better error on realloc failure
2011-03-30 John MartinSolaris support for multiple PCI segments (domains)
2010-11-21 Alan CoopersmithSun's copyrights belong to Oracle now
2010-01-15 Alan CoopersmithUpdate Sun license notices to current X.Org standard...
2009-04-18 Alan CoopersmithFix unused variable warnings in Solaris code
2009-04-15 Alan CoopersmithSun bug 6811468: pci_device_solx_devfs_probe accesses...
2009-04-15 Alan CoopersmithFix const mismatch compiler warnings in Solaris backend
2009-04-15 edward shuSun bug 6785726: libpciaccess needs to use the correct...
2009-01-23 Alan CoopersmithSolaris: Use bus-range properties to limit busses scann...
2008-10-17 Alan CoopersmithMore minor Solaris cleanups
2008-10-17 Alan CoopersmithClean up formatting of solx_devfs.c
2008-10-16 Alan CoopersmithFix bus probing on Solaris/SPARC
2008-10-16 Alan CoopersmithCorrect Sun license notice
2008-10-15 Alan CoopersmithCorrect comment about devices used on Solaris
2008-10-15 Alan CoopersmithFix various typos (mostly in comments)
2008-05-09 Alan CoopersmithFix lint warnings in solx_devfs.c
2008-05-09 Alan CoopersmithInitialize err to 0 in pci_device_solx_devfs_map_range
2007-09-27 Alan CoopersmithFix Solaris build: missing static prototype & typo...
2007-09-03 James CloosMerge branch 'master' of ssh://git.freedesktop.org...
2007-08-31 Ian RomanickNew interfaces to map memory with MTRR (or similar...
2007-06-06 edward shuLibpciaccess on Solaris Initial integration