]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'lsfd--misc-tun' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 3 Jul 2023 10:38:48 +0000 (12:38 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jul 2023 10:38:48 +0000 (12:38 +0200)
commit3e2e4c32e8a8169c8f0ad09d55c4fad4e100fd45
treed19c0a54d3aac8870a216c4bfd52b7188110657e
parentc8e36ed4db8f0cbf89ca898cd389c2a8de27ce63
parent0cac072b646c97d37bbebf8b54c6ade479fdda3c
Merge branch 'lsfd--misc-tun' of https://github.com/masatake/util-linux

* 'lsfd--misc-tun' of https://github.com/masatake/util-linux:
  tests: (lsfd) add a case testing TUN.IFACE column
  tests: (mkfds) add a factor for opening tun device
  lsfd: add TUN.IFFACE, a column for interfaces behind tun devices
  lsfd: (refactor) move miscdev specific code to cdev_misc_ops
  lsfd: (refactor) make the way to handle character devices extensible
  lsfd: (refactor) introduce a content data type for char devices