]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2015-09-25 Craig Smallpgrep: Use new library API
2015-09-21 Jim Warnerlibrary: make the pids_sort_order enums more intuitive
2015-09-21 Jim Warnertop: trade 'look_up_our_self' for a new API equivalent
2015-09-21 Jim Warnerlibrary: introduce a fatal 'proc not mounted' function
2015-09-21 Jim Warnerlibrary: enable an 'invariant' stack for that pids API
2015-09-21 Jim Warnerlibrary: abandon long/long long distinction with KLONG
2015-09-21 Jim Warnerpmap: adapt to changes in <pids> API regarding address
2015-09-21 Jim Warnerlibrary: exchange <pids> 'addr' for that 'ul_int' type
2015-09-21 Jim Warnertop: update the man document reporting bugs suggestion
2015-09-21 Jim Warnerlibrary: with valgrind help, fix faulty meminfo assign
2015-09-21 Jim Warnermiscellaneous: silence a whole bunch of clang warnings
2015-09-21 Jim Warnermiscellaneous: cleanup accumulated trailing whitespace
2015-09-09 Jim Warnertop: plug a rather big hole in the display fields dike
2015-09-09 Jim Warnerlibrary: add PROCPS_PIDS_TTY_NAME to compliment number
2015-09-07 Craig Smalllibrary: Add space after days for uptime
2015-09-07 Jim Warnerw: correct program help & man page regarding arguments
2015-09-07 Jim Warnerw: eliminate inappropriate cmdline padding with spaces
2015-09-07 Jim Warnerlibrary: ensure any 'flags' is consistently 'unsigned'
2015-09-07 Jim Warnerlibrary: swat (now) obvious bug from PROCPS_PIDS_extra
2015-09-06 Jim Warnerlibrary: suppress zero 'days' under the <uptime.h> API
2015-09-06 Jim Warnertop: utilize a library result struct for 'forest view'
2015-09-06 Jim Warnerlibrary: extend 'noop' concept to a resettable 'extra'
2015-09-06 Jim Warnertop: do not co-mingle strings/numbers under namespaces
2015-09-03 Craig SmallGrab the CI file from master
2015-09-03 Jim Warnertop: still more tidying up after <pids> implementation
2015-09-03 Jim Warnerlibrary: more miscellaneous pids implementation tweaks
2015-09-03 Craig Smalllibrary: rework namespace calls
2015-09-01 Craig Smallskill: Remove unrequired headers
2015-09-01 Craig Smallsysctl: Remove links to library
2015-09-01 Craig Smalllibrary: Remove tty_to_dev()
2015-08-31 Craig Smallw: use the new procps_pids library interface
2015-08-31 Jim Warnerlibrary: beef up 'enum pids_item' parameter validation
2015-08-31 Jim Warnerpmap: modify to utilize that new procps_pids interface
2015-08-31 Jim Warnerpmap: silence a clang -Wuninitialized variable warning
2015-08-31 Jim Warnerpmap: correct heading misalignment of VmFlags with -XX
2015-08-31 Jim Warnertop: polish some things related to the pids adaptation
2015-08-31 Jim Warnerlibrary: accumulated changes to <pids> code & comments
2015-08-27 Jim Warnerpidof: modify to utilize the new procps_pids interface
2015-08-27 Jim Warnerlibrary: introduce pids 'value extractor' helper macro
2015-08-27 Jim Warnerlibrary: add real string vectors to the pids interface
2015-08-27 Jim Warnerlibrary: add sequential access to that pids collection
2015-08-27 Jim Warnerlibrary: fix major oops in procps_pids_reap() function
2015-08-26 Jim Warnertop: respond to library changes regarding self lookups
2015-08-26 Jim Warnerlibrary: revert changes to 'look_up_our_self' function
2015-08-23 Jim Warnerbuild, library & top: make OOMEM options unconditional
2015-08-23 Jim Warnertop: misc tweaks to code/comments after pid adaptation
2015-08-23 Jim Warnerlibrary: miscellaneous tweaks to pid code and comments
2015-08-23 Jim Warnertop: eliminated old kernel-2.4 & 2.5 support (man too)
2015-08-23 Jim Warnertop: exploit those new library task/threads provisions
2015-08-23 Jim Warnerlibrary: implement task/thread support via the new api
2015-08-23 Jim Warnerold library: just some tweaks for transition to newlib
2015-08-23 Jim Warnertop: fix unlikely edge case wherein all fields are off
2015-08-23 Jim Warnertop: avoid an unnecessary conversion for 'USED' column
2015-08-23 Jim Warnertop: miscellaneous accumulated tweaks to code/comments
2015-08-23 Jim Warnertop: eliminate 'user' from the inspection view headers
2015-07-28 Jim Warnerlibrary: minor tweaks of program logic and/or comments
2015-07-23 Jim Warnertop: improve vertical scroll management for 'i' toggle
2015-07-23 Jim Warnerlibrary: eliminate extra stack header space provisions
2015-07-23 Jim Warnerlibrary: vmstat redesign now using 'stack' vs. 'chain'
2015-07-23 Jim Warnerlibrary: readstat redesigned using 'stack' vs. 'chain'
2015-07-23 Jim Warnerlibrary: slab is redesigned to use 'stack' vs. 'chain'
2015-07-23 Jim Warnerlibrary: meminfo redesigned to use 'stack' vs. 'chain'
2015-07-20 Craig Smalllibrary: tests for sysinfo
2015-07-15 Jim Warnerlibrary: ensure the consistent handling of 'noop' enum
2015-07-15 Jim Warnerlibrary: also include a 'read' for slabnode_chain_fill
2015-07-15 Jim Warnerlibrary: tweak new interface code and improve comments
2015-07-14 Jim Warnervmstat: adapted to exploit the alloc & sort interfaces
2015-07-14 Jim Warnerslabtop: adapted to exploit new alloc & sort interface
2015-07-14 Jim Warnerlibrary: revised sort + new allocate APIs for slabinfo
2015-07-14 Jim Warnertop: exploit that meminfo dynamic chain allocation API
2015-07-14 Jim Warnerlibrary: refactor meminfo providing dynamic allocation
2015-07-14 Craig Smalllibrary: rebase & make current initial slabinfo effort
2015-07-07 Craig Smalllibrary: Update diskstat API
2015-07-02 Craig Smalllibrary: remove procps_pagesize_get()
2015-07-01 Craig Smalllibrary: remove getpartitions_num from library
2015-07-01 Craig Smalllibrary: cleanup unused old functions
2015-07-01 Craig Smalllibrary: loadavg change to procps_loadavg
2015-07-01 Jim Warnertop: tweak newlib interface, as more experience gained
2015-07-01 Jim Warnerlibrary: normalize the readstat context structure name
2015-07-01 Jim Warnerlibrary: the uref functions were insufficiently robust
2015-07-01 Jim Warnertop: make recently added variable name more conforming
2015-07-01 Jim Warnermisc: remove yet more darn trailing whitespace buildup
2015-06-29 Craig Smalllibrary: Replace smp_num_cpu with function
2015-06-29 Craig Smalllibrary: Update uptime calls to standard format
2015-06-29 Craig Smalllibrary: Remove signal name from library
2015-06-29 Jim Warnertop: exploit the new library API for cpu display needs
2015-06-29 Jim Warnerlibrary: extend cpu jiff logic beyond cpu summary info
2015-06-29 Jim Warnerlibrary: make reads & unref logic a little more robust
2015-06-29 Jim Warnerlibrary: add chaining provisions to readstat cpu & sys
2015-06-29 Jim Warnerlibrary: tweak formatting for readstat header and code
2015-06-29 Jim Warnertop: exploit the new library API for memory statistics
2015-06-29 Jim Warnerlibrary: add chaining provisions to meminfo and vmstat
2015-06-29 Jim Warnerlibrary: add missing meminfo logic, improve efficiency
2015-06-29 Jim Warnerlibrary: tweak formatting style for meminfo and vmstat
2015-06-26 Craig Smalllibrary: export pwcache functions correctly
2015-06-26 Craig Smalllibrary: more mem and stat fixes
2015-06-26 Craig Smalllibrary: Fix up stat API
2015-06-26 Craig Smalllibrary: memory and vmstat API changes
2015-06-26 Craig Smalllibrary: uptime API changes
2015-06-26 Craig Smalllibrary: Add procps_meminfo_* functions
next