[procps] [pull] two weeks of fixes

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps-ng <procps@xxxxxxxxxxxxx>
  • Date: Sun, 5 Feb 2012 23:29:05 +0100

Hi,

The pull request has a branch name from last week, which is a bit
misleading but I am sure that is not a big deal. I throw away the
config change commit which Jim commented earlier. Other than hiding
private symbols everything should be trivial. Please review, and merge
if all looks good to you as well.


The following changes since commit 8955ec26fecf367eafcbcddaf3276437abc5e4f3:

  Merge remote-tracking branch 'sami/vapier' (2012-01-24 22:36:28 +1100)

are available in the git repository at:


  git://gitorious.org/~kerolasa/procps/sami-procps-ng.git 2012wk4

for you to fetch changes up to 3d8c51530ec20b28733cd1dd86b79be9fdea1954:

  libprocps: open file should be closed, not freed (2012-02-05 23:15:58 +0100)

----------------------------------------------------------------
Sami Kerola (13):
      libprocps: hide private symbols
      docs: remove tcp_default_win_scale from sysctl.conf sample
      docs: add to pgrep.1 count return value information
      sysctl: fix coding style
      pwdx: free memory before exit
      watch: remove unreachable code
      skill: ensure optarg is not null [smatch scan]
      sysctl: fix potential null derefence [smatch scan]
      pgrep: fix potential null derefences [smatch scan]
      pmap: ensure arg1 is not null, and set qualifers to match with
usage [smatch scan]
      vmstat: open file should be closed, not freed
      top: initialize rbuf variable [cppscan]
      libprocps: open file should be closed, not freed

 pgrep.1            |    5 +-
 pgrep.c            |    8 +-
 pmap.c             |    8 +-
 proc/libprocps.sym |   13 -
 proc/slab.c        |    6 +-
 pwdx.c             |    2 +-
 skill.c            |    2 +-
 sysctl.c           | 1216 ++++++++++++++++++++++++++-------------------------
 sysctl.conf        |    1 -
 top/top.c          |    3 +-
 vmstat.c           |    2 +-
 watch.c            |    4 +-
 12 files changed, 641 insertions(+), 629 deletions(-)

-- 
   Sami Kerola
   http://www.iki.fi/kerolasa/

Other related posts: