114 lines
3.6 KiB
Plaintext
114 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 26 20:53:45 CEST 2007 - bwalle@suse.de
|
|
|
|
- remove special handling of timer interrupt and dual core
|
|
systems from init script because the new irq balancer does
|
|
that automatically
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 16 00:19:32 CEST 2007 - bwalle@suse.de
|
|
|
|
- wrote manpage for irqbalance
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 15:00:06 CEST 2007 - bwalle@suse.de
|
|
|
|
- updated to irqbalance.org 0.55
|
|
o rewrite from static arrays to dynamic lists using glib
|
|
o added IRQBALANCE_ONESHOT, IRQBALANCE_BANNED_INTERRUPTS
|
|
IRQBALANCE_BANNED_CPUS configuration environment variables
|
|
- changed init script to not balance the timer interrupt due to
|
|
broken hardware
|
|
- added $remote_fs to Required-Start since the binary needs
|
|
glib2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 3 11:31:56 CEST 2007 - bwalle@suse.de
|
|
|
|
- increased IRQ number to (256 + (32*MAX_CPU)) as done in the
|
|
x86_64 kernel
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 11:10:59 CEST 2006 - sf@suse.de
|
|
|
|
- added patch from bug #171500, fixing regexps
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 16 09:53:02 CEST 2006 - sf@suse.de
|
|
|
|
- added irqbalance-assert.diff to completely fix
|
|
bug #158186 (see changelog entry below)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 9 10:33:40 CEST 2006 - sf@suse.de
|
|
|
|
- increase MAX_INTERRUPTS to 512 to avoid
|
|
segfault (bug #158186)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 13:37:34 CEST 2006 - sf@suse.de
|
|
|
|
- modified startscript to start irqbalancing only on real SMP
|
|
machines (multisocket) (bug #171500)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 9 00:05:31 CET 2006 - ak@suse.de
|
|
|
|
- increase max number of cpus to 128 (#146945)
|
|
- install manpage
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:36:42 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 31 12:22:21 CET 2005 - dmueller@suse.de
|
|
|
|
- don't build as root
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 2 12:41:38 CEST 2005 - ro@suse.de
|
|
|
|
- rcscript: ignore on machines with < 2 CPUs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 21 00:49:26 CEST 2005 - ro@suse.de
|
|
|
|
- build with fPIE/pie
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 21:23:23 CET 2004 - sf@suse.de
|
|
|
|
- update to 0.09
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 20 16:00:17 CEST 2003 - kukuk@suse.de
|
|
|
|
- Add PreRequires for insserv
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 16:00:32 CEST 2003 - ro@suse.de
|
|
|
|
- added stop_on_removal and restart_on_update
|
|
- changed insserv_and_fillup to insserv_force_if_yast
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 15:20:13 CEST 2003 - sf@suse.de
|
|
|
|
- added %insserv_and_fillup in %post
|
|
and %insserv_cleanup in %postun
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 11:46:23 CEST 2003 - ak@suse.de
|
|
|
|
- update to version 0.6
|
|
- Clean up init script a bit
|
|
- Move initscript outside tar and mark as source
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 21 14:56:26 CET 2003 - sf@suse.de
|
|
|
|
- initial version 0.1
|
|
|