| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: psmisc | Distribution: openSUSE 12.2 |
| Version: 22.16 | Vendor: openSUSE |
| Release: 3.1.2 | Build date: Sun Jul 15 20:20:13 2012 |
| Group: System/Monitoring | Build host: build12 |
| Size: 341798 | Source RPM: psmisc-22.16-3.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://sourceforge.net/projects/psmisc/ | |
| Summary: 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.
GPL-2.0+
* Tue Mar 13 2012 werner@suse.de
- Submit ASCII null fix in pstree upsrtream
- Submit support for static background process for stat system call
upstream
- Rebuild package with upstream patches
* Mon Feb 27 2012 werner@suse.de
- 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
* Thu Dec 01 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Tue Oct 11 2011 werner@suse.de
- Use __builtin___strcpy_ instead of __builtin___strcpy_chk to avoid
trouble with char path[0] tag in struct handle (bnc#723304)
* Fri Oct 07 2011 werner@suse.de
- Make main fuser process more robust against broken pipe and check
for helper process within a SIGCHLD handler
* Wed Oct 05 2011 werner@suse.de
- Handle internal size of structure stat by including config.h
to avoid size missmatch during copy result back (bnc#720882)
* Mon Oct 03 2011 mmarek@suse.cz
- Fix segfault in pstree, patch by Tetsuo Handa (bnc#718915).
* Wed Sep 28 2011 coolo@suse.com
- back out the timeout patch, it breaks fuser on i586 completely
(bnc#720882)
* Mon Sep 12 2011 werner@suse.de
- Update to pre version 22.15
+ Really apply patch for SF#31110178 RH#651794
+ Conditionally use fork before stat calls
+ Patch from Corrina Vinschen for compiling on cygwin
+ Remove doubled content in src/lists.h
+ Add another 2 for thread brackets in pstree.c
- Change fork before stat calls to be in best case a second process
using two pipes for bidirectional communication with main.
* Tue Jun 21 2011 werner@suse.de
- Update to version 22.14:
+ Fix file descriptor as weel as memory leaks in fuser
+ Strip @ symbol from file names read from /proc/net/unix
+ Above 2 changes close openSuSE bugs #536209, #529520, and #417841
and provided by Werner Fink
+ Applied patch from Werner Fink to avoid stat(2) on NFS mounts
+ Zeros process group memory - Patch by jgorig SF#3152925 RH#666213
+ fuser -m -s flags work - Patch by jgorig SF#31110178 RH#651794
+ fuser silent if /proc/swaps not available SF#3072134
+ ppc 64 support for peekfd by jgorig SF#3166444
+ jiffies now ULL in killall SF#3138538
+ pstree can show parents of a process. Patch supplied by Curtis
Hawthorne SF#3135157
+ killall creates right size buffer instead of MAX_PATH Debian #623425
+ check for /proc/$$/stat not /proc/self/stat which is not available
on hurd platforms. Same Debian bug as above
+ fuser understands IPv6 addresses, removed comment in fuser.1 that it
doesn't Debian #609904
+ fuser -k only returns 0 if you kill something.
+ fuser doesn't complain if /proc/#/fd disappears SF#3310990
* Tue Feb 08 2011 werner@suse.de
- Now use /proc/self/mountinfo to minimize the needs of running
stat(2) system calls. The remaining stat(2) system calls are
wrapped by an timeout function.
* Fri Oct 15 2010 werner@suse.de
- Add fix from upstream for a crash in peekfd
* Sun Sep 19 2010 vuntz@opensuse.org
- Update to version 22.13:
+ configure patch for x86_64 properly applied sf#3029302.
+ patch configure so pt_regs isn't used on SuperH. deb#588986
+ Fixed configure.ac so only mipsel not mips compiles peekfd
- Remove part of psmisc-22.12.dif that is upstream.
- Remove AutoReqProv: it's default now.
* Tue Jul 13 2010 werner@suse.de
- Update to psmisc-22.12
* In fuser, switched the ipv6 and ipv4 checks around Debian #581604
* peekfd configure patch for x86_64 SF#2986027
* peekfd works with ARM and MIPS thanks to patch by Arnaud Patard
* peekfd off-by-one patch applied SF#1948351
* pstree -a doesn't segfault on grsec kernels Debian #588152
* Another attempted at killall -SIGNAME Debian #573924
* fuser -k -m ... won't kill itself Debian #562767
* fuser -NAME fixed SF #2924691, Debian #563388, Gentoo #297423
* Added locale.h include for killall on non NLS SF #2922163
* Reversed normal file fuser -k check Debian #563387
* short option l returned in fuser Debian #539087
* long options terminated with 0s Debian #551833
* fuser only kills normal processes, patch thanks to Erik Li SF# 2892724
* New fuser -M if you REALLY want mount points, patch thanks to
Jeremie LE HEN SF#2899709
* Fixed killall options for VTALRM and ILL Debian #559011
* pstree -a does not compact threads Debian #525632
* new program prtstat which prints contents of /proc/<pid>/stat
Debian #281706
* killall restricts by date. Thanks to George Danchev Debian #544657
* long options terminated in pstree too to stop segfault
* Re-worked fuser getopt again so -KILL options work Gentoo #297423
* Fix off-by-one overflow in pstree SF# 2832375
* Applied patch from Kari Hautio for lazy umount'ed filesystems SF#2545632
* Applied patch from Anonymous SF submitter to fix killall -l
Fixes SF#2002570
* fuser will print mounts,nfs exports and swaps with -v Debian #356655
and SF#533958
* pstree and fuser have long options Debian #517412
* Fixed pstree -a off-by-one error in buffer, Debian #536243
* Changed configure.ac to not use CXX SF# 2789801
* Tue Jul 06 2010 bg@novell.com
- peekfd is not available on hppa
* Mon Jun 28 2010 jengelh@medozas.de
- use %_smp_mflags
* Thu Mar 04 2010 ro@suse.de
- fix overflow crash in pstree: add 2 to COMM_LEN for {...}
brackets for threads
* Sun Dec 06 2009 jengelh@medozas.de
- enable parallel building
- do not package peekfd on SPARC (it is not built)
* Mon Oct 12 2009 werner@suse.de
- Detect current cwd to be able to compare local files (bnc#540927)
* Fri Oct 09 2009 werner@suse.de
- Yet an other fix for NFS based file detection in fuser
* Fri Oct 09 2009 aj@suse.de
- fix pstree -a crash (bnc#545265) with patch backported from 22.8
by Björn Voigt <bjoern@cs.tu-berlin.de>.
* Thu Sep 10 2009 werner@suse.de
- For future use fix fd leak reported by David Binderman (bnc#536209)
* Mon Aug 10 2009 werner@suse.de
- Close file descriptor leak (bnc#529520)
* Fri Jul 10 2009 jansimon.moeller@opensuse.org
- Add ARM to nopeek
* Mon May 25 2009 werner@suse.de
- Remove oldfuser from file list
* Mon May 11 2009 werner@suse.de
- Update to psmisc-22.7
* Updated Polish, Russian, Swedish and Indonesian PO files
* Changed fuser.1 so signal is SIGNAL to reduce confusion about wether
or not it is a parameter Debian #517413
* fuser.1 references pkill(1) Debian #517414
* Added Chinese (traditional) PO file
* Updated Russian PO file
* Clarified -m and -c for fuser Debian #467289
* Patch from Arnaud Giersch to fix udp ports in fuser Debian #502208
* pstree man page mentions -Z may not be available Debian #478327
* pstree handles UTF-8 lengths much better Debian #413503
* killall says no process found when process not found Debian #500097
* pstree makes a bigger buffer for -al flags Debian #352603
* Dynamically reallocate buffer for fuser patch from Don Armstrong
* Updated Indonesian PO file
* peekfd off by one problem in fds Debian #460530
* Patch from Marcus Watts for better comm handling in pstree
* Updated Hungarian po file
* Updated French and German po files
* Fuser -m detects more open sockets SF patch #1728412 Thnks marienz
* Updated Italian, Chinese simplified, Dutch, Swedish and Polish po files
* Removed old fuser
- Adapt our patches
* Fri Mar 27 2009 werner@suse.de
- nfs4fuser: do not match on shadow mounts
- resolve some memory leaks in fuser
* Thu Mar 12 2009 werner@suse.de
- nfs4fuser: be able to detect the root file system (bnc#464295)
* Wed Mar 11 2009 werner@suse.de
- nfs4fuser: make sure not to stumble on short named mount points
to avoid to terminate processes on wrong mount points
/bin/fuser /usr/bin/killall /usr/bin/peekfd /usr/bin/prtstat /usr/bin/pstree /usr/bin/pstree.x11 /usr/share/locale/bg/LC_MESSAGES/psmisc.mo /usr/share/locale/ca/LC_MESSAGES/psmisc.mo /usr/share/locale/cs/LC_MESSAGES/psmisc.mo /usr/share/locale/de/LC_MESSAGES/psmisc.mo /usr/share/locale/el/LC_MESSAGES/psmisc.mo /usr/share/locale/eo/LC_MESSAGES/psmisc.mo /usr/share/locale/eu/LC_MESSAGES/psmisc.mo /usr/share/locale/fi/LC_MESSAGES/psmisc.mo /usr/share/locale/fr/LC_MESSAGES/psmisc.mo /usr/share/locale/hu/LC_MESSAGES/psmisc.mo /usr/share/locale/id/LC_MESSAGES/psmisc.mo /usr/share/locale/it/LC_MESSAGES/psmisc.mo /usr/share/locale/ja/LC_MESSAGES/psmisc.mo /usr/share/locale/nb/LC_MESSAGES/psmisc.mo /usr/share/locale/nl/LC_MESSAGES/psmisc.mo /usr/share/locale/pl/LC_MESSAGES/psmisc.mo /usr/share/locale/pt/LC_MESSAGES/psmisc.mo /usr/share/locale/pt_BR/LC_MESSAGES/psmisc.mo /usr/share/locale/ro/LC_MESSAGES/psmisc.mo /usr/share/locale/ru/LC_MESSAGES/psmisc.mo /usr/share/locale/sv/LC_MESSAGES/psmisc.mo /usr/share/locale/vi/LC_MESSAGES/psmisc.mo /usr/share/locale/zh_CN/LC_MESSAGES/psmisc.mo /usr/share/locale/zh_TW/LC_MESSAGES/psmisc.mo /usr/share/man/man1/fuser.1.gz /usr/share/man/man1/killall.1.gz /usr/share/man/man1/peekfd.1.gz /usr/share/man/man1/prtstat.1.gz /usr/share/man/man1/pstree.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 10:43:29 2013