summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Released as 3.5.6Martin Mares2017-11-171-2/+2
|
* Released as 3.5.5v3.5.5Martin Mares2017-07-051-2/+2
|
* Released as 3.5.4v3.5.4Martin Mares2017-02-261-2/+2
|
* Released as 3.5.3v3.5.3Martin Mares2017-02-151-3/+3
|
* Released as 3.5.2v3.5.2Martin Mares2016-10-031-2/+2
|
* Released as 3.5.0.v3.5.0Martin Mares2016-05-191-2/+2
|
* Released as 3.4.1.v3.4.1Martin Mares2016-01-031-3/+3
|
* Released as 3.4.0.v3.4.0originMartin Mares2015-09-141-2/+2
|
* Released as 3.3.1.Martin Mares2015-04-091-3/+3
|
* Add virtio vendor capability supportGerd Hoffmann2015-01-221-1/+1
| | | | | | | | | | | virtio uses vendor-specific capabilities to specify the location of the virtio register ranges. The specification can be found here: http://docs.oasis-open.org/virtio/virtio/v1.0/cs01/virtio-v1.0-cs01.html#x1-690004 This patch adds support for decoding these capabilities to lspci. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Released as 3.3.0.Martin Mares2014-11-101-3/+3
|
* Configure: HWDB is specific for LinuxMartin Mares2014-11-021-0/+3
|
* Fix building shared libraries on DarwinRichard Yao2014-11-011-2/+10
| | | | | | | | | The original patch by Apple did not support building shared libraries on Darwin. This corrects that oversight. It also fixes a few other miscellaneous issues like incorrect platform detection and the lack of an entry in the README file. Signed-off-by: Richard Yao <ryao@gentoo.org>
* Released as 3.2.1.Martin Mares2013-11-101-2/+2
|
* Released as 3.2.0.v3.2.0Martin Mares2013-04-191-2/+2
|
* Minor cleanup of the previous patchMartin Mares2013-04-011-7/+8
|
* install: split out pcilib install to a dedicated targetKevin Pyle2013-04-011-5/+9
| | | | | | | The "install" target manages one set of files, and the "install-pcilib" target manages a different set. They both install the pci library though so if you try to run `make -j install install-pcilib`, things randomly fail. So split out the commonly installed files into a dedicated target.
* On newer Linux systems, use libkmod to look up kernel modulesMartin Mares2013-04-011-1/+7
| | | | | With modutils built upon libkmod, modules.pcimap does not exist any longer.
* Use symbol versioning for our new member of struct pci_devMartin Mares2013-04-011-0/+1
|
* Released as 3.1.10.v3.1.10Martin Mares2012-06-251-2/+2
|
* Released as 3.1.9.v3.1.9Martin Mares2012-01-141-3/+3
|
* Released as 3.1.8.v3.1.8Martin Mares2011-10-021-3/+3
|
* Released 3.1.8-test1 to check the port changesMartin Mares2010-12-041-2/+2
|
* Released 3.1.7.v3.1.7Martin Mares2010-01-311-2/+2
|
* Released as 3.1.6.v3.1.6Martin Mares2010-01-241-2/+2
|
* Released as 3.1.5.v3.1.5Martin Mares2010-01-191-2/+2
|
* It's 2010 nowMartin Mares2010-01-191-1/+1
|
* Released as 3.1.4.Martin Mares2009-08-141-2/+2
|
* Released as 3.1.3.v3.1.3darwinMartin Mares2009-07-041-2/+2
|
* file timestamp not needed in pci.ids.gzGilles Espinasse2009-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File timestamp (and file name) have no use for pci.ids.gz This allow to produce the exact same file even when compiled at different times. That make paranoid happy. Even gzip-1.2.4 from 1993 support -n option Concerning the fact that -n did not include file name, that does not matter unless the compressed file is moved under a different name and later -N option is used to open the file. [chroot-i486] root:/$ gzip -9 /usr/share/pci.ids [chroot-i486] root:/$ gzip -l /usr/share/pci.ids.gz compressed uncompressed ratio uncompressed_name 161106 590309 72.7% /usr/share/pci.ids [chroot-i486] root:/$ mv /usr/share/pci.ids.gz /usr/share/pci.foo.gz [chroot-i486] root:/$ gzip -lN /usr/share/pci.foo.gz compressed uncompressed ratio uncompressed_name 161106 590309 72.7% /usr/share/pci.ids [chroot-i486] root:/$ gzip -dN /usr/share/pci.foo.gz [chroot-i486] root:/$ ls -l /usr/share/pci.ids -rw-r--r-- 1 root root 590309 Jun 26 07:59 /usr/share/pci.ids [chroot-i486] root:/$ gzip -9n /usr/share/pci.ids [chroot-i486] root:/$ mv /usr/share/pci.ids.gz /usr/share/pci.foo.gz [chroot-i486] root:/$ gzip -lN /usr/share/pci.foo.gz compressed uncompressed ratio uncompressed_name 161098 590309 72.7% /usr/share/pci.foo Signed-off-by: Gilles Espinasse <g.esp@free.fr>
* Released as 3.1.2.v3.1.2Martin Mares2009-02-011-2/+2
|
* Released as 3.1.1.v3.1.1Martin Mares2009-01-301-2/+2
|
* Released as 3.1.0.v3.1.0Martin Mares2009-01-181-3/+3
|
* Released -alpha4.Martin Mares2008-12-131-2/+2
|
* Released as -alpha3.v3.1-alpha3Martin Mares2008-12-131-2/+2
|
* Released as -alpha2.v3.1-alpha2Martin Mares2008-11-211-2/+2
|
* Split lspci to multiple source files.Martin Mares2008-11-211-2/+10
|
* Released as 3.1.0-alpha1.v3.1-alpha1Martin Mares2008-11-111-2/+2
|
* Released as 3.0.3.v3.0.3Martin Mares2008-11-091-2/+2
|
* Better support for cross-compiling.Alon Bar-Lev2008-11-091-2/+4
| | | | | | | | | | | | | | | | It is difficult to cross compile pciutils, as the host is not standard 3 or 4 components and one need to pass all tools cross compile prefixes. The attached patch makes it easier: 1. Add CROSS_COMPILE prefix for all toolchain tools. I also changed default CC to gcc, I can fix this if you like. 2. Allow parsing standard HOST, such as i686-pc-linux-gnu. 3. Make rel be RELEASE, maybe the whole release thing can be removed as it is not actually used. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* Forgot to bump the version number.v3.0.2Martin Mares2008-09-191-2/+2
|
* Released as v3.0.1.v3.0.1Martin Mares2008-09-111-2/+2
|
* Updated API and ABI version and released as 3.0.0.v3.0.0Martin Mares2008-04-101-3/+3
|
* Released as 2.99.1-alpha2.Martin Mares2008-02-201-1/+1
|
* Released as 2.99.1-alpha1.Martin Mares2008-02-181-3/+3
|
* When installing the shared library, create the appropriate symlinks as well.Martin Mares2008-02-181-0/+7
|
* Moved the example program from lib/example.c to example.c.Martin Mares2008-02-171-2/+6
| | | | | Also, include it in the default targets, so that we always check that it builds correctly.
* Added infrastructure for building libpci as a shared library.Martin Mares2008-02-171-12/+23
| | | | | Use `make SHARED=yes' or `make SHARED=local' to enable this feature. Restriction of symbol exports and symbol versioning will come soon.
* Cleanup of the Makefile system.Martin Mares2008-02-171-6/+17
| | | | | | Parameters of the configure script are passed from the top-level Makefile in environment variables. DNS support has been made a regular build option with an attempt at its auto-detection.
* Do not forget pcilib.7 in `make uninstall'.Martin Mares2008-02-131-0/+1
|