lttng-ust.git
2012-06-01  Mathieu DesnoyersUpdate version to 2.0.3 v2.0.3
2012-06-01  Wolfgang PuffitschFix: Block all signals in listener thread
2012-05-22  Mathieu DesnoyersRemove jni support for configure
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-05-15  Mathieu Desnoyerstracepoint: include stdio.h for NULL definition
2012-05-15  Mathieu Desnoyersmanpage update: document that probes need gcc
2012-05-15  Mathieu DesnoyersFix: remove # in front on extern "C" {
2012-05-10  Mathieu DesnoyersCleanup: don't use GNU old-style field designator extension
2012-05-10  Mathieu DesnoyersFix: remove padding field after variable sized array
2012-04-25  Mathieu DesnoyersFix: lttng-ust.pc needs to specify -ldl
2012-04-18  Mathieu DesnoyersUpdate changelog after liblttng-ust-java removal v2.0.2
2012-04-18  Mathieu DesnoyersFix: drop unusable liblttng-ust-java.so
2012-04-18  Mathieu DesnoyersUpdate changelog for 2.0.2
2012-04-18  Mathieu DesnoyersRevert "Fix: Make the JNI interface actually work"
2012-04-18  Mathieu DesnoyersUpdate version to 2.0.2
2012-04-18  Mathieu DesnoyersFix: examples Makefiles should pass $(LIBS) at last
2012-04-12  Mathieu DesnoyersRevert "Build a jar for the Java side of the JNI interface"
2012-04-12  Alexandre MontplaisirBuild a jar for the Java side of the JNI interface
2012-04-09  Mathieu DesnoyersFix: ustctl need to send the second fd upon error of...
2012-04-05  Alexandre MontplaisirFix: Make the JNI interface actually work
2012-03-29  Mathieu DesnoyersUpdate version to 2.0.1 v2.0.1
2012-03-28  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-03-27  Mathieu DesnoyersFix multi-session wildcard support
2012-03-27  Mathieu DesnoyersFix event lost count when buffer is full
2012-03-25  Mathieu DesnoyersRemove inappropriate \n from easy-ust sample
2012-03-20  Mathieu DesnoyersUpdate version to 2.0.0 stable v2.0.0
2012-03-20  Mathieu Desnoyersmake dist: Generate bzip2 instead of gzip
2012-03-20  Mathieu DesnoyersUpdate version to 2.0.0-rc4 v2.0.0-rc4
2012-03-20  Mathieu DesnoyersFix out-of-bound write in ltt-events.c
2012-03-20  Mathieu DesnoyersDocument LTTNG_UST_DEBUG_VALGRIND compilation flag
2012-03-19  Mathieu DesnoyersUpdate COPYING
2012-03-19  Yannick BrosseauAdd exception handling to lttng-gen-tp io operations
2012-03-16  Mathieu DesnoyersUpdate version to 2.0.0-rc3 v2.0.0-rc3
2012-03-14  Mathieu DesnoyersFix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
2012-03-14  Mathieu Desnoyersfix: ustcomm_close_unix_sock should close, not shutdown
2012-03-14  Mathieu DesnoyersFix: do not print EPIPE perror, as it is an expected...
2012-03-13  Mathieu DesnoyersEnsure that multiplication of clock offset is done...
2012-03-08  Mathieu DesnoyersAdd 2 missing licenses in deprecated tests
2012-03-08  Mathieu DesnoyersRemove unbuild and unused (deprecated) make_shared_lib...
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-08  Mathieu DesnoyersCleanup: remove duplicate check for 0 num_subbuf and...
2012-03-08  Mathieu DesnoyersFix: power of 2 size check should apply to size_t type...
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  Yannick BrosseauMake lttng-gen-tp work on python 2.6
2012-03-06  Yannick BrosseauMake lttng-gen-tp executable
2012-03-02  Mathieu DesnoyersUpdate version to 2.0.0-rc2 v2.0.0-rc2
2012-03-02  Alexandre MontplaisirManpage fixes
2012-03-02  Mathieu DesnoyersFix: dmesg printout should not print metadata warnings
2012-03-02  Mathieu DesnoyersFix: use transport name as channel name
2012-03-01  Mathieu DesnoyersFix: Add signature check in tracepoint activation
2012-03-01  Mathieu DesnoyersFix: add tracepoint signature at tracepoint definition...
2012-03-01  Mathieu DesnoyersFix: keep event probe signature, for use by event probe...
2012-03-01  Mathieu DesnoyersFix ABI: add padding to structures shared between UST...
2012-03-01  Mathieu DesnoyersFix ABI: add padding to tracepoint and ring buffer...
2012-03-01  Mathieu DesnoyersFix ABI: Adding missing padding in tracepoint event...
2012-03-01  Mathieu DesnoyersFix: Add include/lttng/ust-config.h to git ignore
2012-03-01  Mathieu DesnoyersFix effect: update README about dlopen()
2012-03-01  Mathieu DesnoyersFix: fixup vtid TLS
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-03-01  Mathieu DesnoyersFix: fix deadlock with dlopen() lttng-ust
2012-02-24  Mathieu DesnoyersFix: only print event errors every 1048576 hits
2012-02-24  Mathieu DesnoyersFix: add missing debug printout to identify the cause...
2012-02-23  Mathieu Desnoyersfix: liblttng-ust-ctl should check for incorrect parameters
2012-02-23  Mathieu Desnoyersfix: ust comm error handling segfault
2012-02-22  Mathieu DesnoyersRevert "Add FreeBSD compat layer for endian.h"
2012-02-22  Mathieu DesnoyersRevert "fls: use local namespace to do not clash with...
2012-02-22  Mathieu DesnoyersRevert "Fix freebsd endian support"
2012-02-22  Mathieu DesnoyersRevert "Add get proc name wrapper for FreeBSD"
2012-02-22  Mathieu DesnoyersRevert "Add freebsd support for getcpu (use cpu nr 0)"
2012-02-22  Mathieu DesnoyersRevert "snprintf: fix namespace of snprintf types for...
2012-02-22  Mathieu DesnoyersRevert "Compat layer for gettid"
2012-02-22  Mathieu DesnoyersRevert "Use XSI-compliant strerror_r by default on...
2012-02-22  Mathieu DesnoyersRevert "Use ENOMSG as fallback for ENODATA on freebsd"
2012-02-22  Mathieu DesnoyersRevert "Use bsd-compatible fcntl for close-on-exec...
2012-02-22  Mathieu DesnoyersRevert "configure.ac: check for both libuuid/libc uuid...
2012-02-22  Mathieu DesnoyersRevert "Create libuuid/libc uuid wrapper"
2012-02-22  Mathieu DesnoyersRevert "Rename uuid.h wrapper to lttng-ust-uuid.h"
2012-02-22  Mathieu DesnoyersRevert "uuid.h should only be included when libuuid...
2012-02-22  Mathieu DesnoyersRevert "Add freebsd rfork support"
2012-02-22  Mathieu DesnoyersRevert "Cast uuid_create parameter"
2012-02-22  Mathieu DesnoyersRevert "Update uuid_create type cast"
2012-02-22  Mathieu DesnoyersRevert "Remove useless const qualifier"
2012-02-22  Mathieu DesnoyersRevert "Detect and document dependency on -ldl on Linux...
2012-02-22  Mathieu DesnoyersRevert "ust-event.h: use BYTE_ORDER instead of __BYTE_O...
2012-02-22  Mathieu DesnoyersRevert "Wrap FLOAT_WORD_ORDER"
2012-02-22  Mathieu DesnoyersRevert "Remove O_LARGEFILE from tests"
2012-02-22  Mathieu DesnoyersRevert "Add configure amd64 support (for FreeBSD)"
2012-02-22  Mathieu DesnoyersRevert "Remove gettid warning"
2012-02-22  Mathieu DesnoyersFix: Return -EINVAL instead of print warning if non...
2012-02-21  Mathieu Desnoyersfix: on exit, leave thread/mmap reclaim to OS
2012-02-21  Mathieu Desnoyersfix: Handle sys_futex with async cancel, add missing...
2012-02-21  Mathieu Desnoyersfix: Only munmap the wait page when not exiting from...
2012-02-21  Mathieu DesnoyersUse CPPFLAGS instead of CFLAGS for -I
2012-02-21  Mathieu DesnoyersFix type range comparison always false for 64-bit arch
2012-02-21  Mathieu DesnoyersRemove gettid warning
2012-02-21  Mathieu Desnoyersdemo: remove useless libs
2012-02-21  Mathieu DesnoyersAdd configure amd64 support (for FreeBSD)
2012-02-21  Mathieu DesnoyersRemove O_LARGEFILE from tests
2012-02-21  Mathieu Desnoyerstests: include missing headers
2012-02-21  Mathieu DesnoyersWrap FLOAT_WORD_ORDER
next
This page took 0.037692 seconds and 4 git commands to generate.