Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openSUSE/hwinfo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: numtide/hwinfo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 20 commits
  • 23 files changed
  • 7 contributors

Commits on Aug 20, 2024

  1. feat: update usb and pci ids

    They were last updated in 2021.
    
    Signed-off-by: Brian McGee <brian@bmcgee.ie>
    brianmcgee committed Aug 20, 2024
    Copy the full SHA
    6ba11a1 View commit details
  2. feat: add nix flake

    Signed-off-by: Brian McGee <brian@bmcgee.ie>
    brianmcgee committed Aug 20, 2024
    Copy the full SHA
    eeb6b70 View commit details
  3. Merge pull request #1 from brianmcgee/feat/nix-flake

    Feat/nix flake
    brianmcgee authored Aug 20, 2024
    Copy the full SHA
    aa20b96 View commit details

Commits on Aug 21, 2024

  1. Copy the full SHA
    ba62d71 View commit details
  2. Merge pull request #2 from numtide/feat/update-cpu-info

    feat: capture more x86 fields from /proc/cpuinfo
    brianmcgee authored Aug 21, 2024
    Copy the full SHA
    db1f44b View commit details

Commits on Aug 23, 2024

  1. remove malloc.h headers usage

    malloc.h was deprecated many years ago, stdlib.h should be used
    (stdlib.h is already used)
    
    This patch removes malloc.h usage to build host-tools (isdn_cdb,
    mk_isdnhwdb) on systems without malloc.h header
    
    Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
    svlobanov authored and Mic92 committed Aug 23, 2024
    Copy the full SHA
    97700b9 View commit details
  2. fix build with glibc-2.36

    See section 2.1 of https://sourceware.org/glibc/wiki/Release/2.36
    ("Usage of <linux/mount.h> and <sys/mount.h>") for details.
    
    Also, remove a couple of ancient hacks that are no longer relevant after
    the removal of <linux/fs.h> inclusion.
    
    Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
    xen0n authored and Mic92 committed Aug 23, 2024
    Copy the full SHA
    0978d29 View commit details

Commits on Aug 26, 2024

  1. Copy the full SHA
    dfb55cd View commit details
  2. Merge pull request #4 from hsjobeki/master

    Chore: allow system input to be overriden
    Mic92 authored Aug 26, 2024
    Copy the full SHA
    6944732 View commit details

Commits on Sep 4, 2024

  1. Closes #61: refactors redundant condition

    f-matt authored and Mic92 committed Sep 4, 2024
    Copy the full SHA
    2ea219e View commit details
  2. Merge pull request #3 from numtide/hwinfo-more

    Hwinfo cherry-picks
    Mic92 authored Sep 4, 2024
    Copy the full SHA
    843695e View commit details
  3. more portable perl shebangs

    - distributions have scripts to rewrite shebangs on installation and
    they know what locations to rely on.
    - For tests/compilation we should rather rely on the user to have setup
    there PATH correctly.
    
    Upstream discussion in systemd with several other Linux distribution
    maitnainers: systemd/systemd#5816
    Mic92 committed Sep 4, 2024
    Copy the full SHA
    c9f0f9a View commit details
  4. Merge pull request #5 from numtide/shebangs

    more portable perl shebangs
    Mic92 authored Sep 4, 2024
    Copy the full SHA
    42b0144 View commit details

Commits on Sep 26, 2024

  1. Copy the full SHA
    e494ca9 View commit details
  2. Copy the full SHA
    bdb88d1 View commit details
  3. Copy the full SHA
    86b0de0 View commit details
  4. Copy the full SHA
    c34d597 View commit details
  5. Merge pull request #6 from numtide/feat/better-usb-detection

    feat: better usb detection
    Mic92 authored Sep 26, 2024
    Copy the full SHA
    a559f34 View commit details

Commits on Nov 4, 2024

  1. Copy the full SHA
    1ed4b53 View commit details

Commits on Nov 5, 2024

  1. Copy the full SHA
    c225984 View commit details
Loading