]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2020-04-10 Craig SmallMerge branch 'jrybar/procps-pidof-show-worker-pids'
2020-04-10 Jan Rybarpidof: show worker threads
2020-04-10 Jim WarnerNEWS: fix top alpha order, add 'e' command line switch
2020-04-10 Jim Warnertop: for symmetry with 'E' add 'e' command line switch
2020-04-10 Jim Warnerps: eliminated inadvertent trailing double semi-colons
2020-04-10 Jim Warnertop: eliminate inadvertent trailing double semi-colons
2020-04-07 Craig Smalldocs: Mention stime in ps.1
2020-02-27 Craig SmallNEWS: Fix location of sysctl update
2020-02-27 Craig Smallsysctl: config directory order
2020-02-18 Jim Warnertop: restore configuration file backward compatibility
2020-02-18 Jim Warnertop: restore one line of code to sig_endpgm() function
2020-02-06 Craig SmallNEWS: Add missing pgrep note
2020-01-05 Jim Warnerps: for abnormal end allow core dumps (fix qualys bug)
2020-01-05 Jim Warnertop: at abnormal end allow core dumps (fix qualys bug)
2020-01-05 Jim Warnertop: reposition some data due to a translation comment
2020-01-05 Jim Warnertop: whack insidious bug surrounding auto-sized fields
2020-01-05 Craig Smallpgrep: check sanity of SC_ARG_MAX
2019-12-08 Craig Smallv3.3.16 release v3.3.16
2019-12-08 Craig Smalllibrary: Adjust version for release
2019-12-08 Craig Smallnls: sync translations with make diatcheck
2019-11-28 Craig Smallbuild-sys: update man translation makefile
2019-11-12 Craig Smalldocs: more Makefile updates
2019-11-11 Craig Smalldocs: Update translations
2019-11-11 Craig Smallbuild-sys: Use po4a for manpage translations
2019-10-31 Craig Smallbuild-sys: Install translated manpages
2019-10-31 Craig Smalldocs: skill.1 - Remove trailing ^Z
2019-10-28 Craig Smallnls: minor reference updates
2019-10-28 Craig Smallnls: Add all man pages to pot file
2019-10-27 Jim Warnertop: update copyright notations & fix a man page error
2019-10-21 Craig Smallsnice: Fix matching on PID
2019-09-21 Craig SmallMerge branch 'ylecuyer/procps-patch-1'
2019-09-21 Yoann Lecuyertop: fix out-of-band read when using -p with exactly...
2019-09-21 Craig SmallMerge branch 'cbaenziger/procps-pgrep_more_than_4k'
2019-09-21 Clay Baenzigertestsuite: pgrep: Provide test for matching a more...
2019-09-21 Clay Baenzigerpgrep: Use POSIX _SC_ARG_MAX for maximum full command...
2019-09-21 Craig Smallpidof: Fix separator option
2019-09-21 Craig Smallwatch: fix unsetting of COLOR flag
2019-09-21 Craig Smallsysctl: ignore errors from lines starting with -
2019-08-25 Jim WarnerNEWS: add a new item (top), fix one other item (pgrep)
2019-08-25 Jim Warnertop: avoid a potential SEGV during program termination
2019-08-25 Jim Warnertop: tweak logic associated with keyboard translations
2019-07-04 Jim Warnertop: standardize PgUp/PgDn management within task area
2019-07-04 Jim Warnertop: attempt to provide missing xterm vim keys support
2019-03-26 Jim Warnerlibrary: tweak that lxc container support a final time
2019-03-26 Jim Warnertop: just correct a couple of misspellings in comments
2019-03-04 Craig Smallmisc: update for pgrep runstate
2019-03-04 Craig SmallMerge branch 'edneville/procps-issue_109_match_state'
2019-03-04 edpgrep.c: Match based on process run state for issue 109
2019-03-04 Craig SmallMerge branch 'pks-t/procps-pks/sysctl-handle-close...
2019-03-04 Patrick Steinhardtsysctl: do not report set key in case `close_stream...
2019-03-04 Patrick Steinhardtprocio: fix potential out-of-bounds access when write...
2019-03-04 Patrick Steinhardtprocio: use the user-supplied delimiter to split large...
2019-03-04 Patrick Steinhardtdocs: fix "delimeter" typo in fprocopen man page
2019-01-22 Jim Warnertop: improve logic surrounding 'smp_num_cpus' variable
2019-01-22 Jim Warnerlibrary: adapt readproc for the latest lxc conventions
2019-01-02 Jim Warnertop: harden management of 'Hide_pid' array allocations
2019-01-02 Jim Warnertop: enable alternate '+' placement with collapsed pid
2019-01-02 Jim Warnertop: plug a minor hole in the vertical scrolling logic
2018-09-12 Jim Warnertop: a tweak to the forest view collapsed code (again)
2018-09-12 Jim Warnertop: the '#define PRETEND2_5_X' was found to be broken
2018-09-12 Jim Warnertop: the '#define SCROLLVAR_NO' is bent but not broken
2018-08-13 Jim Warnertop: speed up the collapsed children forest view logic
2018-08-13 Jim Warnertop: miscellaneous accumulated tweaks to code/comments
2018-08-08 Craig Smalldocs: Update ps.1 to warn about command name length
2018-08-08 Craig SmallMerge branch 'jrybar/procps-file2strvec-segfault-sanity'
2018-08-08 Jan RybarPossible segfault in file2strvec introduced by latest...
2018-08-08 Craig SmallMerge branch 'simonis/procps-master'
2018-08-08 simonisBuild fails if not done from the source root directory...
2018-08-01 Jim Warnertop: existing 'Inspect' pipe feature now more flexible
2018-08-01 Jim Warnertop: avoid unrecognized 'Inspect' entries memory leaks
2018-08-01 Jim Warnertop: ensure collapsed children cpu reported accurately
2018-07-18 Jim Warnertop: fix the collapsed children cpu segmentation fault
2018-07-18 Jim Warnertop: '^V' is now 'v' (collapse/expand children toggle)
2018-07-18 Jim Warnertop: some minor renaming, reformatting and rearranging
2018-07-17 Jim Warnertop: parent total cpu includes collapsed children, doc
2018-07-17 Jim Warnertop: parent total cpu includes collapsed children, pgm
2018-07-17 Jim Warnertop: a refactor to prepare for including collapsed cpu
2018-06-26 Jim Warnertop: a few tweaks for those scrolling (mostly) changes
2018-06-23 Craig Smallmisc: Remove build badge
2018-06-23 Robert BowmakerFix error in vmstat documentation.
2018-06-23 Jim Warnertop: normalize vertical scrolling for hidden processes
2018-06-23 Jim Warnertop: refactor the 'scroll coordinates' message support
2018-06-23 Jim Warnertop: allow collapsible forest view children, documents
2018-06-23 Jim Warnertop: allow collapsible forest view children, pgm logic
2018-06-23 Jim Warnertop: to prepare for collapse, move forest view support
2018-06-23 Jim Warnertop: 'other filters' saved with config file, documents
2018-06-23 Jim Warnertop: 'other filters' saved with config file, pgm logic
2018-06-23 Jim Warnertop: refactored some more peripheral 'inspect' support
2018-06-23 Jim Warnertop: refactored some of that 'other filtering' support
2018-06-23 Jim Warnertop: reposition some of that 'other filtering' support
2018-06-23 Jim Warnertop: refactor some of that configuration files support
2018-06-23 Jim Warnertop: let's honor <Esc> key on color mapping screen too
2018-06-23 Jim Warnertop: make rcfile duplicate fields check more efficient
2018-06-13 Jim Warnertop: a tweak to the recent 256-color termninal support
2018-06-13 Jim Warnertop: treat all of those vertical scroll keys uniformly
2018-06-13 Jim Warnertop: force return to row 1 for thread mode transitions
2018-06-13 Jim Warnertop: fix 'iokey()' flaw preventing proper translations
2018-06-13 Qualys Security... vmstat: Prevent out-of-bounds writes in new_header...
2018-06-13 Qualys Security... vmstat: Check return values of localtime() and strftime().
2018-06-13 Qualys Security... vmstat: Replace memcmp() with strncmp().
next