Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153272 OBS-URL: https://build.opensuse.org/package/show/Base:System/procinfo?expand=0&rev=16
225 lines
7.7 KiB
Plaintext
225 lines
7.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 29 14:34:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 7 08:36:29 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Add patch procinfo-strsignal.dif to use strsignal(3) as replacement
|
|
of (_)sys_siglist[]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 06:28:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Modernize old variables. Drop author list from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 15 10:22:36 UTC 2014 - jengelh@inai.de
|
|
|
|
- Enable parallel build and remove ancient specfile tags and sections
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 9 12:25:07 UTC 2014 - werner@suse.de
|
|
|
|
- Add the patches
|
|
procinfo-man.dif to avoid bogus comments nroff code
|
|
procinfo-maxdev.dif to increase the numbers og devices a lot (bsc#900125)
|
|
procinfo-ranges.dif to check buffer boundaries
|
|
procinfo-sysconf.dif to get the number of CPU's which are online
|
|
procinfo-uptime.dif avoid variable overflow in case the system is idle
|
|
- Modify the patches
|
|
procinfo-18.dif
|
|
procinfo-float.dif
|
|
procinfo-hz
|
|
procinfo-ia64.diff
|
|
procinfo-intr.dif
|
|
procinfo-lsdev.dif
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 15:57:38 UTC 2011 - uli@suse.com
|
|
|
|
- cross-build fixes: use %__cc macro, move tests to %check section
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 3 19:09:38 UTC 2009 - coolo@novell.com
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 20 11:23:21 CET 2009 - werner@suse.de
|
|
|
|
- Don't be fooled by uncommon terminal settings during checks
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 12 12:09:27 CET 2009 - werner@suse.de
|
|
|
|
- Add check to avoid bug like bnc#464081
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 9 11:34:07 CET 2009 - werner@suse.de
|
|
|
|
- Do not be fooled by the newest gcc version string (bnc#464081)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 11 13:00:19 CET 2008 - werner@suse.de
|
|
|
|
- Do not fail on long devices names in diskstats (bnc#441967)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 22:26:32 CEST 2008 - garloff@suse.de
|
|
|
|
- termcap.h has moved to ncurses/termcap.h.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 10 19:26:37 CEST 2008 - werner@suse.de
|
|
|
|
- Make it work even on tickless kernels (bnc#399342)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 28 15:56:24 CEST 2008 - werner@suse.de
|
|
|
|
- Use smaller buffer to parse long "intr" line from /proc/stat
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 25 19:22:32 CEST 2008 - werner@suse.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 16:16:53 CEST 2007 - werner@suse.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 16:17:15 CEST 2007 - werner@suse.de
|
|
|
|
- Count number of interrupts even if line buffer is smaller than
|
|
"intr" line of /proc/stat (bug #335102)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 31 11:56:14 CEST 2007 - werner@suse.de
|
|
|
|
- Modified version of last patch: include fractions of seconds
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 30 17:09:25 CEST 2007 - werner@suse.de
|
|
|
|
- During time delay calculation cast result not parts to float and
|
|
avoid sprint overflows (bug #295501)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 14:50:41 CEST 2007 - werner@suse.de
|
|
|
|
- Correct patch depth
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 4 11:21:32 CEST 2007 - werner@suse.de
|
|
|
|
- Expand socklist to TCP/IPv6 (bug #280032)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 17:10:14 CEST 2007 - werner@suse.de
|
|
|
|
- Fix lsdev for ia64: there is no /proc/dma (bug #263740)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 12:26:02 CEST 2007 - rguenther@suse.de
|
|
|
|
- Add ncurses-devel BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 6 11:52:38 CET 2006 - werner@suse.de
|
|
|
|
- Fix buffer overflow due high load (bug #226253)
|
|
|
|
-----------------------------------------------------------------
|
|
Mon Nov 27 12:35:49 CET 2006 - werner@suse.de
|
|
|
|
- XEN kernels do not use timer irq (bug #222035)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 13:08:41 CET 2006 - werner@suse.de
|
|
|
|
- /proc/sys/kernel/HZ is gone use clock_getres with CLOCK_REALTIME
|
|
for getting kernel space HZ (bug #222035)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 15:46:57 UTC 2006 - werner@suse.de
|
|
|
|
- For more than three disks show the last one only once (#196774)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 17 14:37:30 CEST 2006 - werner@suse.de
|
|
|
|
- Use sysconf(_SC_CLK_TCK) instead of HZ of user space
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 2 14:22:53 CEST 2006 - werner@suse.de
|
|
|
|
- The members of the array used for storing irq are unsigned longs,
|
|
many thansk to Harald Koenig.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 2 12:59:42 CEST 2006 - werner@suse.de
|
|
|
|
- The timer ticks on ix86 are given in kernel space HZ, use correct
|
|
factor to get them into user space HZ (bug #56081)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 26 19:16:34 CEST 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:30:50 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 7 14:26:32 CET 2005 - mmj@suse.de
|
|
|
|
- Detect our gcc version correctly [#70954]
|
|
- Add disk stat hunks removed wrongly before
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 3 16:43:46 CET 2005 - mmj@suse.de
|
|
|
|
- Get info about pages and swap from /proc/vmstat [#64620]
|
|
(Partly from procinfo@meisel.cc)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 24 13:19:00 CET 2005 - garloff@suse.de
|
|
|
|
- The times in /proc/stat are in user HZ, not the kernel internal
|
|
one (#56081 aka suse#41081).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 9 14:55:32 CET 2004 - draht@suse.de
|
|
|
|
- procinfo should not refuse to run if TERM is not set, such as
|
|
when running non-interactively from ssh.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 24 16:34:22 CEST 2004 - garloff@suse.de
|
|
|
|
- Read HZ from /proc/sys/kernel/HZ if existing, otherwise assume
|
|
1000 for kernel 2.6, 100 for older ones. (#45707)
|
|
- Us it in calculation of load percentages. (#45707)
|
|
- Fix overflow in uptime output. (#41081)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 1 14:56:19 CET 2004 - stepan@suse.de
|
|
|
|
- procinfo-ia64.diff: fix time conversion problem on ia64
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 14 16:47:20 CET 2004 - kukuk@suse.de
|
|
|
|
- Split from ps package
|
|
|