Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add autotools scripts to irqbalance
Steve Grubb sent this patch as part of issue 3: http://code.google.com/p/irqbalance/issues/detail?id=3 He requested that we add the ability to drop capabilities from irqbalance since it nominally runs as root, and he suggested using the capng library, which makes that process easier. Since capng is a fairly new library, and many distros may not have it, we need to start using a configure script to optionally include it during the build. This patch accomplishes all of that. Signed-off-by: Neil Horman <nhorman@gmail.com> git-svn-id: https://irqbalance.googlecode.com/svn/trunk@21 46b42954-3823-0410-bd82-eb80b452c9b5
- Loading branch information
Showing
with
28 additions
and 9 deletions.
- +3 −0 AUTHORS
- +3 −0 ChangeLog
- +1 −0 NEWS
- 0 README
- +1 −0 activate.c
- +1 −1 bitmap.c
- +1 −0 classify.c
- +1 −2 cputree.c
- +11 −1 irqbalance.c
- +1 −1 irqlist.c
- +1 −1 network.c
- +1 −1 numa.c
- +1 −0 placement.c
- +1 −1 powermode.c
- +1 −1 procinterrupts.c
@@ -0,0 +1,3 @@ | ||
Arjen Van De Ven <arjanvandeven@gmail.com> | ||
Neil Horman <nhorman@gmail.com> | ||
|
@@ -0,0 +1,3 @@ | ||
This is all tracked in the SVN repo. This file is just here to keep the | ||
autotools from complaining | ||
|
@@ -0,0 +1 @@ | ||
No news currently |
Empty file.