Craig Small
bf1cd8b6e7
Merge branch 'master' of gitorious.org:procps/procps
...
Conflicts:
NEWS
2011-12-01 23:13:15 +11:00
Craig Small
43734fad69
Merge remote-tracking branch 'csmall/testsuite'
2011-12-01 23:01:27 +11:00
Craig Small
7790520f07
8 bit patch added to watch
2011-12-01 23:01:12 +11:00
Craig Small
23afed732a
fixed small tests for pmap and ps checks
2011-12-01 22:42:23 +11:00
Craig Small
f05e15e830
More testing added for procps
2011-11-30 23:11:35 +11:00
Sami Kerola
3f42de1432
build-sys: add symbol map file to autotools distribution
...
The file became necessary in
commit 901e381256
Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
2011-11-29 22:57:17 +11:00
Craig Small
261a3fae83
fixed pgrep and added ps tests
2011-11-29 22:55:03 +11:00
Craig Small
93a9550315
Added news about 8bit char and tests
2011-11-28 22:41:19 +11:00
Craig Small
b0ed746267
Watch uses unsigned chars to be 8bit clean
...
Taken from the Debian patch watch_8bitchar
2011-11-28 22:39:09 +11:00
Craig Small
be55207672
Merge remote-tracking branch 'csmall/testsuite'
2011-11-28 22:04:17 +11:00
Craig Small
b36fe6efc5
Add sysctl check and tests to extra_dist
2011-11-28 22:02:27 +11:00
Craig Small
6551d75ea2
Use real name in NAME section for top manpage
...
Things like lexgrog and whatis and apropos need to look a the line in
the NAME section in the manpage. There used to be a macro there which
they don't understand.
lexgrog top.1
top.1: parse failed
2011-11-27 22:56:13 +11:00
Craig Small
61dec8f664
Merge remote-tracking branch 'main/master' into testsuite
2011-11-27 22:49:14 +11:00
Craig Small
20463f1a13
vmstat -p <part> works and updated version to 3.3.1
...
configure.ac now set to 3.3.1
vmstat -p has not worked for a long time, this applies Debian patch
vmstat_part_format, the details:
Author: Daniel Novotny
Description: The contents of /proc/diskstats have changed since 2.6.25
Changed PATH_MAX to 32 because its missing on hurd
Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=485243
Bug-Debian: http://bugs.debian.org/588677
Last-Update: 2010-11-17
2011-11-27 22:47:17 +11:00
Craig Small
919e37787e
added uptime and vmstat tests
2011-11-27 19:12:56 +11:00
Craig Small
5c48d8b79a
rearranged testsuite
2011-11-27 18:32:10 +11:00
Craig Small
2cad7c5667
more free tests and pgrep tests
...
Almost fully testing all features of pgrep now.
free had additional tests added to it
2011-11-27 15:30:04 +11:00
Craig Small
49c99b1189
Additional tests for free command
2011-11-24 23:06:06 +11:00
Craig Small
82eafe3fe8
new free commands
2011-11-23 22:48:49 +11:00
Craig Small
451f6e6111
testsuite fixes
2011-11-23 21:44:51 +11:00
Craig Small
618c52167b
reversed the frees added to pgrep
2011-11-23 21:31:43 +11:00
Sami Kerola
2e96bc3771
pgrep: core dropped nearly always
...
The do_regcomp() tries to free command line argument.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-11-20 22:16:35 +01:00
Sami Kerola
64b420936e
libproc-ng: add pkg-config support
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-11-05 14:13:40 +01:00
Sami Kerola
901e381256
libproc-ng: fix ld version script file support
...
Notice that contents of file library.map file are almost certainly
wrong as it is making everything exported.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-11-05 13:29:54 +01:00
Jim Warner
fadce3f1b2
build-sys: a minimialst approach to ncurses
...
. 3 pgms require non-wide <curses.h> or <ncurses.h>
This patch represents the tests for a minimal environment
consistent with current ncurses needs.
It should allow a successful configure and build
2011-10-31 22:05:17 +11:00
Jim Warner
8348b4cc97
build-sys: ensure consistent procps-ng ncurses
...
. 1 program uses curses (top)
. 2 programs use ncurses (slabtop, watch)
. all 3 include non-wide <curses.h> or <ncurses.h>
. those 3 do not currently need wide support
. but anticipating nls, we link against libncursesw
This patch ensures an environment consistent with current
and future ncurses needs.
2011-10-29 09:27:31 +11:00
Craig Small
e4836e08ee
ncurses and configure again
...
Another fix to link properly to ncurses
Some minor top fixes
Added *~ to gitignore because these files crop up sometimes
2011-10-27 08:53:55 +11:00
Craig Small
ed01cfb8a9
Some tweaks for top
...
tweaked signal setup valgrind complaint as nls
some input error messages made more descriptive
eliminated audible escape a from all error messa
added include of proc readproc.h to top.h
optimization for show_special function
remove unnecessary variables clang analyze
2011-10-26 22:31:48 +11:00
Craig Small
38e764606d
fixed ncurses double linking
2011-10-26 22:29:44 +11:00
Craig Small
9acfb07b23
pmap fix by Jim
2011-10-26 22:25:21 +11:00
Craig Small
203dbbe482
Updated NEWS file with what has changed
2011-10-26 22:24:00 +11:00
Craig Small
e383fe2622
Merge branch 'master', remote-tracking branch 'sami/ng'
2011-10-20 22:15:27 +11:00
Craig Small
86a82db4e7
Merge branch 'master', remote-tracking branch 'csmall/kfreebsd-fixes'
2011-10-20 22:12:30 +11:00
Craig Small
3b0122167a
Added tar.gz to gitignore
2011-10-20 22:08:18 +11:00
Jim Warner
1055dff047
top: redesign show_special strs, in line with nls
2011-10-20 12:34:13 +02:00
Sami Kerola
db6a427ecf
docs: add rh analysis #2 information to contrib
...
Reference information.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-10-19 09:39:36 +02:00
Jim Warner
cea2e7ca5b
rh analysis #2 : top
...
http://www.freelists.org/post/procps/Scan-results,5
2011-10-19 09:33:43 +02:00
Jim Warner
d3786c5321
rh analysis #2 : pmap
...
http://www.freelists.org/post/procps/Scan-results,5
2011-10-19 09:33:43 +02:00
Jim Warner
9408b9721b
rh analysis #2 : tload
...
http://www.freelists.org/post/procps/Scan-results,5
2011-10-19 09:32:40 +02:00
Jim Warner
3f75390563
redhat analysis: pwdx
2011-10-15 08:26:28 +02:00
Jim Warner
b23baee15c
redhat analysis: pgrep
2011-10-15 08:26:28 +02:00
Jim Warner
415c593ad5
redhat analysis: vmstat
2011-10-15 08:26:28 +02:00
Jim Warner
ba13a76422
redhat analysis: ps/sortformat
2011-10-15 08:26:28 +02:00
Jim Warner
0e663aacbc
redhat analysis: ps/display
2011-10-15 08:26:28 +02:00
Jim Warner
6317f8e685
redhat analysis: ps/parser
2011-10-15 08:26:27 +02:00
Jim Warner
8f3303e4d8
redhat analysis: proc/sig
2011-10-15 08:26:27 +02:00
Jim Warner
0ebe397345
redhat analysis: proc/slab
2011-10-15 08:26:27 +02:00
Jim Warner
b49055e657
redhat analysis: proc/sysinfo
2011-10-15 08:26:27 +02:00
Jim Warner
4820619f15
redhat analysis: proc/readproc
2011-10-15 08:26:27 +02:00
Jim Warner
f9ae59f5df
libtool accommodation: kill, skill, snice
2011-10-11 09:57:01 +02:00