[procps] Re: procps changes

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Thu, 29 Sep 2011 21:10:26 +0200

On Thu, Sep 29, 2011 at 16:32, Jim Warner <james.warner@xxxxxxxxxxx> wrote:
> The explanation was not quite correct but I really do appreciate the
> effort.  The patch below will correctly identify the enable_oomem purpose.

Hi Jim,

Oh, I see. I changed the description to what you send. As the patch
was titled final I hope the updated pull request bellow is the final
one as well.


The following changes since commit f43de0df19567d5d312cb722a83ee709d791bde6:

  Added 'vm_swap' variable nullifying. Thanks to KOSAKI Motohiro.
(2011-06-02 12:22:31 +0200)

are available in the git repository at:
  git://gitorious.org/~kerolasa/procps/sami-procps-ng.git ng

Jim Warner (3):
      build-sys: use AC_HEADER_STDBOOL in configure.ac
      build-sys: check strverscmp
      build-sys: rename libproc to libprog-ng

Sami Kerola (9):
      build-sys: take autotools in use again
      proc/version.c: use autotools version
      proc/sysinfo.c: autotools caused a regression
      sysctl.c: crash due missing include
      watch.c: fix version printing
      name change: procps -> procps-ng
      build-sys: add contrib directory
      build-sys: sensible errors when autogen.sh requirements are is missing
      build-sys: add ./configure --enable-oomem option

 .gitignore                       |   33 +++++-
 BUGS                             |    4 +-
 Makefile                         |  262 --------------------------------------
 Makefile.am                      |   75 +++++++++++
 NEWS                             |    5 +
 README                           |   12 +-
 TODO                             |    4 +-
 autogen.sh                       |   65 ++++++++++
 configure.ac                     |  158 +++++++++++++++++++++++
 dummy.c => contrib/dummy.c       |    0
 minimal.c => contrib/minimal.c   |    0
 tmp-junk.c => contrib/tmp-junk.c |    0
 utmp.c => contrib/utmp.c         |    0
 free.c                           |    2 +-
 kill.1                           |    2 +-
 pgrep.1                          |    5 +-
 pmap.1                           |    6 +-
 proc/Makefile.am                 |   47 +++++++
 proc/module.mk                   |  130 -------------------
 proc/procps.h                    |    2 +-
 proc/readproc.c                  |    4 +-
 proc/sysinfo.c                   |    2 +-
 proc/version.c                   |   14 +--
 proc/version.h                   |    4 +-
 procps.lsm                       |   15 --
 procps.spec                      |   52 --------
 ps/Makefile.am                   |   28 ++++
 ps/display.c                     |    2 +-
 ps/module.mk                     |   40 ------
 ps/p                             |    6 -
 ps/parser.c                      |    4 +-
 ps/ps.1                          |    8 +-
 ps/sortformat.c                  |    4 +-
 pwdx.1                           |    2 +-
 skill.1                          |    5 +-
 slabtop.1                        |    6 +-
 sysctl.c                         |    1 +
 t                                |    6 -
 uptime.1                         |    2 +-
 v                                |    6 -
 w.1                              |    2 +-
 watch.c                          |    5 +-
 42 files changed, 452 insertions(+), 578 deletions(-)
 create mode 100644 ChangeLog
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100755 autogen.sh
 create mode 100644 configure.ac
 rename dummy.c => contrib/dummy.c (100%)
 rename minimal.c => contrib/minimal.c (100%)
 rename tmp-junk.c => contrib/tmp-junk.c (100%)
 rename utmp.c => contrib/utmp.c (100%)
 create mode 100644 proc/Makefile.am
 delete mode 100644 proc/module.mk
 delete mode 100644 procps.lsm
 delete mode 100644 procps.spec
 create mode 100644 ps/Makefile.am
 delete mode 100755 ps/module.mk
 delete mode 100755 ps/p
 delete mode 100755 t
 delete mode 100755 v

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

Other related posts: