]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2022-02-27 Jim Warnerlibrary: added important new functionality, <pids> api
2022-02-27 Jim Warnerdoc: minor tweaks affecting three newlib man documents
2022-02-27 Jim Warnertop: just trade an assignement for a manifest constant
2022-02-17 Jim Warnertop: trade that 'strncpy' for more efficient 'memccpy'
2022-02-17 Jim Warnertop: tweak a couple task_show() macros for consistency
2022-02-17 Jim Warnertop: let's eliminate some additional compiler warnings
2022-02-17 Jim Warnertop: attempt to clarify the 'iokey' parameter meanings
2022-02-01 Craig Smallfree: Use wstr width and not length
2022-01-31 Craig Smallfree: Fix first column justification
2022-01-31 Jim WarnerNEWS: updated to acknowledge 'LIBPROC_HIDE_KERNEL' var
2022-01-31 Jim Warnertop: tweak the heck out of some command line help text
2022-01-31 Jim Warnertop: eliminate the potential warnings '-Wsign-compare'
2022-01-31 Jim Warnertop: avoid a potential warning '-Wmaybe-uninitialized'
2022-01-31 Jim Warnertop: avoid a possible warning '-Wimplicit-fallthrough'
2022-01-17 Jim Warnertop: add visual clue when focus toggle ('F') is active
2022-01-17 Jim Warnertop: correct one source comment plus one man page oops
2022-01-17 Jim Warnertop: banish one more warning for '-Wformat-truncation'
2022-01-13 Jim Warnersysctl: eliminate a warning '-Wmisleading-indentation'
2022-01-13 Jim Warnertop: eliminate warnings for '-Wmisleading-indentation'
2022-01-13 Jim Warnertop: eliminate every warning for '-Wformat-truncation'
2022-01-13 Jim Warnerlibrary: Better PID file checks (with one small tweak)
2022-01-07 Craig Smalllibrary: Better PID file checks
2022-01-07 Craig Smallpmap: Fix minor compiler warning
2022-01-07 Jim Warnermisc: fixed several inconsistencies in email addresses
2022-01-07 Craig Smalltop: Fix my email address
2022-01-07 Jim Warnerdoc: updated 3 man pages for 'LIBPROC_HIDE_KERNEL' var
2022-01-07 Jim Warnerlibrary: add support for the 'LIBPROC_HIDE_KERNEL' var
2022-01-07 Jim Warnertop: bust up that overly large 'summary_show' function
2022-01-07 Jim Warnertop: provide for avoiding task focus ('F') distortions
2022-01-07 Jim Warnersysctl: eliminate a warning of '-Wmaybe-uninitialized'
2022-01-07 Jim Warnersysctl: eliminate some warnings of '-Wunused-function'
2022-01-07 Jim Warnersysctl: eliminate some warnings of '-Wunused-variable'
2022-01-07 Jim Warnerlibrary: eliminate that warning of '-Wunused-variable'
2022-01-07 Jim Warnerlibrary: eliminate warning '-Wunused-but-set-variable'
2022-01-07 Jim Warnerlibrary: eliminate those warnings for '-Wpointer-sign'
2022-01-07 Jim Warnermisc: amend the man page & source file copyright dates
2021-12-21 Craig Smallnls: Update man translations
2021-12-20 Jim Warnertop: make the __LINE__ usage and whitespace consistent
2021-12-20 Jim Warnertop: touch up that code for proc mounted as subset=pid
2021-12-16 Jim Warnertop: adapt for running with proc mounted as subset=pid
2021-12-16 Jim Warnerlibrary: reposition those 'info' structures in headers
2021-12-16 Jim Warnerps,top: convert 'PIDS_PROCESSOR' into a signed integer
2021-12-16 Jim Warnerlibrary: change 'PIDS_PROCESSOR' into a signed integer
2021-12-16 Craig SmallFirst cut at subset=pid proc mount handling
2021-11-14 Craig Smallvmstat: Use KiB instead of pages for paged in/out
2021-11-14 Weiping Zhangvmstat: use KiB/s for bi/bo instead of blocks/s
2021-11-14 Jim Warnerlibrary: refine support for multiple concurrent access
2021-11-14 Jim Warnerlibrary: this is why we hate those darn tab characters
2021-11-02 Craig Smalllib: Initialise uptime variables
2021-11-02 Craig Smallpgrep: Fix format security
2021-11-02 Craig Smallpmap: minor Coverity fix for -N option
2021-10-31 Jim Warnertop: tweak some end-of-job logic when separate threads
2021-10-27 Jim Warnerlibrary: remedy several 'coverity scan' resource leaks
2021-10-27 Jim Warnerlibrary: oh no, failed to right-justify 1 comment line
2021-10-26 Craig Smallpgrep: Match on cgroup v2 paths
2021-10-26 Craig SmallNEWS: Add entry for free -h --si fix
2021-10-26 Todd Lewisfix uid/gid > 2^31
2021-10-25 Jim Warnerlibrary: expand warnings in 'warning-suppression' file
2021-10-25 Jim Warnerlibrary: extend thread safety to more static variables
2021-10-18 Jim Warnerdoc: added the new valgrind 'warning-suppression' file
2021-10-18 Jim Warnerlibrary: created a valgrind 'warning-suppression' file
2021-10-18 Jim Warnertop: only use 'pthread_sigmask' under separate threads
2021-10-14 ed nevilleuptime: Correctly print pretty/short format
2021-10-14 Craig Smallvmstat: Add NEWS and man page for previous
2021-10-14 Sanskriti Sharmavmstat: Provides option to omit first report
2021-10-13 林博仁(Buo-ren... misc: Fix typo
2021-10-13 Craig Smallmisc: Add NEWS for ps ignoring SIGURG
2021-10-13 Tommi Rantalaps: ignore SIGURG
2021-10-13 Rafael KitoverRemove autogen.sh libtool prog check #222.
2021-10-12 Craig Smalltestsuite: Make test program compile on Hurd
2021-10-08 Jim Warnertop: restore ending ']' when summary graphs are scaled
2021-10-02 Jim Warnertop: revert part of a patch regarding separate threads
2021-10-02 Jim Warnerlibrary: ensure thread safety via function substitutes
2021-10-02 Jim Warnerlibrary: ensure thread safety for all static variables
2021-09-26 Jim Warnertop: ensure those potential focused tasks stay focused
2021-09-26 Jim Warnertop: overlap some more processing for separate threads
2021-09-26 Jim Warnertop: modify semaphore destruction for separate threads
2021-09-20 Jim Warnertop: reverse the #define defaults for separate threads
2021-09-20 Jim Warnertop: introduce background updates via separate threads
2021-09-20 Jim Warnertop: refactor 3 routines ahead of the separate threads
2021-09-20 Jim Warnertop: tweak end-of-job processing if invoked via signal
2021-09-20 Jim Warnertop: justify those header #define description comments
2021-09-15 Craig Smalldocs: Add note in sysctl.conf.5 for line length
2021-09-15 Craig Smalldocs: Fix comment for priority
2021-09-15 Jan Rybarsysctl: Return non-zero if param setting failed
2021-09-15 Craig Smallmisc: Add NEWS for previous
2021-09-15 Tom Levypgrep: Add a newline after regex error messages
2021-09-15 Craig Smalltestsuite: Add sysctl test for directory checks
2021-09-15 Craig Smallsysctl: Update previous patch for newlib
2021-09-15 Craig Smallsysctl: Support systemd glob patterns
2021-09-08 Jim Warnertop: some minor tweaks supporting long cmdline options
2021-09-06 Jim WarnerNEWS: update to acknowledge top's long cmdline options
2021-09-06 Jim Warnertop: update man document with new long cmdline options
2021-09-06 Jim Warnertop: utilize getopt and introduce long cmdline options
2021-09-06 Jim Warnertop: some minor organizational tweaks for man document
2021-08-24 Jim Warnerlibrary: trade 2 strstr & atoi calls for 1 sscanf call
2021-08-24 Jim Warnerlibrary: just eliminate a couple of unnecessary braces
2021-08-24 Jim Warnertop: and just eliminate a couple of unnecessary braces
2021-08-24 Jim Warnertop: reposition call to cpus_refresh() for consistency
2021-08-24 Jim Warnertop: corrected single man document typographical error
next