]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2021-10-21  Masatake YAMATOlsfd: (filter) fix a memory leak
2021-10-21  Masatake YAMATOlsfd: remove prototype decls for removed functions
2021-10-21  Masatake YAMATOlsfd: declare local variables at the beginning of block
2021-10-15  Masatake YAMATOlsfd: remove duplicated an O_ flag entry
2021-10-11  Masatake YAMATObuild-sys: link lib_common to test_procfs
2021-10-11  Masatake YAMATOlsfd: (adoc) write about filter expression
2021-10-11  Masatake YAMATOlsfd: (test) add a case for displaying a directory
2021-10-11  Masatake YAMATOlsfd: (test) add cases for displaying a regular file...
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-10  Masatake YAMATOlsfd: (filter) implement !~, an operator for regex...
2021-10-08  Masatake YAMATOlsfd: (filter) implement =~, an operator for regex...
2021-10-08  Masatake YAMATOlsfd: (filter) make error messages in check_type methods
2021-10-08  Masatake YAMATOlsfd: (filter) give a name to a constant
2021-10-08  Masatake YAMATOlsfd: (filter) whitespace cleanup
2021-10-07  Masatake YAMATOlsfd: (adoc) remove a redundant word
2021-10-07  Karel Zakbuild-sys: fix test_procfs SOURCES
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: 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
next