Utilities for managing processes on your system
The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser. The pstree command displays a tree
structure of all of the running processes on your system. The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name. The fuser command identifies the PIDs of
processes that are using specified files or filesystems.
- Developed at Base:System
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/psmisc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
psmisc-22.12-pstree.patch | 0000002508 2.45 KB | |
psmisc-22.12-tigetstr.patch | 0000000524 524 Bytes | |
psmisc-22.16-timeout.patch | 0000010419 10.2 KB | |
psmisc-22.16.dif | 0000001528 1.49 KB | |
psmisc-22.16.tar.gz | 0000465138 454 KB | |
psmisc.changes | 0000016601 16.2 KB | |
psmisc.spec | 0000003047 2.98 KB | |
pstree-segfault.patch | 0000000355 355 Bytes |
Revision 47 (latest revision is 89)
Stephan Kulow (coolo)
accepted
request 107198
from
Dr. Werner Fink (WernerFink)
(revision 47)
- Update to version 22.16 * Use strncpy for COMM_LEN and make it 18 characters to cover brackets in name. * don't change COMM_LEN, it breaks matching long commands Debian #661145 * Enable some harden AM_CFLAGS by default, use configure option --disable-harden-flags to not use it. * Use ENOENT not EBADE for FreeBSD Debian #631566 * Fix prstat typos * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674 * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke * Correct defines for timeout in configure.ac
Comments 0