]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2012-12-02 Jim Warnertop: give inspect search algorithm a significant boost
2012-12-02 Jim Warnertop: give inspect display page algorithm a small boost
2012-12-02 Jim Warnertop: use the type size_t more consistently for inspect
2012-11-27 Jim WarnerNEWS: updated with changes for the new release (3.3.6)
2012-11-27 Jim Warnertop: add a flexible 'Inspect' capability, man document
2012-11-27 Jim Warnertop: add a flexible 'Inspect' capability
2012-11-27 Jim Warnertop: kill/nice provide for a default pid, man document
2012-11-27 Jim Warnertop: kill/nice provide for a default pid
2012-11-27 Jim Warnertop: quiet lintian with escaped dashes in man document
2012-11-27 Jim Warnertop: include under nls support an overlooked error msg
2012-11-21 Craig SmallAdd -c count option to pkill
2012-11-06 Craig SmallUpdated news for 3.3.5
2012-11-06 Sami Kerolaps: cut out code unused code
2012-11-06 Sami Kerolawatch: fix compiler warnings
2012-11-06 Sami Kerolavmstat: fix compiler warnings
2012-11-06 Sami Kerolapmap: fix compiler warnings
2012-11-06 Sami Kerolasysctl: fix compiler warnings
2012-11-06 Sami Kerolaskill: fix compiler warnings
2012-11-06 Sami Kerolalib/fileutils: fix compiler warnings
2012-11-06 Sami Kerolapgrep: fix compiler warnings
2012-11-06 Sami Kerolapmap: remove memory leaks
2012-11-06 Sami Kerolapmap: use correct types for memory allocation
2012-10-31 Craig SmallAdd missing fileutils test files
2012-10-31 Mike Frysingerfix sysctl.conf inclusion in dist tarballs
2012-10-30 Craig SmallStop SIGFPE on vmstat at times v3.3.5
2012-10-30 Craig SmallAdded debian patch for kfreebsd bug 674785
2012-10-30 Craig SmallBump the soname
2012-10-26 Craig Smallw: do not truncate command when width is not known v3.3.4
2012-10-26 Jim Warnertop: tweak scroll coordinates msg handling (again)
2012-10-26 Jim Warnertop: allow exit from 2nd level help via <Esc> key
2012-10-24 Eric Dumazetps: allow large list of groups
2012-10-11 Craig Smallpgrep delimeter to delimiter
2012-10-11 Jim Warnertop: for performance, employ additional inlining
2012-10-11 Jim Warnertop: 'X' command offers auto option, man document
2012-10-11 Jim Warnertop: 'X' command offers auto option
2012-10-11 Jim Warnertop: map additional navigation keys, man document
2012-10-11 Jim Warnertop: map additional navigation keys
2012-10-11 Jim Warnertop: avoid potential xterm state corruption
2012-10-11 Jim Warnertop: for user justify feature, remember old-top needs
2012-10-02 Craig Smallkill -PID fixed
2012-10-02 Jim Warnertop: swat a bug introduced with recent width refactor
2012-10-02 Jim Warnertop: update NEWS with additional capabilities
2012-10-02 Jim Warnertop: with new 'X' command, WCHAN becomes fixed-width
2012-10-02 Jim Warnertop: extend new 'X' command to include the TTY field
2012-10-02 Jim Warnertop: optional wider non-scalable cols, man document
2012-10-02 Jim Warnertop: optional wider non-scalable cols
2012-10-02 Jim Warnertop: column alignment under user control, man document
2012-10-02 Jim Warnertop: column alignment under user control
2012-10-02 Jim Warnertop: refactoring now allows column header nls support
2012-10-02 Jim Warnertop: refactor and enhance column width management
2012-10-02 Jim Warnertop: tidy up some miscellaneous user input logic
2012-10-02 Jim Warnertop: correct an old man document flaw
2012-10-02 Jim Warnerlibrary: fix proc_t page fault delta counts alignment
2012-09-27 Jim Warnerps: favor truncation of long names over POSIX/UNIX...
2012-09-27 Dimitrios ApostolouTwo new options for pmap, -X and -XX
2012-09-27 Jaromir CapikSELinux spelling (rhbz#859900)
2012-08-30 Jim Warnertop: implement a new approach to forest view mode
2012-08-29 Jim Warnertop: add major/minor page fault deltas, man document
2012-08-29 Jim Warnertop: add major/minor page fault deltas
2012-08-29 Jim Warnerlibrary: adapt proc_t for top 'page fault delta' counts
2012-08-29 Jim Warnertop: add new scrollable column ENVIRON, man document
2012-08-29 Jim Warnertop: add new scrollable column ENVIRON
2012-08-29 Jim Warnerlibrary: add a single vector string choice for 'environ'
2012-08-29 Jim Warnertop: revise default for forest view child scans
2012-08-29 Jim Warnertop: miscellaneous minor tweaks (mostly spelling)
2012-08-29 Jim Warnertop: correct field order within Section 3a, man document
2012-08-29 Jim Warnertop: improve unsolicited user input validation
2012-08-29 Jim Warnertop: improve scroll coordinates message handling
2012-08-29 Jim Warnertop: add intra-column horizontal scrolling, man document
2012-08-29 Jim Warnertop: add intra-column horizontal scrolling
2012-08-29 Jim Warnerlibrary: lift 1024 byte restriction on control groups
2012-08-29 Jim Warnertop: exploit library changes to cgroup & supgid
2012-08-29 Jim Warnerps: exploit library changes to cgroup & supgid
2012-08-29 Jim Warnerlibrary: standardize handling of cgroup, supgid
2012-08-29 Jim Warnerps: restore missing space when environment is displayed
2012-08-29 Alfredo EstebanDebian Bug report #526355
2012-07-28 Jaromir Capikvmstat si and so fields zero with -S mM 1
2012-07-15 Sami Kerolaw: do not truncate command when width is not known
2012-07-14 Alfredo Estebanpgrep/pkill -F expects \n (Debian Bug report #676709)
2012-06-30 Craig SmallSet the locale to C.
2012-06-28 Gilles EspinasseRun pgrep and pkill tests whithout host ps
2012-06-26 Adam SampsonShow sizes > 4G correctly in bytes on 32-bit machines.
2012-06-26 Craig SmallIncrease slab name from 64 to 128 characters
2012-06-24 Sami Kerolatests: add pkill test to catch signal option order...
2012-06-24 Sami Kerolatests: enable basic pkill test
2012-06-24 Sami Kerolapkill: fix signal spec regression
2012-06-24 Sami Kerolabuild-sys: earlier patch broke the build
2012-06-20 Sami Kerolabuild-sys: do not assume $(top_srcdir)/.version file...
2012-06-20 Jaromir CapikRework of the -i feature
2012-06-17 Craig Smallminor fix for -u fix
2012-06-14 Andrej KrutákFix pwdx argument parsing
2012-06-11 Alfredo Estebanpkill -u uid fix
2012-06-11 Steven ChamberlainDescription: fix to build on non-Linux arches
2012-06-02 Sami Keroladocs: mention linux 3.xx kernels are expected to work
2012-05-30 Sami Kerolawatch: fix to backporting error, and other wide charact...
2012-05-30 Jaromir CapikMinor fix with vmstat manpage for r column
2012-05-30 Jaromir CapikApplied corrected patch for w -i
2012-05-29 Jaromir CapikAdd -i option to w
2012-05-22 Craig SmallRemoved bogus bogus -aux message
2012-05-22 Mike Frysingerskill: check return value of getline
next