lttng-ust.git
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
2012-02-21  Mathieu Desnoyersust-event.h: use BYTE_ORDER instead of __BYTE_ORDER
2012-02-21  Mathieu DesnoyersDetect and document dependency on -ldl on Linux, -lc...
2012-02-21  Mathieu DesnoyersRemove useless const qualifier
2012-02-21  Mathieu DesnoyersUpdate uuid_create type cast
2012-02-21  Mathieu DesnoyersCast uuid_create parameter
2012-02-21  Mathieu DesnoyersAdd freebsd rfork support
2012-02-21  Mathieu Desnoyersuuid.h should only be included when libuuid is detected
2012-02-21  Mathieu DesnoyersRename uuid.h wrapper to lttng-ust-uuid.h
2012-02-21  Mathieu DesnoyersCreate libuuid/libc uuid wrapper
2012-02-21  Mathieu Desnoyersconfigure.ac: check for both libuuid/libc uuid APIs
2012-02-21  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-02-21  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-21  Mathieu DesnoyersUse XSI-compliant strerror_r by default on non-Linux
2012-02-21  Mathieu DesnoyersCompat layer for gettid
2012-02-21  Mathieu Desnoyerssnprintf: fix namespace of snprintf types for freebsd
2012-02-21  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-02-21  Mathieu DesnoyersAdd get proc name wrapper for FreeBSD
2012-02-21  Mathieu DesnoyersFix freebsd endian support
2012-02-21  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-02-21  Mathieu DesnoyersAdd FreeBSD compat layer for endian.h
2012-02-21  Mathieu DesnoyersAdd missing limits.h include for NAME_MAX
2012-02-20  Mathieu DesnoyersUpdate Version to 2.0.0-rc1 v2.0.0-rc1
2012-02-20  Mathieu DesnoyersStandardize version across toolchain
2012-02-20  Yannick BrosseauFix a typo in gen-tp Makefile
2012-02-16  Yannick BrosseauImplement the .o file generation in lttng-gen-tp
next
This page took 0.037233 seconds and 4 git commands to generate.