]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'lsfd-sock-unix-xinfo' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Fri, 30 Sep 2022 08:44:55 +0000 (10:44 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 30 Sep 2022 08:44:55 +0000 (10:44 +0200)
commite70e5258c05b856842ce5bd2ab2d6cb4d440162b
tree65521f077e5ce93c500febb376fa174e3c324cf7
parente0b15af484e6e0c05d3af1bf6cd226ca9252849a
parent55529a2620d5fd3cc549c38bf50455748da9020f
Merge branch 'lsfd-sock-unix-xinfo' of https://github.com/masatake/util-linux

* 'lsfd-sock-unix-xinfo' of https://github.com/masatake/util-linux:
  tests: (lsfd) add a case for testing SOCKNETNS column
  tests: (lsfd) extend unix-stream test case to test SEQPACKET socket
  tests: (lsfd) add a case testing UNIX+DGRAM socket
  tests: (lsfd) add a case testing UNIX-STREAM sockets
  tests: (mkfds) add a factory making unix sockets
  lsfd: (man) write about UNIX-STREAM and UNIX sockets
  lsfd: use extra information loaded from /proc/net/unix
  lsfd: add new columns: SOCKNETNS, SOCKSTATE, and SOCKTYPE as stubs
  lsfd: facilitate the way to attach extra info loaded from /proc/net/* to sockets
  tests: (mkfds) quit when a byte is given via standard input
  tests: (mkfds) call close method of factory only when it is specified
  tests: (mkfds) cosmetic change, deleting empty lines
  tests: (mkfds) add boolean, a new parameter type
  tests: (mkfds) add a method for printing factory specific data to struct factory
  tests: (mkfds) allow a factory to make a factory specific temporarily data
  tests: (mkfds) delete unused "child" parameter for factories
  tests: (mkfds) delete per-factory "fork" field