]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/lsfd.c
build-sys: release++ (v2.38.1)
[thirdparty/util-linux.git] / misc-utils / lsfd.c
2022-07-20  Karel Zaklsfd: fix compiler warning [-Werror=maybe-uninitialized]
2022-07-20  Masatake YAMATOlsfd: add static modifier to nodev_table
2022-03-14  Karel ZakMerge branch 'fix-bsd-crashes-when-mount-not-found...
2022-03-14  Karel ZakMerge branch 'fix_typos' of https://github.com/yurchor...
2022-03-04  Yuri ChornoivanFix minor typos
2021-12-10  Karel ZakMerge branch 'lsfd-blkdev' of https://github.com/masata...
2021-12-08  Masatake YAMATOlsfd: use the list of block devices in /proc/devices...
2021-12-08  Masatake YAMATOlsfd: add a helper function for reading bdevs in /prode...
2021-12-08  Masatake YAMATOlsfd: move the code for reading /proc/devices to lsfd.c
2021-11-29  Karel Zaklsfd: make sure we do not use uninitialized struct...
2021-11-26  Karel ZakMerge branch 'topic/lsfd'
2021-11-24  Karel Zaklsfd: cleanup --summary semantic
2021-11-18  Masatake YAMATOlsfd: add --dump-counters option
2021-11-18  Masatake YAMATOlsfd: implement --summary and --counter options
2021-11-18  Masatake YAMATOlsfd: add a helper function for building filter
2021-11-18  Masatake YAMATOlsfd: don't define a local variable in the middle of...
2021-11-02  Karel Zaklsfd: remove unused --sysroot
2021-11-02  Masatake YAMATOlsfd: delete an unnecessary semicolon
2021-11-02  Masatake YAMATOlsfd: introduce -p/--pid option, pids filter working...
2021-10-28  Masatake YAMATOlsfd: introduce -p/--pid option, pids filter working...
2021-10-21  Masatake YAMATOlsfd: remove --source option
2021-10-21  Masatake YAMATOlsfd: add KTHREAD column
2021-10-21  Masatake YAMATOlsfd: add --debug-filter option
2021-10-21  Masatake YAMATOlsfd: declare local variables at the beginning of block
2021-10-11  Masatake YAMATOlsfd: add FUID and OWNER columns
2021-10-11  Masatake YAMATOlsfd: fill UID column with the process's uid
2021-10-08  Masatake YAMATOlsfd: (filter) give a name to a constant
2021-10-06  Karel Zaklsns: optimize mountinfo use
2021-10-06  Karel Zaklsfd: remove unused code
2021-10-06  Karel Zaklsfd: function rename
2021-10-06  Karel Zakbuild-sys: cleanup lsfd related stuff
2021-10-06  Masatake YAMATOlsfd: fix a typo in DEVTYPE description
2021-10-06  Mario Blättermannlsfd: Fix typos in lsfd.c
2021-10-06  Masatake YAMATOlsfd: collect threads level information if TID is speci...
2021-10-06  Masatake YAMATOlsfd: introduce --source filter option
2021-10-06  Masatake YAMATOlsfd: introduce -Q option for generic filtering
2021-10-06  Masatake YAMATOlsfd: fix a typo in comment
2021-10-06  Karel Zaklsfd: optimize symlinks use
2021-10-06  Karel Zaklsfd: optimize maps use
2021-10-06  Karel Zaklsfd: use only "/proc/#/maps" file
2021-10-06  Karel Zaklsfd: don't use 'long int' for file data
2021-10-06  Karel Zaklsfd: cleanup fdinfo handling
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: add DEVTYPE column
2021-10-06  Masatake YAMATOlsfd: rename the column DEVICE to MAJ:MIN
2021-10-06  Karel Zaklsfd: don't duplicate ASSOC_EXE processing
2021-10-06  Karel Zaklsfd: use one function to all symlinks
2021-10-06  Karel Zaklib/path: use flags for fstatat()
2021-10-06  Karel Zaklsfd: fix ASSOC_EXE use, make file->association use...
2021-10-06  Karel Zaklsfd: cleanup collect_outofbox_files stuff
2021-10-06  Karel Zaklsfd: small cleanup to mountinfo/nodev code
2021-10-06  Karel Zaklsfd: use path_cxt to read process
2021-10-06  Karel Zaklsfd: fix typo, rename function
2021-10-06  Karel Zaklsfd: use lib/procfs.c
2021-10-06  Karel Zaklsfd: revert include/path.h use
2021-10-06  Karel Zaklsfd: add reference to proc from file
2021-10-06  Karel Zaklsfd: reorder function
2021-10-06  Karel Zaklsfd: remove collect_file()
2021-10-06  Karel Zaklsfd: cleanup new file initialization
2021-10-06  Karel Zaklsfd: keep main() at the end of the code
2021-10-06  Karel Zaklsfd: use 'new_' prefix when we allocate something
2021-10-06  Karel Zaklsfd: add --sysroot, use lib/path.c
2021-10-06  Karel Zaklsfd: add --notruncate
2021-10-06  Karel Zaklsfd: tiny change to default colummns initialization
2021-10-06  Masatake YAMATOlsfd: unify nodev lists into global one
2021-10-06  Masatake YAMATOlsfd: don't use threads
2021-10-06  Masatake YAMATOlsfd: add MAPLEN column
2021-10-06  Masatake YAMATOlsfd: increase the threads to collect information
2021-10-06  Masatake YAMATOlsfd: introduce DEVNAME column and use it as default
2021-10-06  Masatake YAMATOlsfd: add a function to get the name of filesystem...
2021-10-06  Masatake YAMATOlsfd: add a stub for fifo type
2021-10-06  Masatake YAMATOlsfd: add MISCDEV column
2021-10-06  Masatake YAMATOlsfd: add CHRDRV column
2021-10-06  Masatake YAMATOlsfd: add PARTITION column
2021-10-06  Masatake YAMATOlsfd: introduce name_manager
2021-10-06  Masatake YAMATOlsfd: add PROTONAME column
2021-10-06  Masatake YAMATOlsfd: allow passing a proc object to the constructors...
2021-10-06  Masatake YAMATOlsfd: make username_cache lsfd-file privaite
2021-10-06  Masatake YAMATOlsfd: add the way to initialize and finalize classes
2021-10-06  Masatake YAMATOlsfd: fill POS and MODE columns for SHM and MEM associa...
2021-10-06  Masatake YAMATOlsfd: introduce new association SHM representing shared...
2021-10-06  Masatake YAMATOlsfd: add code for reading /proc/$pid/maps
2021-10-06  Masatake YAMATOlsfd: introduce fopenf helper function
2021-10-06  Masatake YAMATOlsfd: add stubs for sockets and files of unknown type
2021-10-06  Masatake YAMATOlsfd: simplify class hierarchy
2021-10-06  Masatake YAMATOlsfd: replace POS with MNT_ID in default column set
2021-10-06  Masatake YAMATOlsfd: add MODE column
2021-10-06  Masatake YAMATOlsfd: add FLAGS, MNTID, and POS columns
2021-10-06  Masatake YAMATOlsfd: add infrstructure code for reading fdinfo files
2021-10-06  Masatake YAMATOlsfd: don't collect and print redundant information...
2021-10-06  Masatake YAMATOlsfd: support threads with -l option
2021-10-06  Masatake YAMATOlsfd: print the owner of process as USER
2021-10-06  Masatake YAMATOlsfd: adjust column width for COMMAND
2021-10-06  Masatake YAMATOlsfd: add NLINK and DELETED columns
2021-10-06  Masatake YAMATOlsfd: add columns for SIZE
2021-10-06  Masatake YAMATOlsfd: give column widths
2021-10-06  Masatake YAMATOlsfd: specify column more declarative way
2021-10-06  Masatake YAMATOlsfd: declare JSON type in colinfo entries
2021-10-06  Masatake YAMATOlsfd: add columns for DEV and RDEV
next