[libproc-processtable-perl] branch master updated (e0dd414 -> d91f934)

Salvatore Bonaccorso carnil at debian.org
Sun Aug 23 18:04:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libproc-processtable-perl.

      from  e0dd414   Prepare changelog for release
      adds  8a886c8   init
      adds  aecb662   add
      adds  d65b758   make it look like 0.45 distro
      adds  44d4114   add make dist files
      adds  62bfab9   use make manifest
      adds  0715668   fix manifest
      adds  637d900   up to 0.46
      adds  d63e7d3   various
      adds  858a4af   exec
      adds  9af0969   mod
      adds  b4bde0a   generated by makemaker now
      adds  6cf2678   fixed bug #51470, pt. 1 - cmdline mod 20 problem
      adds  7a44974   fixed bug #51470, pt. 2 - read buffer to small
      adds  fa3aaa1   fixed bug #46861,#58236 work on perl w/o threads
      adds  8db2e89   fixed bug #69397, fh not closed
      adds  16f69cb   added basic load test
      adds  118df80   Merge branch 'test'
      adds  10cdcee   remove version from README
      adds  b72a20c   update
      adds  d954014   etc
      adds  8e0f370   add back
      adds  0ef558a   add back MANIFEST
      adds  d49fb3d   don't make manifest
      adds  7d312c8   add release
      adds  7b6abfd   fixed RT #72862, unsafe use of /tmp
      adds  7f9bec2   use kvm implementation for FreeBSD >= 6.0
      adds  1dfc2ad   Merge pull request #1 from eserte/freebsd-kvm
      adds  8cb673e   rt # 81312 SIGSEV on invocation of method. The method should only be called on an instantiated object:   Do not use: Proc::ProcessTable->fields   instead use: my $p = Proc::ProcessTable; $p->fields;   We fail gracefully on the former incorrect usage.  Test 01-instantiated_object_only_methods.t added.
      adds  ef8deb2   RT # 80391.  pctcpu does not include system time. Changed the calculation of pctcpu to include system time (stime).  This is similar to how ps calculates percent cpu by default.
      adds  7f252ea   jump to version 0.47
      adds  89f27a6   Added byte order tag to cache file name (see #72862)
      adds  2b6256f   Upstream patch from pkgsrc that fixes build on NetBSD >= 3
      adds  c84ea12   NetBSD prefixes 'perl: ' to process cmdline, make bugfix-51470_cmndline_mod20_error.t more forgiving.
      adds  e0edf64   Merge pull request #1 from bingos/master
      adds  c31520b   Upstream OpenBSD ports patch that fixes build
      adds  860596e   udpated Changes
      adds  1f512ae   fixed #67224, cygwin PID_ORPHANED
      adds  181efc4   make cmndline null character terminated
      adds  a597c77   added hints file for MidnightBSD
      adds  5b9487f   Skip cmndline_mod20 test in cygwin environments.
      adds  6056867   Merge branch 'master' with local windows repo
      adds  e3bef2f   Freebsd-kvm: make sure kernel-visible threads aren't included in table
      adds  87b9613   restore README.freebsd as README.freebsd-procfs
      adds  69391bf   removed empty freebsd_5.pl
      adds  c58670e   MANIFEST update
      adds  8261e2c   FreeBSD-kvm: additional fields: * size (alias for vmsize) * rss (like rssize, but in bytes, not in pages) * majflt, minflt, cmajflt, cminflt (like in the linux implementation) * ctime, cutime, cstime (like in the linux implementation) * numthr, onpro (like in the solaris implementation)
      adds  c492a0f   FreeBSD-kvm: implementation for "groups" field
      adds  be098ec   FreeBSD-kvm: oncpu is now undef instead of 255
      adds  28c3f64   FreeBSD-kvm: update of README.freebsd-kvm for new fields
      adds  ebca329   Merge branch 'more-freebsd-support' of https://github.com/eserte/perl-proc-processtable
      adds  7ee3f35   Merge remote-tracking branch 'upstream/master'
      adds  2d625db   RT # 71976 unknown process states https://rt.cpan.org/Ticket/Display.html?id=71976
      adds  1356632   Merge pull request #4 from zaebst/master
      adds  5effde5   Merge branch 'master' of git://github.com/jwbargsten/perl-proc-processtable
      adds  8b6c961   Merge pull request #5 from zaebst/master
      adds  b043400   version 0.48
      adds  c4d07f8   Linux: fixed problems with braces in process names (#61946)
      adds  30baae0   doc: spelling corrections (#85639)
      adds  fc81925   FreeBSD: commented redundant fprintfs to stderr
      adds  cb61bf8   Linux: fixed format errors (#48445)
      adds  ab3636e   Fix issue with 'Modification of non-creatable hash value attempted, subscript "cwd" at ...pm line 234.' http://search.cpan.org/~dapm/perl-5.10.1/pod/perlguts.pod#AVs,_HVs_and_undefined_values 	modified:   ProcessTable.xs
      adds  6cfbcc6   change length in test case as we already change read buffer from 20 to 1024 in https://github.com/jwbargsten/perl-proc-processtable/commit/7a44974b702c836db639b78f4ff5967ff2d61b92 	renamed:    t/bugfix-51470_cmndline_mod20_error.t -> t/bugfix-51470_cmndline_mod_error.t 	modified:   t/bugfix-51470_cmndline_mod_error.t
      adds  b47f10e   Merge pull request #6 from wangvisual/master
      adds  72d3dce   typo fix
      adds  58dff09   Merge pull request #7 from dsteinbrunner/patch-1
      adds  007a2de   linux: RT #89117 - vsize memory value > 0 on 64bit
      adds  ab145ea   fix: typo
      adds  f04ac45   fix: get rid of linux warning message at compiling time
      adds  155b5be   os: added gnukfreebsd support
      adds  38b48bc   os: got it running under kfreebsd
      adds  f41c980   test: skip tests if $0 cannot be changed
      adds  1dc2ddc   version 0.49
      adds  ede1e0a   dist: forgot to add gnukfreebsd hint to manifest file
      adds  97711a4   os-aix: RT #65347 - installation hangs on AIX 6
      adds  170e244   fix segfault from canonicalize_file_name() when _GNU_SOURCE is not defined
      adds  00e03b4   Merge pull request #8 from jackdoe/master
      adds  44d38e7   Bump to v0.51
      adds  dbf8bda   updated tests for odd process names
      adds  0d7e2f4   Enable 'use warnings'
      adds  cd52cfa   Merge pull request #9 from marderh/master
      adds  299154d   Small patch to get Jail ID in FreeBSD-kvm
      adds  174940d   Merge pull request #11 from aduitsis/master
      adds  ac1b28e   use cygwin_conv_path in place of deprecated and removed cygwin_conv_to_posix_path
      adds  fc2704f   Merge pull request #10 from plicease/cygwin
      adds  c37eb84   Silence extra token after #endif
      adds  2a4a7bb   Merge pull request #12 from veryrusty/darwin/silence_warning
      adds  e6ffbe4   Merge branch 'master' of github.com:jwbargsten/perl-proc-processtable
      adds  3a529a8   keep paths in cygwin relative
      adds  4924e65   fix #105721: removed obsolete sub VERSION stmt
      adds  8d621e4   all os: RT#106564 - prevent buffer overflow in format string
      adds  a1c8383   added some handy scripts for ppt
      adds  eed6da5   Merge branch 'additional_scripts'
      adds  d00d3ad   os: marked first clues to resolve issues on solaris
      adds  2bc9773   os-solaris: define _POSIX_PTHREAD_SEMANTICS
      adds  1655b97   bump to development version 0.50_01
      adds  664f844   Merge branch 'run_on_solaris'
      adds  7d27074   version 0.52
      adds  4a17e42   Imported Upstream version 0.52
       new  5b446ed   Merge tag 'upstream/0.52'
       new  a11abb2   Update debian/changelog
       new  d91f934   Update copyright years for debian/* packaging files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes            |   5 +++
 Killall.pm         |   2 +-
 Killfam.pm         |   1 +
 META.json          |   4 +-
 META.yml           |   4 +-
 Process/Process.pm |   1 +
 ProcessTable.pm    |   3 +-
 debian/changelog   |   6 +++
 debian/copyright   |   2 +-
 hints/solaris.pl   |   2 +
 os/FreeBSD-kvm.c   |   1 +
 os/FreeBSD-kvm.h   |   3 +-
 os/Linux.c         | 107 +++++++++++++++++++++++++++--------------------------
 os/NetBSD.c        |   2 +-
 os/Solaris.c       |   1 +
 os/aix_getprocs.c  |   2 +-
 os/bsdi.c          |   2 +-
 os/cygwin.c        |   2 +-
 os/darwin.c        |   2 +-
 19 files changed, 87 insertions(+), 65 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-processtable-perl.git



More information about the Pkg-perl-cvs-commits mailing list