]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: add filesystem database
authorIago López Galeiras <iagol@microsoft.com>
Mon, 8 Feb 2021 18:54:24 +0000 (19:54 +0100)
committerIago Lopez Galeiras <iagol@microsoft.com>
Wed, 6 Oct 2021 08:52:10 +0000 (10:52 +0200)
commit1315ce3120c2e6850e9386b64fbc4e5c7f34048c
treeacbcc0cf48a8fc0c9b62c22b0742228a7eb0e76e
parent3ef4e91abe19f5aa89e1c022bb5438716c07144f
basic: add filesystem database

Stores filesystem_name -> magic_number(s).
src/basic/check-filesystems.sh [new file with mode: 0755]
src/basic/filesystems-gperf.gperf [new file with mode: 0644]
src/basic/filesystems.c [new file with mode: 0644]
src/basic/filesystems.h [new file with mode: 0644]
src/basic/generate-filesystem-list.py [new file with mode: 0755]
src/basic/meson.build