]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2021-02-09 Jim Warnertop: update the man page & source file copyright dates
2021-02-09 Jim Warnerdocs: bring 2 man pages into agreement regarding sorts
2021-02-09 Jim Warnerlibrary: tweak 'other' user/group names for efficiency
2021-01-21 Craig Smalldocs: vmstat.8 - swap is not virtual memory
2021-01-21 Craig Smallmisc: Update Craig's email
2021-01-21 Jim Warnerdocs: adapt procps_misc.3 for new 'misc.h' header file
2021-01-21 Jim Warnerall: make buildable again for new 'misc.h' header file
2021-01-21 Jim Warnerlibrary: combine 4 files into new 'misc.h' header file
2021-01-21 Jim Warnerdocs: update copyright, revision plus name for 2 pages
2021-01-21 Jim Warnerlibrary: reduce overhead for another 'escape' function
2021-01-21 Jim Warnerlibrary: improve performance for one 'escape' function
2021-01-21 Jim Warnertop: a silly change forcing right margin justification
2021-01-02 Jim Warnertop: allow setting variable width col scroll (1 vs. 8)
2021-01-02 Jim Warnertop: relocate the 'fatal_proc_unmounted' function call
2021-01-02 Jim Warnerlibrary: refactor 'escape' logic for newlib (2nd time)
2020-12-28 Jim Warnerlibrary: refactor 'escape' logic for newlib essentials
2020-12-28 Jim Warnertop: added utf8 multibyte support to additional fields
2020-12-28 Jim Warnerps: extend utf8 multibyte support to additional fields
2020-12-28 Jim Warnerlibrary: fix a potential error relating to 'exe' logic
2020-12-28 Jim Warnerlibrary: extend ITEMTABLE_DEBUG just a tad, <PIDS> api
2020-12-28 Jim Warnertop: add pids_item enumerator as comments to task_show
2020-12-28 Jim Warnermisc: just a couple cosmetic changes for comments only
2020-12-22 Craig Smallps: Stop crash if using test fields
2020-12-22 Craig Smallpgrep: Remove memory leak
2020-12-22 Alexandr MiasnikovIf you use echo -e $(put sgr0)"text" - reset color...
2020-12-22 Craig Smallbuild-sys: Make pwait test dependent on pwait built
2020-12-22 Craig Smallmisc: Add pwait to news
2020-12-22 Craig Smallbuild-sys: Change pwait dependency
2020-12-22 Craig SmallMerge branch 'awilfox/procps-utmpx-support'
2020-12-22 Craig SmallMerge branch 'teknoraver/procps-master'
2020-12-22 Craig Smallpgrep: fix missed change
2020-12-22 Craig Smallmisc: Add watch extra colours to NEWS
2020-12-22 Nipunn KoorapatiSupporting bright colors with ncurses
2020-12-22 Nipunn KoorapatiAdd comments and limit to standard colors
2020-12-22 Nipunn Koorapatibugfix - increment endpointer when parsing color_escape...
2020-12-22 Craig Smalltestsuite: Add pwait tests
2020-12-22 Alex Xu (Hello71)pgrep: add pwait
2020-12-22 Nipunn Koorapatiwatch: Support wide char ncurses on mac with enable...
2020-12-22 Samanta Navarromisc: fix typos in manual pages
2020-12-22 Jan Rybarpkill manpage to document '-e' option
2020-12-22 Craig Smallbuild-sys: Remove refs to old manpage
2020-12-22 Jan Rybarpidof: new option to show cmdline-less PIDs (kernel...
2020-12-22 Stephen BrennanSet TZ to avoid repeated stat("/etc/localtime")
2020-12-22 ivan tkachenkodocs: Consistent style across watch.1
2020-12-22 Craig Smallmisc: Document sysctl change bug
2020-12-21 Craig Smalldocs: Merge procps_uptime_* into procps_misc.3
2020-12-21 Craig Smalldoc: fix typo in procps_misc
2020-12-21 Craig Smalldocs: Merge procps_ns_* into misc
2020-12-21 Craig Smalldocs: Merge procps_linux_version into misc
2020-12-17 Craig Smallmisc: Add test_nsutils to gitignore
2020-10-24 Jim Warnerbuild-sys: a small tweak to the new 'check-lib' target
2020-10-24 Jim Warnerlibrary: a tweak to the UNREF_RPTHASH code, <pids> api
2020-10-24 Craig Smalldocs: Add procps_misc.3 manpage
2020-10-19 Craig Smallfree,slabtop,uptime: complain about extra ops
2020-10-19 Craig Smallwatch: Add no linewrap option
2020-10-19 Craig Smallbuild-sys: Build check programs only on make check
2020-10-19 Craig Smallbuild-sys: Add check-lib target
2020-10-11 Jim Warnerlibrary: tweak that history hash algorithm, <pids> api
2020-10-11 Jim Warnerlibrary: tweak the memory allocation logic, <pids> api
2020-09-24 Craig Smallps: Match on truncated 16 char for -C
2020-09-16 Jim Warnertop: fix additional SEGVs if no tasks were displayable
2020-09-13 Craig Smallvmstat: Null the diskstats pointer
2020-09-13 Jim Warnertop: fix potential SEGV when no tasks were displayable
2020-09-13 Jim Warnertop: update user/system cpu % graph content (man page)
2020-09-13 Jim Warnerlibrary: tweak those system cpu statistics, <stat> api
2020-09-13 Jim Warnerlibrary: eliminate unused 'FUNCTION' in private header
2020-09-13 Jim Warnerbuild-sys: updated autoscan for that configure.ac file
2020-08-26 Jim Warnerlibrary: eliminate one potential source of human error
2020-08-26 Jim Warnertop: even more useless cosemetic stuff (only comments)
2020-08-26 Jim Warnertop: more useless cosemetic changes (chiefly comments)
2020-08-24 Jim Warnerlibrary: fix a flaw in one 'new' function, <diskstats>
2020-08-18 Jim Warnerbuild-sys: proper fix for the 'test_Itemtables' module
2020-08-17 Craig Smallbuild-sys: Check return values and NULL ctx
2020-08-17 Jim Warnerbuild-sys: added a 'test_Itemtables' to testing scheme
2020-08-17 Jim Warnerbuild-sys: fix some important 'tests.h' related issues
2020-08-17 Jim Warnerbuild-sys: tweak make & activate some overlooked tests
2020-08-13 Jim Warnerlibrary: introduced 'Item_table' validation provisions
2020-08-13 Jim Warnerlibrary: added MAXTABLE macro to proc/procps-private.h
2020-08-13 Jim Warnerlibrary: <diskstats> api, regularize macro conventions
2020-08-09 Jim Warnerlibrary: <vmstat> api, updated for current linux state
2020-08-09 Jim Warnerlibrary: <meminfo> api, update for current linux state
2020-07-29 Jim Warnerlibrary: ensure 'XTRA_PROCPS_DEBUG' works in real life
2020-07-29 Jim Warnerlibrary: added some justification emphasis, <pids> api
2020-07-29 Jim Warnertop: for consistency, reposition a few man page macros
2020-07-20 Jim Warnerbuild-sys: suppress '-Wunused-result' with AM_CPPFLAGS
2020-07-20 Jim Warnerlibrary: show allowable range in relative enum warning
2020-07-20 Jim Warnertop: address several 'mandoc -Tlint' errors & warnings
2020-07-20 Jim Warnertop: make that 'cpu_prt' function a tad more efficient
2020-07-20 Jim Warnertop: make the 'cpu_tics' function a tad more efficient
2020-07-05 Craig Smalltestsuite: Correct include
2020-07-05 Jim Warnerbuild-sys: correct those installed development headers
2020-07-05 Jim Warnerlibrary: make that 'escape_str' private to our library
2020-07-05 Jim Warnerlibrary: eliminated the questionable 'procps.h' header
2020-07-05 Jim Warnerlibrary: size two read buffers with manifest constants
2020-07-05 Jim Warnermisc: eliminate a couple of miscellaneous gcc warnings
2020-06-30 Jan Rybarvmstat and watch manpage slight fixes
2020-06-29 Jim Warnerlibrary: raise amount by which the <stat> buffer grows
2020-06-29 Jim Warnerdocs: just a few changes to that new pids man document
2020-06-29 Jim WarnerNEWS: updated for those recent utf-8 translation fixes
2020-06-25 Jim Warnertop: response to revised numa stuff in that <stat> api
next