master
lsfd: add new association "pidfs"
libsmartcols: don't include hidden headers in column width calculation
tests: (lsfd) don't compare inodes
tests: (lsfd::column-mntid) add a new case
lsfd: fill MNTID coulmn for exe, cwd, and rtd assocations
test: (lsfd) add a subcase for testing NAME column for a deleted file
lsfd: test: Adapt test cases for pidfs
lsfd: extend nodev table to decode "btrfs" on SOURCE column
tests: (lsfd) add a case testing 'm' flag in XMODE column
tests: (lsfd) add a case testing ERROR type appeared in TYPE column
tests: don't keep bison messages in tests
test: (lsfd) add a case for testing bpf-link related columns
tests: (lsfd) extend the cases for testing BPF.NAME column
tests: (lsfd::mkfds-bpf-prog) verify BPF-PROG.{ID,TAG} column
lsfd: add TUN.DEVNETNS column
lsfd: fill SOCK.NETNS column for tuntap
tests: (lsfd) verify SOCK.NETID and ENDPOINTS for sockets made in another netns
tests: (lsfd::mkfds-inotify) consider environments not having / as a mount point
tests: (lsfd::mkfds-inotify-btrfs) test INOTIFY.INODES cooked output
tests: (lsfd) add mkfds-io_uring test case
tests: (lsfd) add mapped-bpf-map test case
lsfd: add PACKET.PROTOCOL.RAW, a new column
lsfd: refer to /proc/$pid/map_files if a mapped file is masked
tests: (lsfd) add a case testing XMODE.m for classical syscalls for multiplexing
tests: update to reflect libsmartcols changes
tests: (lsfd) add a case testing NAME, SOURCE, ENDPOINTS, and PTMX.TTY-INDEX columns of pts fds
lsfd: decode protocol numbers of RAW and RAW6 sockets
tests: (lsfd::mkfds-socketpair) make a case for testing DGRAM a subtest and add a subtest for STREAM
lsfd: append SOCK.SHUTDOWN value to ENDPOINTS column of UNIX-STREAM sockets
tests: (lsfd) extend the mkfds-socketpair case to test ENDPOINTS with SOCK.SHUTDOWN info
tests: (lsfd) add a case for testing SOCK.SHUTDOWN column
tests: (lsfd::mkfds-*) alter the L4 ports for avoiding the conflict with option-inet test case
lsfd: fill SOCK.NETNS even when sock_diag netlink can't report sockets
tests: (lsfd) add a case for testing timerfd related columns
tests: (lsfd/mkfds-udp*) make UDPLite related test cases skippable
tests: (lsfd::mkfds-unix-dgram, refactor) split the test into subtests
lsfd: fill ENDPOINTS column for UNIX one-way sockets
lsfd: add UNIX.IPEER column
fix spelling and typos
tests: (lsfd) don't run the unix-stream testcase including newlines in the path on qemu-user
lsfd: support AF_VSOCK sockets
lsfd: (bugfix) do not reuse stat(2) buffer for files with identical names
lsfd: revise the code disabling hyperlinks
lsfd: enable hyperlinks only for regular files and directories
lsfd: don't enable hyperlinks for deleted files
lsfd: add --hyperlink command line option
tests: (lsfd/option-inet{,-udp}) make UDPLite related test case skippable
lsfd: introduce -p/--pid option, pids filter working in the early stage