Cygwin: Fix handling of wait pipe hangup by properly detecting EOF
[lttng-tools.git] / ChangeLog
1 2012-11-28 lttng-tools 2.0.5
2 * Fix: Change the type of enabled in lttng_event to a signed int
3 * Fix: Returned code when listing kernel channel
4 * Fix: Wrong returned error code on UST enable event
5 * Fix: consumer recv command error path
6 * Fix: Missing libs dependencies in configure check for lttng-ust-ctl
7 * Fix: Libtool fails to find dependent lib when cross-compiling
8
9 2012-07-25 lttng-tools 2.0.4
10 * Fix: support large files on 32-bit systems
11 * Fix: mmap write() for large subbuffers and handle EINTR (v2)
12 * Fix: The session list count should provide unique identifiers
13 * Fix: test: session list count cannot use "count" unique id
14 * Fix typo: utils.sh
15
16 2012-06-22 lttng-tools 2.0.3
17 * Fix: enable event loglevel match function
18 * Fix: unchecked pointer from getenv() for lttng create
19 * Ship license text file with the release archive
20
21 2012-06-14 lttng-tools 2.0.2
22 * Fix: enable event with different loglevel error
23 * Fix: move memset in channel_set_attr after NULL check
24 * Fix: close all file descriptors when executed as daemon
25 * Fix: clang llvm warnings
26 * Add CodingStyle to tarball
27 * Add coding style document
28
29 2012-04-19 lttng-tools 2.0.1
30 * Fix: test script for kernel module validation
31 * Fix: report error to client on consumerd error
32 * Fix: add missing ht_destroy at consumer teardown
33 * Fix: consumer fd recv thread should write into non-blocking pipe
34 * Fix: work-around glibc __nptl_setxid vs clone hang
35 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
36 * Fix consumer lttng_consumer_poll_socket poll revents check bug
37 * Fix: increase consumer open files limit
38 * Update README: document dep on modprobe for kernel tracing
39 * Fix: wait for sessiond to stop in tests
40 * Fix: remove unused return variable
41 * Don't report back error on syscalls fail for -a -k
42 * Fix: destroy context hash table being NULL
43 * Fix: make lttng expand path for trace output opt
44 * Fix: return value signedness
45 * Fix: man page environment variable name error
46 * Fix: check return value on getenv USER
47
48 2012-03-20 lttng-tools 2.0.0
49 * Fist STABLE version
50 * Add version name: Annedd'ale
51
52 2012-03-20 lttng-tools 2.0.0-rc4
53 * Fix: add small detail to enable-channel man page
54 * Fix: warned of arbitrary time for ust-nprocesses test
55 * Fix. add limitation to man page
56 * Fix: minor changes to lttng.1
57 * Fix: add exit values to lttng.1 man page
58 * Fix: add delay before validating apps in test nproc
59 * Fix: error handling in lttng enable-event
60 * Fix: document structure init. to 0 in lttng.h
61 * Fix: uninitialized variable
62 * Keep track of FD used for UST applications (v2)
63 * Fix: lttng view, error message and exit code
64 * Small fixes to lttng man pages (v2)
65 * Fix: handle EINTR for sendmsg syscall
66 * Fix: lttng UI exit value and error message
67 * Fix: session lock use after free
68 * Fix kernel_list_events memleaks
69 * Fix debug message use uninitialized variable
70 * Fix: trace_ust_destroy_metadata should check for NULL pointer
71 * Fix: various memleaks
72 * Fix: hash table allocation out of order on error
73 * fix: lttng_ht_destroy memleak
74
75 2012-03-16 lttng-tools 2.0.0-rc3
76 * Fix: missing headers for make dist
77 * Fix: install lttng-consumerd in lib/lttng/libexec/
78 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
79 * Fix: consumer CPU hotplug support
80 * Fix: double PID registration race
81 * Make libcompat independent not to confuse automake
82 * Clarify the license of lttng-ust-abi.h
83 * Fix: License header
84 * Fix: wrong return value on consumer socket creation
85 * Fix: test for UST invalid channel parameters at channel creation
86 * Fix: recvmsg should handle EINTR
87 * Fix: error.h non-static variables for liblttng-ctl
88 * Fix: missing _GNU_SOURCE define
89 * Fix: improve need root for kernel tracing error message
90 * Fix: start/stop lttng message error
91
92 2012-03-02 lttng-tools 2.0.0-rc2
93 * Fix: meaningful error message
94 * Fix: UST consumer need to iterate on streams, just change their key
95 * Fix: add missing rcu read lock across RCU HT iteration
96 * Fix: kernel session closes fd 0 after create
97 * Fix: sendmsg EPIPE should be quiet by default (expected)
98 * Fix: thread_registration_apps should set its local sock to -1 when passing it
99 * Fix: clock -> sock typo
100 * Fix: consumer race: should allow reuse of FD key
101 * Fix: Use PERROR all across lttng-tools, never make it quiet
102 * Fix: test all close return values in sessiond
103 * Fix: All perror turned into PERROR to show file and line number
104 * Fix: large audit of close() use in sessiond main.c
105 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
106 * Fix: incorrect close of fd 0 for syscall kernel event destroy
107 * Fix: sessiond has incorrect missing 0 value in FD check
108 * Fix: sessiond app listening: use posix-compliant poll flags
109 * Fix: consumer printf type should match ssize_t (%zd)
110 * Fix: make ust consumer posix compliant for poll flags
111 * Fix security permission on lttng run directory
112 * Fix: Display right loglevel_type in error message
113 * Fix documentation in lttng.h
114 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
115 * Fix: restart consumerd and sessiond when interrupted in poll()
116 * Fix: handling bad channel when sending to consumer
117 * Fix useless variable
118 * Fix add-context returned error
119 * fix: add missing break in command handling
120 * fix: command handling: do not check domain for commands not requiring domain
121 * fix: if tracing group does not exist, do not report a client error
122 * Fix: run_as error handling
123 * Fix usage note on -a
124 * Revert FreeBSD compatibility layer
125 * Fix: documented number of subbuffers is incorrect
126 * Document that num-subbuf and subbuf-size need to be power of 2
127 * Merge branch 'master' of git://git.lttng.org/lttng-tools
128
129 2012-02-20 lttng-tools 2.0.0-rc1
130 * Fix lttcomm_close_unix_sock to actually close the socket
131 * lttng-sessiond: Set group permissions explicitly
132
133 2012-02-16 lttng-tools 2.0-pre23
134 * configure.ac: Fix consumerd64-libdir typo
135 * Fix existing session daemon check
136 * Fix missing session locks
137 * Fix return value on ust app session create
138 * Fix double start/stop trace
139 * Fix ust app session started state on start trace
140 * modprobe statedump, signal and timer lttng module
141 * Fix hyphens in man pages
142
143 2012-02-14 lttng-tools 2.0-pre22
144 * Add the bash-completion file to the dist tarball
145 * Add the LICENSE file too
146 * Package used for the Ubuntu LTS (feature freeze)
147
148 2012-02-13 lttng-tools 2.0-pre21
149 * Fix licensing for hashtable/utils.c
150 * Print loglevel value in list -u
151 * Remove "<all> from MSG() when no loglevel is selected
152 * Initial import of man lttng.1 and lttng-sessiond.8
153 * Fix memory leak master
154
155 2012-02-09 lttng-tools 2.0-pre20
156 * New lttng view command
157 * Multiple loglevel fixes
158 * Fix list command
159 * Fix session syscall listing
160 * Multiple fixes across the code base
161
162 2012-02-02 lttng-tools 2.0-pre19
163 * Update lttng ust ABI/API copy
164 * Implement UST calibrate and change default
165 * Add MSG_WAITALL to recvmsg of sessiond-comm
166 * Check kernel version for tests
167 * Add a '--list-options' option to each command.
168 * First import of extras/ with lttng bash completion
169 * Remove default defines from lttng.h
170 * Fix lttng sessiond spawn wait race
171 * Add CMD_WARNING error code
172 * Fix context mapping for UST and kernel
173 * Add kernel work-around for boot_id
174 * Rewrites lttng-ctl's set_session_daemon_path
175 * Fix memory lean in all lttng cli commands
176 * Update loglevel ABI
177 * Add padding to all ABIs for future development.
178 * Improve error handling of lttng cli
179 * Multiple fixes across the code base (nothing critical)
180
181 2012-01-23 lttng-tools 2.0-pre18
182 * Complete change of the source directory tree
183 * Move compat to common and create an internal lib
184 * Rename lttngerr.h to error.h
185 * Add kernel module version validation
186 * Add UST version validation
187 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
188 * Fix off-by-one and double list size instead of steady increment
189
190 2012-01-19 lttng-tools 2.0-pre17
191 * Add and support the new hash table library
192 * Add lttng hash table support to liblttng-consumer
193 * RCU support for consumer's hash tables
194 * UST consumer close shm fd after mapping it
195 * Remove CLONE_VM flag for runas making gdb debugging impossible
196 * Make MSG() print on stdout instead of stderr
197 * Don't init kernel tracer if not root (UID=0)
198 * Multiple fixes found when reaching max. number of open files
199 * Add some UST tests
200 * Multiple segfaults and assert error fixed
201
202 2011-12-23 lttng-tools 2.0-pre16
203 * Per-user lttng-sessiond now fully functionnal
204 * Fix nested double usage of hashtable iterators
205 * Support creds passing between lttng and sessiond
206 * Rename sessiond internal "uid" fields to "id"
207 * Create all trace directories and files with client user credentials
208 * Create output directory at session creation command
209 * Only allow the user or group owning the session (or root) to control a session
210 * Add disable kernel tracing option to sessiond
211
212 2011-12-13 lttng-tools 2.0-pre15
213 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
214 * UST consumer 32/64 bit support
215 * Multiple bug fixes
216 * Multiple segfault, race and double lock fixes
217 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
218 * UST loglevel support
219 * ABIs now support 256 char event names
220 * Dependency on libpopt >= 1.13
221 * Dependency on URCU >= 0.6.7
222 * Rename kernel-ctl.c/.h to kernel.c/.h
223 * Change malloc to zmalloc in lttng-sessiond code
224 * RCU hashtable support for all UST data structure
225 * New libconsumer for UST, kernel and one generic
226 * Change "--all" option from lttng command line
227 * Remove function entry option to discourage its use
228
229 2011-09-30 lttng-tools 2.0-pre14
230 * Syscall tracing support
231 * Multiple bug fixes (nothing critical)
232 * Add userspace RCU hash table to tree for dev
233 * Update UST ABI
234 * Fix epoll that did not handle EINTR
235 * Liburcu >= 0.6.5 is needed from this release
236 * Enabling all events also enable syscall tracing
237 * Debug messages are now on stderr
238 * Add basic data structure for UST support but not ready yet.
239
240 2011-08-25 lttng-tools 2.0-pre13
241 * Memory leaks fixes and double lock list
242 * Add UST registration with sychronisation
243 * Use poll/epoll compatibility layer for the sessiond
244 * Major code cleanup of ltt-sessiond/main.c
245 * Increase listen() connexion limit
246 * Fix bad enable-channel command
247 * Rename trace.c/.h to trace-kernel
248 * Multiple fixes on the poll management with the new epoll API
249
250 2011-08-25 lttng-tools 2.0-pre12
251 * Multiple fixes
252 * Fix kconsumerd handling custom channel output
253 * Add lttng_register_consumer to register a custom consumer
254 * Add multiples tests of the session daemon
255 * Default kernel channel size/number changed
256 * Support for UST application registration
257 * Import LTTng UST 2.0 ABI
258 * Send data to kconsumerd before tracing start
259 * Export API of lib kernel consumer (liblttngkconsumerd)
260
261 2011-08-12 lttng-tools 2.0-pre11
262 * New lttng API using the lttng_handle
263 * Multiple fixes of kernel consumer
264 * Register the consuming function and add a library context
265 * Kernel consumer fix mmap/munmap
266 * lttng-sessiond-comm header has been privatize
267 * Kernel traces are written in the kernel/ directory
268 * Add underscore to enable-channel command options
269
270 2011-07-29 lttng-tools 2.0-pre6
271 * Fix enable multiple events
272 * Add function entry feature
273
274 2011-07-28 lttng-tools 2.0-pre5
275 * Fix Add context command
276 * Fix auto session path creation
277 * Fix bad strncmp at channel creation
278
279 2011-07-23 lttng-tools 2.0-pre4
280 * Fix kprobe attributes
281 * Fix channel creation when not found at event enable
282 * Add safe list iteration
283 * Add two tests into the git tree
284 * Kernel consumer can be put in debug mode with -vv
285 * Trace path is now created on the client side
286
287 2011-07-23 lttng-tools 2.0-pre3
288 * Fix perf hw cache counter config values
289
290 2011-07-22 lttng-tools 2.0-pre2
291 * Multiple fixes
292 * New add-context options for perf counter and context
293 * Using the install bin path from autotool for execl() call
294 * Update quickstart guide
295
296 2011-07-20 lttng-tools 2.0-pre1
297 * First prerelease of lttng-tools.
298 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.036398 seconds and 4 git commands to generate.