]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2021-11-18  Masatake YAMATOlsfd: add --dump-counters option
2021-11-18  Masatake YAMATOlsfd.1.doc: write anout --summary and --counter options
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: (filter) make some data structures its source...
2021-11-18  Masatake YAMATOlsfd: don't define a local variable in the middle of...
2021-11-18  Masatake YAMATOlsfd.1.doc: use delimited literal block notation in...
2021-11-18  Masatake YAMATOlsfd.1.adoc: remove redundant parenthesis from the...
2021-11-18  Masatake YAMATOlsfd.1.adoc: add caution about the CLI stability
2021-11-16  Masatake YAMATOlsfd.1.adoc: fix a typo
2021-11-02  Mario Blättermannlsfd.1.adoc: Add missing underscores
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: (adoc) add more exapmles
2021-10-21  Masatake YAMATOlsfd: remove --source option
2021-10-21  Masatake YAMATOlsfd: add KTHREAD column
2021-10-21  Masatake YAMATOlsfd: (test) add a case for displaying symlinks
2021-10-21  Masatake YAMATOlsfd: (test) add a case for displaying COMMAND column
2021-10-21  Masatake YAMATOlsfd: (test) add a case for displaying socket pairs
2021-10-21  Masatake YAMATOlsfd: (test) add a case for displaying DEV column
2021-10-21  Masatake YAMATOlsfd: (helper) improve the code converting file descrip...
2021-10-21  Masatake YAMATOlsfd: (test) add a case for displaying a character...
2021-10-21  Masatake YAMATOlsfd: add --debug-filter option
2021-10-21  Masatake YAMATOlsfd: (test) add a case for testing SIZE column
2021-10-21  Masatake YAMATOlsfd: (test) add a case for testing FLAGS (wronly,nonbl...
2021-10-21  Masatake YAMATOlsfd: (helper) add "nonblock" parameter to pipe-no...
2021-10-21  Masatake YAMATOlsfd: (helper) update examples in the help message
2021-10-21  Masatake YAMATOlsfd: (helper) add "dentries" parameter to directory...
2021-10-21  Masatake YAMATOlsfd: (helper) add "dir" parameter to directory factory
2021-10-21  Masatake YAMATOlsfd: (test) test POS column
2021-10-21  Masatake YAMATOlsfd: (helper) add "offset" parameter to ro-regular...
2021-10-21  Masatake YAMATOlsfd: (helper) accept an integer argument for a parameter
2021-10-21  Masatake YAMATOlsfd: (helper) add "file" parameter to ro-regular-file...
2021-10-21  Masatake YAMATOlsfd: (helper) allow to pass extra parameters
2021-10-21  Masatake YAMATOlsfd: (helper) use more "const" modifiers
2021-10-21  Masatake YAMATOlsfd: (helper) set proper errno before calling err()
2021-10-21  Masatake YAMATOlsfd: (filter) accept % char as a part of column name
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
next