Update
[apc.git] / Changes
blob432a965fb7f1fa8bbab81f6aff5f23d3dcf790b7
1 12
2  * Do not invoke `copy_to_user' under spin lock
3    (Spotted by Luca Tettamanti)
5  * Switch to miscdevice API in Linux kernel module
6    (And update documentation to reflect this)
7    (Default device name is changed to `/dev/itc')
9  * Add some logic to not draw stuff when it doesn't fit into the
10    viewport
12  * Make QUIRK mode uncoditional for 2.6 series of kernels
15  * Fix constant bar width
17  * Don't display things when the size of the view port is too small
19  * Add a piece of information to the README about another possible
20    module installation problem and a patch with a possible fix.
21    Thanks to Jonathan Derque for reporting and helping with this
22    issue
25  * Use RDPMC on NT/X86 or die trying
28  * Do not show kernel-sampler CPU bar when not using kernel sampler
30  * Reject invalid command line options
32  * Properly flush stderr on error
34  * Solaris support
36  * Mac OS X support
39  * Only allow one application to open and use the module at a time
41  * "Fix" module_param + idle_func
43  * Optional separate sys/nice/iowait/intr colors for kernel sampler
45  * ITC_PREEMPT_HACK is now the default for preemptible kernels
48  * Stop collecting information upon release
49    Start                       upon open
51  * Set itc->sleeping when entering `itc_idle'
53  * Refuse to build on 2.4 + SMP
55  * Fix some command line options behavior/documentation
57  * Add (manually selectable) hack to work around issues
58    with 2.6.8-2-686-smp kernel (from Debian)
61  * Linux/PPC(6xx) support
64  * NT support
67  * Better working gzh mode (though still not satisfactory)
69  * No labels/bars mode
71  * Filled area mode
73  * Decouple Graph.funcs from samplers
75  * Hackish NETWM icon creation
78  * Somewhat working gzh mode
80  * `/proc/uptime' sampler (only useful on uniprocessors)
82  * Proper sampling (+1)
85  * Proper time difference calculation in the module
87  * Fixed SMP handling
89  * Fixes here and there
92  * Mark `idle_func' method of getting module to load as DANGEROUS