]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'lsfd--tty' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Wed, 8 Nov 2023 11:35:30 +0000 (12:35 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Nov 2023 11:35:30 +0000 (12:35 +0100)
commite0f3b02d579f69580c02feb514751dba12eb5db8
tree974f5157597ce28a4f8ed2d4e7897814a598b63b
parent03ade3384fdf6bcc92a58cda12ef478586011673
parentbedfc7dd72ed7a50758c6290600b51fd8db656dd
Merge branch 'lsfd--tty' of https://github.com/masatake/util-linux

* 'lsfd--tty' of https://github.com/masatake/util-linux:
  tests: (lsfd) add a case testing NAME, SOURCE, ENDPOINTS, and PTMX.TTY-INDEX columns of pts fds
  tests: (test_mkfds::pty) add a new factory
  lsfd: fill ENDPOINTS column for pty devices
  lsfd: add attach_xinfo and get_ipc_class methods to cdev_ops
  lsfd: add PTMX.TTY-INDEX column
  lsfd: utilize /proc/tty/drivers for filling SOURCE column of tty devices
  lsfd: make the order of calling finalize_* and initialize_* consistent