]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2021-10-06  Masatake YAMATOlsfd: add new man page to Makemodule.am
2021-10-06  Masatake YAMATOlsfd: (adoc) write more about the -o option
2021-10-06  Masatake YAMATOlsfd: (adoc) add proc(5) to SEE ALSO section
2021-10-06  Masatake YAMATOlsfd: (adoc) reorder the options
2021-10-06  Masatake YAMATOlsfd: (adoc) update DESCRIPTION
2021-10-06  Masatake YAMATOlsfd: (adoc) reorder the sections
2021-10-06  Masatake YAMATOlsfd: (adoc) put missing :: at the end of options
2021-10-06  Masatake YAMATOlsfd: fix a typo in DEVTYPE description
2021-10-06  Masatake YAMATOlsfd: wrap code for debugging with #ifdef DEBUG/#endif
2021-10-06  Masatake YAMATOlsfd: convert lines introducing local variable to a...
2021-10-06  Masatake YAMATOlsfd: change the license of the filtering engine to...
2021-10-06  Mario Blättermannlsfd: Add new man page to po4a.cfg
2021-10-06  Mario Blättermannlsfd: Add initial man page
2021-10-06  Mario Blättermannlsfd: Fix typos in lsfd.c
2021-10-06  Karel Zaklsfd: use new scols_line_get_column_data()
2021-10-06  Karel Zaklibsmartcols: add scols_line_get_column_data()
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: add filter engine
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:remove struct fdinfo_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  Masatake YAMATOlsfd: add DEVTYPE column
2021-10-06  Masatake YAMATOlsfd: sort the enumerators about columns
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: add ul_path_next_dirent()
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 Zakbuild-sys: remove lib/procutils.c
2021-10-06  Karel Zaklsfd: use lib/procfs.c
2021-10-06  Karel Zaklsns: use lib/procfs.c
2021-10-06  Karel Zaklsipc: use lib/procfs.c
2021-10-06  Karel Zakuclampset: use lib/procfs.c
2021-10-06  Karel Zaktaskset: use lib/procfs.c
2021-10-06  Karel Zakchrt: use lib/procfs.c
2021-10-06  Karel Zaklslocks: use lib/procfs.c
2021-10-06  Karel Zakkill: use lib/procfs.c
2021-10-06  Karel Zaklib/caputils: use lib/procfs.c
2021-10-06  Karel Zaklslogins: use lib/procfs.c
2021-10-06  Karel Zaklib/procfs: add functions to read /proc/#/ stuff
2021-10-06  Karel Zaklib/path: fstat dir itself
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: move list_free() to list.h
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: fill PROTONAME field of file for mmap'ed socket
2021-10-06  Masatake YAMATOlsfd: add MAPLEN column
2021-10-06  Masatake YAMATOlsfd: introduce a data structure for storing common...
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: read misc character device names from /proc/misc
2021-10-06  Masatake YAMATOlsfd: add CHRDRV column
2021-10-06  Masatake YAMATOlsfd: read character driver names from /proc/devices
2021-10-06  Masatake YAMATOlsfd: add PARTITION column
2021-10-06  Masatake YAMATOlsfd: read /proc/partitions
2021-10-06  Masatake YAMATOlsfd: introduce name_manager
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: 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: move file_class variants after their constructors
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
next