]> granicus.if.org Git - procps-ng/shortlog
procps-ng
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-06-26 Jim Warnerps: exploited that newly added field 'executable path'
2018-06-26 Jim Warnertop: exploited the newly added field 'executable path'
2018-06-26 Jim Warnerlibrary: expanded to provide for the 'executable path'
2018-06-26 Jim Warnertop: a few tweaks for those scrolling (mostly) changes
2018-06-26 Jim Warnertop: normalize vertical scrolling for hidden processes
2018-06-26 Jim Warnertop: refactor the 'scroll coordinates' message support
2018-06-26 Jim Warnertop: allow collapsible forest view children, documents
2018-06-26 Jim Warnertop: allow collapsible forest view children, pgm logic
2018-06-26 Jim Warnertop: to prepare for collapse, move forest view support
2018-06-26 Jim Warnertop: 'other filters' saved with config file, documents
2018-06-26 Jim Warnertop: 'other filters' saved with config file, pgm logic
2018-06-26 Jim Warnertop: refactored some more peripheral 'inspect' support
2018-06-26 Jim Warnertop: refactored some of that 'other filtering' support
2018-06-26 Jim Warnertop: reposition some of that 'other filtering' support
2018-06-26 Jim Warnertop: refactor some of that configuration files support
2018-06-26 Jim Warnertop: let's honor <Esc> key on color mapping screen too
2018-06-26 Jim Warnertop: make rcfile duplicate fields check more efficient
2018-06-23 Qualys Security... 0125-vmstat: Prevent out-of-bounds writes in new_header...
2018-06-23 Qualys Security... 0124-vmstat: Check return values of localtime() and...
2018-06-23 Qualys Security... 0123-vmstat: Replace memcmp() with strncmp().
2018-06-23 Qualys Security... 0122-vmstat: getopt*() returns -1 when done, not EOF.
2018-06-23 Qualys Security... 0121-w: Clamp maxcmd to the MIN/MAX_CMD_WIDTH range.
2018-06-23 Qualys Security... 0120-w: Prevent out-of-bounds reads in print_display_or...
2018-06-23 Craig Smallmisc: Tell po4a to handle email macros
2018-06-23 Qualys Security... 0095-pmap: Fix extended mode in one_proc().
2018-06-23 Qualys Security... 0093-pmap: Remove dead code in mapping_name().
2018-06-23 Qualys Security... 0092-pmap: Harden one_proc().
2018-06-23 Qualys Security... 0091-pmap: Check sscanf() in discover_shm_minor().
2018-06-23 Qualys Security... 0090-pmap: Fix output format of VmFlags.
2018-06-23 Qualys Security... 0089-pmap: Prevent buffer overflow in sscanf().
2018-06-23 Qualys Security... 0088-pmap: Always check the return value of fgets().
2018-06-23 Qualys Security... 0087-pmap: Fix parsing error in config_read().
2018-06-23 Qualys Security... 0086-pmap: Prevent integer overflow in main().
2018-06-23 Qualys Security... 0085-pmap.c: Plug memory leak in range_arguments().
2018-06-23 Qualys Security... 0027-skill: Prevent multiple overflows in ENLIST().
2018-06-23 Qualys Security... 0026-skill: Fix double-increment of pid_count.
2018-06-23 Qualys Security... 0024-skill: Always NULL-terminate argv.
2018-06-23 Qualys Security... 0023-skill: Fix getline() usage.
2018-06-23 Qualys Security... 0022-skill: Simplify the kill_main() loop.
2018-06-23 Qualys Security... 0021-pwdx: Fix a misleading comment.
2018-06-23 Qualys Security... 0020-pidof: Prevent integer overflows with grow_size().
2018-06-23 Qualys Security... 0019-pidof: Do not memleak pidof_root if multiple ...
2018-06-23 Qualys Security... 0018-pidof: Do not skip the NULL terminator in cmdline.
2018-06-23 Qualys Security... 0017-pidof: Get the arg1 base name with get_basename().
2018-06-23 Qualys Security... 0015-tload: Prevent integer overflows of ncols, nrows...
2018-06-23 Qualys Security... 0014-tload: Prevent a buffer overflow when row equals...
2018-06-23 Qualys Security... 0013-tload: Use snprintf() instead of sprintf().
2018-06-23 Qualys Security... 0012-tload: Call longjmp() 1 instead of 0.
2018-06-23 Qualys Security... 0011-tload: Use standard names instead of numbers.
2018-06-23 Qualys Security... 0009-uptime: Check the return value of various functions.
2018-06-23 Qualys Security... 0007-pgrep: Always null-terminate the cmd*[] buffers.
2018-06-23 Qualys Security... 0006-pgrep: Initialize the cmd*[] stack buffers.
2018-06-23 Qualys Security... 0005-pgrep: Simplify the match_*() functions.
2018-06-23 Qualys Security... 0004-pgrep: Replace buf+1 with buf in read_pidfile().
2018-06-23 Qualys Security... 0003-pgrep: Replace ints with longs in strict_atol().
2018-06-23 Qualys Security... 0002-pgrep: Prevent integer overflow of list size.
2018-06-09 Jim Warnertop: a tweak to the recent 256-color termninal support
2018-06-09 Jim Warnertop: treat all of those vertical scroll keys uniformly
2018-06-09 Jim Warnertop: force return to row 1 for thread mode transitions
2018-06-09 Jim Warnertop: fix 'iokey()' flaw preventing proper translations
2018-06-09 Qualys Security... 0067-ps/sortformat.c: Avoid "sep_loc + 1" when sep_loc...
2018-06-09 Qualys Security... 0066-ps/sortformat.c: Handle large width in aix_format_...
2018-06-09 Qualys Security... 0065-ps/sortformat.c: Catch negative width in format_pa...
2018-06-09 Qualys Security... 0064-ps/sortformat.c: Double-check chars in verify_shor...
2018-06-09 Qualys Security... 0062-ps/display.c: Always exit from signal_handler().
2018-06-09 Qualys Security... 0061-ps/output.c: Always null-terminate outbuf in show_...
2018-06-09 Qualys Security... 0060-ps/output.c: Protect outbuf in various pr_*()...
2018-06-09 Qualys Security... 0059-ps/output.c: Enforce a safe range for max_rightward.
2018-06-09 Qualys Security... 0058-ps/output.c: Replace strcpy() with snprintf()...
2018-06-09 Qualys Security... 0057-ps/output.c: Remove the page_shift variable.
2018-06-09 Qualys Security... 0056-ps/output.c: Check return value of mmap() in init_...
2018-06-09 Qualys Security... 0055-ps/display.c: Harden show_tree().
2018-06-09 Qualys Security... 0054-ps/output.c: Fix outbuf overflows in pr_args(...
2018-06-09 Qualys Security... 0053-ps/output.c: Harden forest_helper().
2018-06-09 Qualys Security... 0052-ps/output.c: Handle negative snprintf() return...
2018-06-09 Qualys Security... 0048-ps/output.c: Make sure all escape*() arguments...
2018-06-09 Jim Warnerps: move other initialization code after setREL macros
2018-06-09 Jim Warnerps: ensure functions not called prior to setREL macros
2018-06-09 Jim Warnerps/output.c: eliminate one irritating compiler warning
2018-06-09 Jim Warnertop: provide the means to exploit a 256-color terminal
2018-06-09 Jim Warnertop: sanitized some potentially corrupt 'Inspect' data
2018-06-09 Jim Warnertop: prevent buffer overruns in 'inspection_utility()'
2018-06-09 Jim Warnertop: add another field sanity check in 'config_file()'
2018-06-09 Jim Warnertop: don't mess with groff line length in man document
2018-06-09 Jim Warnerlibrary: avoid problems involving 'supgid' mishandling
2018-06-09 Jim Warnerlibrary: refactor #define FALSE_THREADS dependent code
2018-06-09 Jim Warnerlibrary: clean up some miscellaneous compiler warnings
2018-06-09 Jim Warnertop: just respond to the increased command name length
2018-06-09 Jim Warnertop: eliminate a couple of warnings of -Wunused-result
2018-06-09 Jim Warnertop: ensure sane rcfile values for the remaining stuff
2018-06-09 Jim Warnertop: Prevent out-of-bounds writes in PUFF(). __Tweaked
2018-06-09 Jim Warnertop: address 'show_special()' o-o-b read/write concern
2018-06-09 Jim Warnertop: prevent buffer overflow potential in all routines
2018-06-09 Jim Warnertop: check sortindx risk exposure (not treat symptoms)
2018-06-09 Jim Warnertop: other graph_cpus, graph_mems, and summ_mscale fix
2018-06-09 Jim Warnertop: Do not default to the cwd in configs_r... Tweaked
2018-06-09 Jim Warnerlibrary: adapt for increased (cmd) program name length
2018-06-09 Qualys Security... 0117-top: Prevent out-of-bounds writes in PUFF().
next