]> granicus.if.org Git - procps-ng/shortlog
procps-ng
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().
2018-06-13 Qualys Security... vmstat: getopt*() returns -1 when done, not EOF.
2018-06-13 Qualys Security... w: Clamp maxcmd to the MIN/MAX_CMD_WIDTH range.
2018-06-13 Qualys Security... w: Prevent out-of-bounds reads in print_display_or_inte...
2018-06-07 Craig Smallmisc: Tell po4a to handle email macros
2018-06-07 Jim Warnertop: provide the means to exploit a 256-color terminal
2018-06-07 Jim Warnerlibrary: tweak that change to 'supgrps_from_supgids()'
2018-05-31 Jim Warnerlibrary: avoid problems involving 'supgid' mishandling
2018-05-31 Bjarni Ingi... docs: Tidying of ps,kill and skill manpages
2018-05-31 Craig Smalldocs: use correct units in free.1
2018-05-31 Jim Warnertop: sanitized some potentially corrupt 'Inspect' data
2018-05-31 Jim Warnertop: prevent buffer overruns in 'inspection_utility()'
2018-05-31 Jim Warnertop: add another field sanity check in 'config_file()'
2018-05-31 Jim Warnertop: don't mess with groff line length in man document
2018-05-31 Craig Smallmisc: add asc sign files to ignore
2018-05-19 Craig Smalllibrary: Bump API to 8:0:1 v3.3.15
2018-05-19 Craig Smallmisc: Reorder NEWS
2018-05-19 Craig Smallps: Increase command selection field to 64
2018-05-19 Craig Smalltestsuite: Remove pgrep ?15 char test
2018-05-19 Jim Warnertop: just respond to the increased command name length
2018-05-19 Jim Warnertop: eliminate a couple of warnings of -Wunused-result
2018-05-19 Jim Warnertop: ensure sane rcfile values for the remaining stuff
2018-05-19 Jim Warnertop: Prevent out-of-bounds writes in PUFF(). __Tweaked
2018-05-19 Jim Warnertop: address 'show_special()' o-o-b read/write concern
2018-05-19 Jim Warnertop: Fix out-of-bounds read/write in show_... REVERTED
2018-05-19 Jim Warnertop: prevent buffer overflow potential in all routines
2018-05-19 Jim Warnertop: Prevent buffer overflow in calibrate_... REVERTED
2018-05-19 Jim Warnertop: Protect scat() from buffer overflows. ___REVERTED
2018-05-19 Jim Warnertop: concede integer overflow risks in procs_refresh()
2018-05-19 Jim Warnertop: Prevent integer overflows in procs_re... REVERTED
2018-05-19 Jim Warnertop: check sortindx risk exposure (not treat symptoms)
2018-05-19 Jim Warnertop: Check sortindx. _________________________REVERTED
2018-05-19 Jim Warnertop: other graph_cpus, graph_mems, and summ_mscale fix
2018-05-19 Jim Warnertop: Check graph_cpus, graph_mems, and sum... REVERTED
2018-05-19 Jim Warnertop: Do not default to the cwd in configs_r... Tweaked
2018-05-18 Craig Smallpgrep: Remove >15 warning
2018-05-18 Craig Smallmisc: Update NEWS with CVE and library changes
2018-05-18 Craig Smalllibrary: Increase comm length to 64
2018-05-18 Qualys Security... w: Check return values in print_logintime().
2018-05-18 Qualys Security... w: Replace printf() with fprintf(fout) in print_time_iv...
2018-05-18 Qualys Security... top: Prevent out-of-bounds writes in PUFF().
2018-05-18 Qualys Security... top: Fix out-of-bounds read/write in show_special().
2018-05-18 Qualys Security... top: Harden calibrate_fields().
2018-05-18 Qualys Security... top: Prevent buffer overflow in calibrate_fields().
2018-05-18 Qualys Security... top: Impose a minimum on Screen_cols.
2018-05-18 Qualys Security... top: Prevent integer overflow in adj_geometry().
2018-05-18 Qualys Security... top: Limit Width_mode to SCREENMAX.
2018-05-18 Qualys Security... top: Prevent integer overflows in config_file() and...
2018-05-18 Qualys Security... top: Protect scat() from buffer overflows.
2018-05-18 Qualys Security... top: Always exit from sig_abexit().
2018-05-18 Qualys Security... top: Initialize struct sigaction in before().
next