platform/upstream/libpciaccess.git
2009-08-09 Julien CristauSilence compiler warning about pci_id_file_open definition
2009-08-08 Julien Cristauconfigure.ac: fix help text for the linux-rom-fallback...
2009-08-05 Dave Airliepciaccess: make linux rom reading fallback optional
2009-06-30 Jesse BarnesDon't try to use bogus bridge data
2009-05-01 Aaron PlattnerDon't try to write boot_vga since that fails with EACCES
2009-04-30 Dave Airliepciaccess: provide a method to detect if a device is...
2009-04-24 Alan CoopersmithVersion bump: 0.10.6 libpciaccess-0.10.6
2009-04-24 Alan CoopersmithResync COPYING file with code copyright notices
2009-04-18 Alan CoopersmithFix unused variable warnings in Solaris code
2009-04-18 Alan CoopersmithFix $CWARNFLAGS addition
2009-04-18 Alan CoopersmithMove included m4 to a subdir so we can more easily...
2009-04-18 Owain Ainsworthopenbsd_pci.c: use the correct size when mapping the...
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-04-14 Mark KettenisMake libpciaccess on OpenBSD domain-aware.
2009-04-14 Darren SmithBe more paranoid about reading bridge info (#20786)
2009-02-27 Robert NolandFreeBSD: Incorporate several fixes that have accumulated.
2009-02-03 Alan CoopersmithAdd README with pointers to mailing list, bugzilla...
2009-01-28 Paulo Cesar... Janitor: Correct make distcheck and compiler warnings.
2009-01-23 Alan CoopersmithSolaris: Use bus-range properties to limit busses scann...
2008-12-07 Matthieu HerrbFix a logic error in pci_device_netbsd_write()
2008-12-07 Matthieu HerrbSync with OpenBSD code.
2008-11-25 Matthieu HerrbFix a logic error in pci_device_openbsd_write().
2008-11-19 Alan CoopersmithAdd AC_SYS_LARGEFILE to configure.ac
2008-11-19 Alan CoopersmithDon't open/gzopen pci.ids if we're not going to read it
2008-11-19 Alan CoopersmithFill in byte swapping routines for big-endian Solaris...
2008-10-31 Julien CristauBump to 0.10.5 libpciaccess-0.10.5
2008-10-31 Julien CristauMake --without-zlib work
2008-10-30 Robert NolandFix FreeBSD systems which support pci domains.
2008-10-17 Alan CoopersmithVersion 0.10.4 libpciaccess-0.10.4
2008-10-17 Alan CoopersmithAdd scanpci.man to EXTRA_DIST
2008-10-17 Alan CoopersmithUpdate COPYING with the rest of the copyright/license...
2008-10-17 Alan CoopersmithAdd scanpci man page from Xorg
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-16 Alan Coopersmithscanpci: add -v flag to enable verbose mode like old...
2008-10-15 Alan CoopersmithCorrect comment about devices used on Solaris
2008-10-15 Alan CoopersmithFix various typos (mostly in comments)
2008-10-11 Juan RPAdd NetBSD support
2008-10-11 Petr SalingerAdd support for GNU/kFreeBSD
2008-09-23 John Tapsellconfigure.ac: Make mtrr.h test more portable
2008-09-20 Matthieu HerrbOpenBSD: allow 2 successives calls to pci_system_init().
2008-07-08 Kel ModdermanHandle compressed pci.ids
2008-07-08 Julien CristauHide one more private symbol
2008-06-23 Jesse BarnesSupport write combine resource files in Linux sysfs
2008-06-23 Stefan DirschFixed typo in output ("performace" --> "performance").
2008-06-10 Adam Jacksonlibpciaccess 0.10.3 libpciaccess-0.10.3
2008-06-10 Adam Jacksonlibpciaccess 0.10.2 libpciaccess-0.10.2
2008-06-05 Eric AnholtCatch and recover from yet another linux kernel bug...
2008-05-21 Adam JacksonLinux: Fail gracefully on machines without PCI.
2008-05-21 Dave Airliepciaccess: bump to 0.10.1
2008-05-21 Dave Airlielinux: add pci_device_enable entrypoint and sysfs suppo...
2008-05-09 Alan CoopersmithFix lint warnings in solx_devfs.c
2008-05-09 Alan CoopersmithAdd pci_system_solx_devfs_create prototype to pciaccess...
2008-05-09 Alan CoopersmithInitialize err to 0 in pci_device_solx_devfs_map_range
2008-04-16 Keith PackardKludge around linux bug and turn off write-through...
2008-04-07 Hasso TepperAdd DragonFly BSD support
2008-03-29 Danny van DykFix function prototypes for C++
2008-03-14 Stuart BennettBug #13988: Fix reads from "0"-sized ROMs.
2008-03-12 Mark KettenisOpenBSD support for libpciaccess.
2008-03-07 Julien Cristausolaris: add pci_tools.h to OS_SUPPORT
2008-03-06 Adam Jacksonlibpciaccess 0.10 libpciaccess-0.10
2008-03-06 Doug ChapmanBug #14818: Actually return the PCI vendor name, instea...
2008-02-27 Julien CristauDon't export private symbols.
2008-02-19 Julien CristauUse <byteswap.h> when using glibc, not just on linux
2007-12-06 James CloosReplace static ChangeLog with dist-hook to generate...
2007-10-23 Matthias HopfBit-fields have to have type _Bool, signed int, or...
2007-10-18 Ian RomanickUpdate bug reporting link.
2007-10-10 Eric AnholtFreeBSD: for 64-bit BARs, skip the resource slot used...
2007-10-10 Eric AnholtFreeBSD: Don't try to unset an MTRR if we didn't set it.
2007-10-10 Eric AnholtAdd domain output to scanpci.
2007-10-10 Eric AnholtFreeBSD: Add support for multiple PCI domains.
2007-10-09 Eric AnholtFreeBSD: Fix unmap_range to return an error value.
2007-10-09 Eric AnholtFreeBSD: don't set the MTRR if it's the default mode...
2007-09-27 Alan CoopersmithNeed to link with -ldevinfo on Solaris
2007-09-27 Alan CoopersmithFix Solaris build: missing static prototype & typo...
2007-09-11 Eric AnholtAdd FreeBSD MTRR setting support.
2007-09-04 Ian RomanickAdd stub version of pci_device_map_memory_range
2007-09-03 James CloosMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-03 James CloosAdd *~ to .gitignore to skip patch/emacs droppings
2007-09-01 Keith PackardDon't add MTRR for uncached regions. Remove MTRR on...
2007-08-31 Ian RomanickUpdate / add comments in struct pci_mem_region.
2007-08-31 Ian RomanickNew interfaces to map memory with MTRR (or similar...
2007-08-28 Eric AnholtMake the base address printout of scanpci more usable.
2007-08-27 Ian RomanickBump version to 0.9.1 (sigh). libpciaccess-0.9.1 xf86-video-xgi-0.9.1
2007-08-27 Ian RomanickAdd linux_devmem.h to file list.
2007-08-27 Ian RomanickBump version to 0.9.0.
2007-08-24 James CloosRemove deprecated .cvsignore files
2007-08-03 Eric AnholtFreeBSD: Add VGA rom reading through /dev/mem.
2007-08-03 Eric AnholtFreeBSD: Fill in the subdevice ID.
2007-08-03 Eric AnholtMake scanpci exit cleanly if pci_system_init() fails.
2007-06-18 Ian RomanickInitial support for reading expansion ROM via VGA BIOS...
2007-06-06 edward shuLibpciaccess on Solaris Initial integration
2007-03-27 Ian RomanickWhitespace police.
2007-03-27 Ian RomanickDon't pci_device_probe until absolutely necessary.
2007-03-27 Ian RomanickMake sure header_type is available in read_bridge_info.
2007-03-27 Ian RomanickPopulate device and vendor ID fields at device list...
next