Switch to miscdevice API. Do not run copy_to_user under spin lock
[apc.git] / Changes
blob4076731644b416a7313ef0f3d8e3273a91bb0d51
1 11
2  * Fix constant bar width
4  * Don't display things when the size of the view port is too small
6  * Add a piece of information to the README about another possible
7    module installation problem and a patch with a possible fix.
8    Thanks to Jonathan Derque for reporting and helping with this
9    issue
12  * Use RDPMC on NT/X86 or die trying
15  * Do not show kernel-sampler CPU bar when not using kernel sampler
17  * Reject invalid command line options
19  * Properly flush stderr on error
21  * Solaris support
23  * Mac OS X support
26  * Only allow one application to open and use the module at a time
28  * "Fix" module_param + idle_func
30  * Optional separate sys/nice/iowait/intr colors for kernel sampler
32  * ITC_PREEMPT_HACK is now the default for preemptible kernels
35  * Stop collecting information upon release
36    Start                       upon open
38  * Set itc->sleeping when entering `itc_idle'
40  * Refuse to build on 2.4 + SMP
42  * Fix some command line options behavior/documentation
44  * Add (manually selectable) hack to work around issues
45    with 2.6.8-2-686-smp kernel (from Debian)
48  * Linux/PPC(6xx) support
51  * NT support
54  * Better working gzh mode (though still not satisfactory)
56  * No labels/bars mode
58  * Filled area mode
60  * Decouple Graph.funcs from samplers
62  * Hackish NETWM icon creation
65  * Somewhat working gzh mode
67  * `/proc/uptime' sampler (only useful on uniprocessors)
69  * Proper sampling (+1)
72  * Proper time difference calculation in the module
74  * Fixed SMP handling
76  * Fixes here and there
79  * Mark `idle_func' method of getting module to load as DANGEROUS