[procps] Re: procps changes

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Wed, 21 Sep 2011 20:30:01 +0200

On Wed, Sep 21, 2011 at 17:49, Jaromir Capik <jcapik@xxxxxxxxxx> wrote:
> I'd also like to see the transition to procps-ng in the current
> devel branch of Fedora.

I just made a test, and found upstream master will still merge without
problems with my master branch, which has autotools. I have another
branch called `ng' which changes the name, and requires the autotools
change. Could someone consider reviewing the patch set, and assuming
that all is OK merge these to upstream.


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:
  https://git.gitorious.org/~kerolasa/procps/sami-procps-ng.git ng

Sami Kerola (7):
      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

 .gitignore                       |   33 +++++-
 BUGS                             |    4 +-
 Makefile                         |  262 --------------------------------------
 Makefile.am                      |   75 +++++++++++
 NEWS                             |    5 +
 README                           |   12 +-
 TODO                             |    4 +-
 autogen.sh                       |   78 +++++++++++
 configure.ac                     |  149 +++++++++++++++++++++
 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, 456 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: