]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/lsfd-sock.c
lsfd: use xstrdup() if included xalloc.h
[thirdparty/util-linux.git] / misc-utils / lsfd-sock.c
2023-03-02  Karel Zaklsfd: use xstrdup() if included xalloc.h
2022-11-24  Karel ZakMerge branch 'fix-exfat2' of https://github.com/mbroz...
2022-11-24  Karel ZakMerge branch 'lsfd-nsfs' of https://github.com/masatake...
2022-11-23  Masatake YAMATOlsfd: introduce is_opened_file macro
2022-10-10  Karel ZakMerge branch 'lsfd-sock-column-namespace' of https...
2022-10-03  Masatake YAMATOlsfd: <breaking comaptiblity> move PROTONAME column...
2022-10-03  Masatake YAMATOlsfd: introduce SOCK. column namespace
2022-10-03  Karel ZakMerge branch 'lsfd-inet-xinfo' of https://github.com...
2022-10-01  Masatake YAMATOlsfd: cosmetic change, delete whitespaces
2022-10-01  Masatake YAMATOlsfd: add SOCKLISTENING column
2022-09-30  Karel ZakMerge branch 'patch-1' of https://github.com/sashashura...
2022-09-30  Karel ZakMerge branch 'lsfd-sock-unix-xinfo' of https://github...
2022-09-24  Masatake YAMATOlsfd: add new columns: SOCKNETNS, SOCKSTATE, and SOCKTY...
2022-09-24  Masatake YAMATOlsfd: facilitate the way to attach extra info loaded...
2022-09-13  Karel ZakMerge branch 'luks/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'bcache/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'erofs/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'f2fs/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'exfat/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'btrfs/checksum' of https://github.com...
2022-09-13  Karel ZakMerge branch 'lsfd-refine-columns' of https://github...
2022-09-12  Masatake YAMATOlsfd: use NAME column to show cooked file names
2022-09-09  Masatake YAMATOlsfd: use TYPE column to show cooked file types
2022-04-19  Karel ZakMerge branch 'fdisktestsppc64le' of https://github...
2021-11-26  Karel ZakMerge branch 'topic/lsfd'
2021-10-06  Karel Zaklsfd: don't use 'long int' for file data
2021-10-06  Karel Zaklsfd: split new_file(), remove map_file_data
2021-10-06  Masatake YAMATOlsfd: rename DEVNAME column to SOURCE
2021-10-06  Masatake YAMATOlsfd: remove redundant "nodev:" prefix from DEVNAME...
2021-10-06  Karel Zaklsfd: add reference to proc from file
2021-10-06  Karel Zaklsfd: cleanup new file initialization
2021-10-06  Karel Zaklsfd: use 'new_' prefix when we allocate something
2021-10-06  Masatake YAMATOlsfd: fill PROTONAME field of file for mmap'ed socket
2021-10-06  Masatake YAMATOlsfd: add MAPLEN column
2021-10-06  Masatake YAMATOlsfd: introduce DEVNAME column and use it as default
2021-10-06  Masatake YAMATOlsfd: replace "socket:" in NAME of SOCKET with its...
2021-10-06  Masatake YAMATOlsfd: add PROTONAME column
2021-10-06  Masatake YAMATOlsfd: move file_class variants after their constructors
2021-10-06  Masatake YAMATOlsfd: add stubs for sockets and files of unknown type