Jim Warner
f9a208b273
top: enable other filtering, add documentation support
...
This commit provides the hard copy support for our new
'Other Filter' feature. The man document contains some
potentially useful examples and it will be interesting
to see what use this new tool is put to in the future.
(everything is perfectly justified plus right margins)
(are completely filled, but of course it must be luck)
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-03-04 18:46:37 +01:00
Jim Warner
041730bfa4
NEWS: top's changes to be included in the next release
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-02-24 08:43:45 +11:00
Craig Small
f7c418155a
Expose freeproc for libproc
...
freeproc was missing from the libproc API which meant while you could
allocate proc structures, you couldn't free them!
Bug-Debian: http://bugs.debian.org/681653
2013-01-01 13:13:44 +11:00
Craig Small
c4427d9823
Updated NEWS for procps 3.3.6
...
Signed-off-by: Craig Small <csmall@enc.com.au>
2013-01-01 12:52:09 +11:00
Jim Warner
5f640b3768
NEWS: updated with additional changes for next release
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-12-23 06:48:36 +11:00
Jim Warner
705d1b28cd
NEWS: updated with changes for the new release (3.3.6)
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-11-27 22:08:02 +11:00
Craig Small
c5ee091e4c
Updated news for 3.3.5
2012-11-06 23:01:08 +11:00
Jim Warner
66c87f8ef1
top: update NEWS with additional capabilities
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-10-02 20:56:40 +10:00
Jaromir Capik
8e867659e6
SELinux spelling (rhbz#859900)
...
We got a bug report, that our project doesn't spell "SELinux"
consistently/correctly. I've fixed that and the patch is attached.
Signed-off-by: Craig Small <csmall@enc.com.au>
2012-09-27 21:46:46 +10:00
Alfredo Esteban
a5d9c40262
pkill -u uid fix
...
pkill would not parse -u <uid> options correctly and needed no space
between the flag and uid.
Bug-Debian: http://bugs.debian.org/676239
Signed-Of-By: Craig Small <csmall@enc.com.au>
2012-06-11 22:30:01 +10:00
Steven Chamberlain
a5ba6b98c1
Description: fix to build on non-Linux arches
...
Fix the build where it seems a code fix for Linux was likely untested
on other systems.
Define SCHED_BATCH in test-schedbatch, for systems that don't have it;
the corresponding RH BZ#741090 patch used the magic value 3 in output.c
anyway.
Bug-Debian: http://bugs.debian.org/677055
2012-06-11 22:11:23 +10:00
Jaromir Capik
2b58862421
Add -i option to w
...
w can now show IP address for the from field with the -i option
2012-05-29 22:20:36 +10:00
Craig Small
dc1531b211
Removed bogus bogus -aux message
...
This message has been here for ages and either people ignore it because
they are so used to using -aux or never see it. It was here before 2005
and really 7 years is enought time to people to change their ways.
The notice is now removed, people who make usenames like "x" deserve all
the punishment they can get.
Bug-Debian: http://bugs.debian.org/670592
2012-05-22 20:50:34 +10:00
Craig Small
d9239ee3e6
Last minute updates to NEWS for v3.3.3
2012-05-20 14:39:52 +10:00
Jim Warner
4b833b1bce
NEWS: just playing catch-up with resolved issues
...
This commit simply:
. adds some missing top acknowledgements
. reorganizes 3.3.3 text by program and bug number
. eliminates one instance of trailing whitespace
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-04-15 10:25:10 +10:00
Jim Warner
2323f864f3
top: correct miscellaneous omission, typo and buglet
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-03-18 08:18:11 +11:00
Craig Small
29b62a1482
mentioned kB kiB change in news
2012-03-09 06:57:10 +11:00
Craig Small
dbc47f4496
Updated NEWS for next version
2012-03-03 15:10:48 +11:00
Craig Small
ab25578bee
Updated NEWS with new items for procps-ng 3.3.2
2012-01-06 16:48:09 +11:00
Craig Small
562b4a039f
Added news item for top search capability
2011-12-20 22:16:40 +11:00
Craig Small
367b8bb616
Fixed watch 8 bit so its optional
...
You can make watch 8bit clean by using the configure option
--enable-watch8bit
2011-12-20 22:12:37 +11:00
Craig Small
5a991f0444
updated to version 3.3.2
2011-12-14 23:10:55 +11:00
Craig Small
f9ab2fec43
Added Debian bug note for pgrep -u and testsuite
...
Makefile.am testsuite needed to explicitly state the files because while
everything else works, make distcheck fails.
NEWS got updated with the Debian bug number for pgrep -u
2011-12-06 21:37:45 +11:00
Craig Small
0bee2f1060
slabtop prints plain ASCII in once mode
...
Using ncurses initscr/endwin clears the screen for xterm/etc it
now prints raw text using printf
Bug-Debian: http://bugs.debian.org/503089
Author: Craig Small <csmall@debian.org>
2011-12-02 22:36:38 +11:00
Craig Small
bf1cd8b6e7
Merge branch 'master' of gitorious.org:procps/procps
...
Conflicts:
NEWS
2011-12-01 23:13:15 +11:00
Craig Small
7790520f07
8 bit patch added to watch
2011-12-01 23:01:12 +11:00
Craig Small
93a9550315
Added news about 8bit char and tests
2011-11-28 22:41:19 +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
203dbbe482
Updated NEWS file with what has changed
2011-10-26 22:24:00 +11:00
Sami Kerola
71d10d3a49
name change: procps -> procps-ng
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-06-04 20:50:12 +02:00
albert
93fd4a460e
not ppc64
2009-12-10 11:37:48 +00:00
albert
b0210803bf
update /dev/tty* info to May 2009 devices.txt
2009-05-03 06:39:33 +00:00
albert
7dd414ac1b
new /proc/meminfo fields
2008-03-24 04:41:26 +00:00
albert
c0f3df30ca
watch: tolerate umlauts
2007-05-28 03:18:52 +00:00
albert
7ed102fd76
sysctl: fix crash -- thanks Steinar Gunderson #423704
2007-05-28 01:59:28 +00:00
albert
805d426d07
vmstat: use EXIT_FAILURE -- thanks Yoshio Nakamura #425492
2007-05-28 00:20:13 +00:00
albert
e5b2b8614d
pgrep: usage error should exit with 2
2007-05-28 00:16:39 +00:00
albert
8e4bf3e115
top: normal exit code should be 0
2007-05-27 23:56:49 +00:00
albert
8dcea80764
ps: man page less ambiguous
2006-12-17 18:47:18 +00:00
albert
9049ffef32
ps man page
2006-09-10 06:25:56 +00:00
albert
9278134e49
top: show CPU time stolen from a virtual machine
2006-06-25 02:15:36 +00:00
albert
a791f8034f
sysctl: use - for stdin
2006-06-24 21:17:51 +00:00
albert
47d33e7ed4
g is criteria
2006-06-24 20:12:29 +00:00
albert
492acac001
pgrep cleanup
2006-06-21 04:18:02 +00:00
albert
87eb7ec462
w: stale utmp entries snuck in via uninitialized var -- thanks Robert A Basch
2006-06-17 06:14:33 +00:00
albert
89ed9ba210
top: CPU usage column width fixes -- thanks Tony Ernst
2006-06-17 05:20:01 +00:00
albert
6e91ded9ff
procps.spec needed a slash -- thanks Jesse Brandeburg
2006-06-17 05:12:35 +00:00
albert
ac23e47c3e
pwdx: buffer overflow fixed -- thanks Ulf Harnhammar
2006-06-17 05:01:17 +00:00
albert
d4a9781d4a
avoid integer overflow for usleep() arg
2006-06-17 04:52:42 +00:00
albert
5c591b836f
fix "ps sm" bug involving 1-thread-proc optimization
2006-06-17 04:14:57 +00:00
albert
20fba946af
SCHED_BATCH
2006-01-22 08:00:03 +00:00
albert
58f47c6614
terabytes
2006-01-22 07:57:13 +00:00
albert
d8760aae6c
document H option -- thanks Tony Ernst
2005-12-27 04:25:32 +00:00
albert
36524ac0fd
vmstat: -p handles /dev/ and does not overflow #319523 #330969
2005-10-30 06:03:28 +00:00
albert
73030f7346
top: crash on resize fixed -- thanks Michal Maruska #320289
2005-10-30 05:28:22 +00:00
albert
f505219ae1
spelling fixes
2005-10-30 03:30:14 +00:00
albert
ca1a277318
man page more detailed #334682
2005-10-30 02:52:46 +00:00
albert
777fcd3cf1
/proc/stat for 1024 CPUs
2005-10-30 00:14:16 +00:00
albert
7767733812
dietlibc needs termios.h for struct winsize -- thanks Thomas Ogrisegg
2005-10-30 00:04:21 +00:00
albert
6a304370f8
ps: fix crash related to realloc -- thanks David Houlder
2005-09-12 03:25:01 +00:00
albert
a402ba1848
fix %CPU max on 2..9 CPU SMP -- thanks Ga*tan LEURENT
2005-09-12 01:27:59 +00:00
albert
38d36b4960
top can show loose tasks now
2005-06-21 19:20:39 +00:00
albert
864a5356a1
fix race condition
2005-06-10 15:43:15 +00:00
albert
cd80f609e6
more MIPS crud
2005-02-28 03:29:57 +00:00
albert
c67ae03e96
prep for 3.2.5 release
2005-01-26 05:18:37 +00:00
albert
7514c4e4a0
show full path when no -x or -d option (was buggy)
2005-01-10 23:41:10 +00:00
albert
8747618ef2
2.6.10 bumped the slabinfo minor; let the old parser handle it
2005-01-10 05:59:41 +00:00
albert
95cc4c37bb
variable-width %CPU,PPID,PID
2005-01-06 00:13:12 +00:00
albert
1010c1d281
fix overflow on huge NUMA boxes
2005-01-05 21:46:22 +00:00
albert
0edb6a86fb
better error messages
2005-01-05 21:21:58 +00:00
albert
0fb81f5c39
display problem on 64-bit systems fixed
2005-01-05 21:11:21 +00:00
albert
10ac32d68e
compile with glibc 2.2.17 and older
2005-01-05 20:50:54 +00:00
albert
55aee6a969
SIGTSTP not a bug
2005-01-05 20:34:51 +00:00
albert
aae3e72ab7
help and version message on stdout, with exit(0) #283541
2005-01-05 20:29:26 +00:00
albert
2e78a17eda
security labels can contain any printable ASCII
2005-01-05 20:09:03 +00:00
albert
c961f2604a
leftovers in the 3.2.4 release
2004-11-04 20:50:59 +00:00
albert
d89cf44470
pkill should be quiet about processes that have gone away
2004-10-19 18:04:31 +00:00
albert
3353f0f8fe
another shot at -m64 on shitty SPARC boxes
2004-09-20 21:57:49 +00:00
albert
59fc9dd711
%cpu and other changes
2004-09-12 15:43:48 +00:00
albert
af2077f22d
new /proc/vmstat fields
2004-08-27 14:23:36 +00:00
albert
4acae28535
misc
2004-08-18 02:22:13 +00:00
albert
ef0b63de31
string.h and maybe a release
2004-08-10 04:30:27 +00:00
albert
bc43342e2a
update help text
2004-07-30 04:49:14 +00:00
albert
713d32a93a
some overflow problems fixed -- thanks Holger Kiehl
2004-07-26 13:48:59 +00:00
albert
266d5b708a
wchan for multithreaded process is now ~0ull or "*"
2004-07-21 21:17:35 +00:00
albert
f1db79c042
better handling of long usernames
2004-07-20 23:31:12 +00:00
albert
deae025969
new packager guidelines
2004-07-17 15:25:45 +00:00
albert
092d81f244
pgrep man page SEE ALSO updated
2004-07-15 16:27:38 +00:00
albert
b357452770
sysctl -N
2004-07-15 15:22:23 +00:00
albert
34c4da73d1
tolerate IA-64 headers w/o PAGE_SIZE
2004-07-15 05:29:56 +00:00
albert
aae2db6f9b
Debian and Red Hat sysctl patches
2004-07-15 04:44:42 +00:00
albert
8300609ba9
plenty -- see NEWS file and a diff
2004-07-15 01:17:15 +00:00
albert
e8b5f776a3
tolerate sparse CPU numbering
2004-07-07 00:11:19 +00:00
albert
04e7814f9c
be crudely tolerant of crude tty emulators
2004-07-06 04:44:18 +00:00
albert
c8a8290ef2
fix vmstat -d
2004-05-04 23:29:40 +00:00
albert
6a48d37343
ps: add k and -x
2004-04-26 00:47:31 +00:00
albert
d526282deb
nswap data dead since 2.4.xx kernels
2004-04-13 03:56:52 +00:00
albert
a3dad291bb
Fabian fixes slabtop; prep for 3.2.1 release
2004-03-27 04:30:05 +00:00
albert
3f49530d77
new -M and Z options for security data
2004-03-27 03:55:52 +00:00
albert
9f9c3a16ce
STAT flags for fg process group and session leader
2004-03-26 01:34:16 +00:00