Changelog for
procinfo-18-198.3.x86_64.rpm :
Mon Jan 12 13:00:00 2009 wernerAATTsuse.de
- Add check to avoid bug like bnc#464081
Fri Jan 9 13:00:00 2009 wernerAATTsuse.de
- Do not be fooled by the newest gcc version string (bnc#464081)
Tue Nov 11 13:00:00 2008 wernerAATTsuse.de
- Do not fail on long devices names in diskstats (bnc#441967)
Fri Aug 22 14:00:00 2008 garloffAATTsuse.de
- termcap.h has moved to ncurses/termcap.h.
Thu Jul 10 14:00:00 2008 wernerAATTsuse.de
- Make it work even on tickless kernels (bnc#399342)
Mon Apr 28 14:00:00 2008 wernerAATTsuse.de
- Use smaller buffer to parse long \"intr\" line from /proc/stat
Fri Apr 25 14:00:00 2008 wernerAATTsuse.de
- Fix parsing strange gcc line within /proc/version (bnc#383721)
- Expand line buffer to fetch more the 4000 interrupts (bnc#383721)
Tue Oct 23 14:00:00 2007 wernerAATTsuse.de
- Don\'t overwrite already allocted memory if the system has
a huge number of interrupts (bug #335102)
- Copy only the labels of the used interrupts to save stack size
(bug #335102)
Mon Oct 22 14:00:00 2007 wernerAATTsuse.de
- Count number of interrupts even if line buffer is smaller than
\"intr\" line of /proc/stat (bug #335102)
Tue Jul 31 14:00:00 2007 wernerAATTsuse.de
- Modified version of last patch: include fractions of seconds
Mon Jul 30 14:00:00 2007 wernerAATTsuse.de
- During time delay calculation cast result not parts to float and
avoid sprint overflows (bug #295501)
Tue Jun 5 14:00:00 2007 wernerAATTsuse.de
- Correct patch depth
Mon Jun 4 14:00:00 2007 wernerAATTsuse.de
- Expand socklist to TCP/IPv6 (bug #280032)
Tue Apr 17 14:00:00 2007 wernerAATTsuse.de
- Fix lsdev for ia64: there is no /proc/dma (bug #263740)
Thu Mar 29 14:00:00 2007 rguentherAATTsuse.de
- Add ncurses-devel BuildRequires
Wed Dec 6 13:00:00 2006 wernerAATTsuse.de
- Fix buffer overflow due high load (bug #226253)
Mon Nov 27 13:00:00 2006 wernerAATTsuse.de
- XEN kernels do not use timer irq (bug #222035)
Fri Nov 17 13:00:00 2006 wernerAATTsuse.de
- /proc/sys/kernel/HZ is gone use clock_getres with CLOCK_REALTIME
for getting kernel space HZ (bug #222035)
Mon Aug 7 14:00:00 2006 wernerAATTsuse.de
- For more than three disks show the last one only once (#196774)
Mon Jul 17 14:00:00 2006 wernerAATTsuse.de
- Use sysconf(_SC_CLK_TCK) instead of HZ of user space