Fix: statedump: disable vm maps enumeration
[lttng-modules.git] / ChangeLog
CommitLineData
a75e6714
MD
12012-06-27 LTTng modules 2.0.4
2 * LTTng: probe-statedump: add #include <linux/sched.h>
3 * fix: signal_generate event should print utf8 for comm field
4
b43e88c0
MD
52012-06-01 LTTng modules 2.0.3
6 * Fix: free_event_id check should compare unsigned int with -1U
7 * Fix: update signal instrumentation for 3.4 kernel
8
5bed5c09
MD
92012-04-18 LTTng modules 2.0.2
10 * Fix: generate header missing echo -e for escape chars
11 * Fix: add missing uaccess.h include (for ARM)
12 * README: Document that CONFIG_MODULES is required
13 * Fix: README typo
14 * Fix: document required and optional kernel config options in README
15
d2a9270f
MD
162012-03-29 LTTng modules 2.0.1
17 * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
18
192012-03-20 LTTng modules 2.0.0
730e5783
MD
20 * First STABLE version
21 * Add version name
22
63be4822
MD
232012-03-20 LTTng modules 2.0.0-rc4
24 * Update README and add version name place-holder
25
1bca821c
MD
262012-03-16 LTTng modules 2.0.0-rc3
27 * Fix clock offset 32-bit multiplication overflow
28 * Fix : wrong assign of fd in state dump
29 * License cleanup, ifdef namespace cleanup
30 * Fix: ensure power of 2 check handles 64-bit size_t entirely
31
4d1704b6
MD
322012-03-02 LTTng modules 2.0.0-rc2
33 * Fix: dmesg printout should not print metadata warnings
34 * Fix: use transport name as channel name
35 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
36
f66cbcc8
MD
372012-02-20 LTTng modules 2.0.0-rc1
38 * Standardize version across toolchain
39 * statedump: Use old macro name for kernel 2.6.38
40
2646f1db
MD
412012-02-16 LTTng modules 2.0-pre15
42 * Add timer instrumentation
43 * fix: need to undef mainline define
44 * fix: Include signal.h instead of irq.h for prototype match check
45 * Add signal instrumentation
46
3e8b3fb8
MD
472012-02-16 LTTng modules 2.0-pre14
48 * syscall tracing: sys_getcpu
49 * Add sys_clone x86 instrumentation
50 * statedump: fix include circular dep
51 * Implement state dump
52
ed5a7a8f
MD
532012-02-09 LTTng modules 2.0-pre13
54 * Update README
55 * environment: write sysname, release, version, domain to metadata
56 * Allow open /proc/lttng for read & write
57
497051bd
MD
582012-02-02 LTTng modules 2.0-pre12
59 * Add x86 32/64 execve syscall instrumentation override
60 * Remove unused defines
61 * Add padding to ABI
62 * Use LTTNG_KERNEL_SYM_NAME_LEN
63 * Update version to 1.9.9
64 * Add missing double-quotes to clock uuid
65 * clock: read bootid as clock monotonic ID
66 * Fix comment
67 * Cleanup comment
68 * clock: output clock description in metadata
69 * Properly fix the timekeeping overflow detection
70 * Fix init bug
71 * rename lib-ring-buffer to lttng-lib-ring-buffer
72 * Remove #warning
73 * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
74 * Update TODO
75 * Update TODO
76 * Remove debugfs file (keep only proc file)
77 * Rename lttng-debugfs-abi files to lttng-abi
78
4d3e89e3
MD
792011-12-13 LTTng modules 2.0-pre11
80 * Fix OOPS caused by reference of config pointer
81 * Gather detailed info from x86 64 32-bit compat syscall instrumentation
82 * lttng lib: ring buffer move null pointer check to open
83 * lttng lib: ring buffer remove duplicate null pointer
84 * lttng lib: ring buffer: remove stale null-pointer
85 * lttng wrapper: add missing include to kallsyms wrapper
86 * lttng: cleanup one-bit signed bitfields
87 * Add TODO file
88 * Update symbol name length max size to 256
89 * Fix last modifications to string_from_user operations
90 * Document that depmod needs to be executed by hand
91 * Fix strlen_user fault space reservation
92 * Fix tp_copy_string_from_user handling of faults
93 * Disable block layer tracing support for kernels < 2.6.38
94 * lttng context: perf counter, fix 32-bit vs 64-bit field size bug
95 * Update trace clock warning to match the current development plan
96 * ringbuffer: make ring buffer printk less verbose
97 * Makefile: do not run depmod manually
98
e2222c2e
MD
992011-09-30 LTTng modules 2.0-pre10
100 * x86-32: override sys_mmap syscall instrumentation
101 * Fix cast warning
102
bfb508ed
MD
1032011-09-29 LTTng modules 2.0-pre9
104 * x86 32 syscalls: fix !CONFIG_UID16
105 * Use __string_from_user
106 * Add __string_from_user
107 * Rename "comm" context to "procname"
108 * Fetch "type" name field for mount syscall
109 * Create common override file for all architectures
110 * Shrink stack size usage
111 * Cleanup: remove unused lttng-compat-syscalls.c file
112 * Support detailed compat syscalls on x86_64
113 * Fix syscall table
114 * Add disabled compat syscalls detail (work in progress)
115 * Add config compat support for detailed x86_32 syscalls
116 * Handle newer 3.1+ perf API
117 * Add dummy x86-32 override headers
118 * Bind x86-32 syscall headers
119 * Add x86-32 syscall headers
120 * Add check for KALLSYMS_ALL in syscall extraction script
121 * Automate string extraction for syscalls
122 * Automate syscall filename/pathname extraction
123 * Add exit to ring_buffer_frontend so module is unloadable
124 * Add sys_open filename (x86_64)
125 * Add missing memcpy callback
126 * copy_from_user and memset
127 * Add missing alignment after header write
128 * lib ring buffer: add frontend init as module_init
129 * lib ring buffer frontend: add missing lock initialization
130 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address (missing file)
131 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address
132 * Create override for sys_mmap
133 * Rename syscalls -> syscall in LTTng ABI
134 * Use different event name for compat syscalls
135 * Allow trace syscall table override
136 * Add dummy override files
137 * syscall detail: add override capability
138 * Add pointer pretty-print heuristics
139 * Add __field_hex
140 * Rename sys exit errno into ret
141 * Enable detailed syscalls only for native x86_64
142 * Use "unknown" for compat syscalls
143 * Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat
144 * Fix syscall exit
145 * Fix sys exit
146 * Only enable detailed syscalls for x86_64 for now
147 * Merge unknown syscall method with extended detail method
148 * Add underscore prefix before event names
149 * Add syscalls pointers detailed syscall tracing
150 * Use perl for regexp
151 * Support generation of syscall probes for those with pointers
152 * Support detailed syscalls with 0 arguments
153 * detailed syscall tracing (work in progress)
154 * Expose /proc/lttng file
155 * Implement detailed syscall event probe
156 * Disable perf build for < 2.6.33 kernels
157 * Syscall detail mode: generate syscall table
158 * block instrumentation: write cmd as hex sequence
159 * lttng-events TRACE_EVENT generator cleanup
160 * block layer instrumentation: fix cmd field
161 * Remove 0 args syscalls for now from type-aware syscall cb generator
162 * Generate trace syscall table macros
163 * Put syscall tracing without arg types back in place
164 * Detailed system call tracing (TRACE_EVENT() generation for integer support)
165 * lttng events probes: don't clash with "ctx" variable name
166 * lib ring buffer must take private pointer copy before decrementing refcount
167
47655e60
MD
1682011-08-16 LTTng modules 2.0-pre8
169 * Fix metadata buffer wait/wakeup
170
99a93317
MD
1712011-08-12 LTTng modules 2.0-pre7
172 * Add missing module refcount to lttng_tracepoint_list_fops
173 * Add license info about lib/ringbuffer/ring_buffer_mmap.c being GPLv2
This page took 0.037171 seconds and 4 git commands to generate.