lttng-ust.git
2012-05-30  Mathieu DesnoyersAdd CodingStyle document to tarball
2012-05-30  Mathieu DesnoyersAdd coding style document
2012-05-24  Mathieu Desnoyersendian.h: support cygwin
2012-05-24  Mathieu Desnoyersalign.h: support cygwin page size
2012-05-24  Mathieu DesnoyersAdd cygwin support to libringbuffer getcpu.h
2012-05-22  Alexandre MontplaisirAdd "2x int" and "2x long" types to the Java interface
2012-05-22  Alexandre MontplaisirAdd Integer and Long tracepoint types to the Java interface
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-05-02  Mathieu DesnoyersUse unsigned long type for events discarded counter
2012-04-26  Peter KorsgaardFix: getcpu build with modern uClibc versions
2012-04-25  Mathieu DesnoyersFix: lttng-ust.pc needs to specify -ldl
2012-04-18  Mathieu DesnoyersFix: examples Makefiles should pass $(LIBS) at last
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-06  Mathieu DesnoyersFix: Add missing fork test program dependency library
2012-04-05  Alexandre MontplaisirFix: Make the JNI interface actually work
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-04-05  Mathieu DesnoyersFix: stringify version description
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 DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-06  Yannick BrosseauMake lttng-gen-tp work on python 2.6
2012-03-06  Yannick BrosseauMake lttng-gen-tp executable
2012-03-05  Mathieu Desnoyersusterr: do not include unused sys/syscall.h
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 DesnoyersMerge branch 'master' into dev
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-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 DesnoyersMerge branch 'master' into dev
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 DesnoyersMerge branch 'master' into dev
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-23  Mathieu Desnoyersfix: ust comm error handling segfault
2012-02-23  Mathieu Desnoyersfreebsd port: use a leading / prefix for shm tmp name
2012-02-23  Mathieu Desnoyersust-endian.h: update warning message
2012-02-22  Mathieu DesnoyersRemove gettid warning
2012-02-22  Mathieu DesnoyersAdd configure amd64 support (for FreeBSD)
2012-02-22  Mathieu DesnoyersRemove O_LARGEFILE from tests
2012-02-22  Mathieu DesnoyersWrap FLOAT_WORD_ORDER
2012-02-22  Mathieu Desnoyersust-event.h: use BYTE_ORDER instead of __BYTE_ORDER
2012-02-22  Mathieu DesnoyersDetect and document dependency on -ldl on Linux, -lc...
2012-02-22  Mathieu DesnoyersRemove useless const qualifier
2012-02-22  Mathieu DesnoyersUpdate uuid_create type cast
2012-02-22  Mathieu DesnoyersCast uuid_create parameter
2012-02-22  Mathieu DesnoyersAdd freebsd rfork support
2012-02-22  Mathieu Desnoyersuuid.h should only be included when libuuid is detected
2012-02-22  Mathieu DesnoyersRename uuid.h wrapper to lttng-ust-uuid.h
2012-02-22  Mathieu DesnoyersCreate libuuid/libc uuid wrapper
2012-02-22  Mathieu Desnoyersconfigure.ac: check for both libuuid/libc uuid APIs
2012-02-22  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-02-22  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-22  Mathieu DesnoyersUse XSI-compliant strerror_r by default on non-Linux
2012-02-22  Mathieu DesnoyersCompat layer for gettid
2012-02-22  Mathieu Desnoyerssnprintf: fix namespace of snprintf types for freebsd
2012-02-22  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
next
This page took 0.037513 seconds and 4 git commands to generate.