lttng-ust.git
2012-12-21  Christian BabeuxAdd a README.cygwin detailing Cygwin specific build... cygwin-2.0-experimental
2012-12-06  Christian BabeuxCygwin: Unlink shm and wait pipe file
2012-12-04  Christian BabeuxCygwin: Fix multiple loaded instances of liblttng-ust...
2012-12-04  Christian BabeuxCygwin: Remove weak symbols attributes due to semantic...
2012-11-29  Christian BabeuxCygwin: Introduce new LTTNG_UST_STREAM_PIPE command...
2012-11-28  Christian BabeuxCygwin: Generate dummy file descriptors
2012-11-28  Christian BabeuxCygwin: Pass file paths instead of file descriptors...
2012-11-28  Christian BabeuxDisable build of libraries/tests that rely on the RTLD_...
2012-11-28  Christian BabeuxMissing defined(__CYGWIN__) around getprocname wrapper
2012-11-28  Christian BabeuxTypo: Conflict in lttng-context-vtid. not properly...
2012-11-28  Christian BabeuxCygwin: sigtimedwait workaround for SIGPIPE handling...
2012-11-28  Christian BabeuxForce the ld "no-undefined" flag on Cygwin
2012-11-27  Christian BabeuxFix: liblttng-ust-tracepoint missing symbols when using...
2012-11-27  Mathieu Desnoyersendian.h: support cygwin
2012-11-27  Mathieu Desnoyersalign.h: support cygwin page size
2012-11-27  Mathieu DesnoyersAdd cygwin support to libringbuffer getcpu.h
2012-11-27  Mathieu Desnoyersusterr: do not include unused sys/syscall.h
2012-11-27  Mathieu Desnoyersust-endian.h: update warning message
2012-11-27  Mathieu DesnoyersRemove gettid warning
2012-11-27  Mathieu DesnoyersRemove O_LARGEFILE from tests
2012-11-27  Mathieu DesnoyersWrap FLOAT_WORD_ORDER
2012-11-27  Mathieu Desnoyersust-event.h: use BYTE_ORDER instead of __BYTE_ORDER
2012-11-27  Mathieu DesnoyersRemove useless const qualifier
2012-11-27  Mathieu DesnoyersUpdate uuid_create type cast
2012-11-27  Mathieu DesnoyersCast uuid_create parameter
2012-11-27  Mathieu DesnoyersAdd freebsd rfork support
2012-11-27  Mathieu Desnoyersuuid.h should only be included when libuuid is detected
2012-11-27  Mathieu DesnoyersRename uuid.h wrapper to lttng-ust-uuid.h
2012-11-27  Mathieu DesnoyersCreate libuuid/libc uuid wrapper
2012-11-27  Mathieu Desnoyersconfigure.ac: check for both libuuid/libc uuid APIs
2012-11-27  Mathieu DesnoyersUse XSI-compliant strerror_r by default on non-Linux
2012-11-27  Mathieu DesnoyersCompat layer for gettid
2012-11-27  Mathieu Desnoyerssnprintf: fix namespace of snprintf types for freebsd
2012-11-27  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-11-27  Mathieu DesnoyersAdd get proc name wrapper for FreeBSD
2012-11-27  Mathieu DesnoyersFix freebsd endian support
2012-11-27  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-11-27  Mathieu DesnoyersAdd FreeBSD compat layer for endian.h
2012-11-26  Mathieu DesnoyersVersion 2.0.6 v2.0.6
2012-11-26  Mathieu DesnoyersPrint probe provider mismatch error even without -Wsyst...
2012-11-05  Mathieu DesnoyersFix: Conditionally disable tests requiring shared libs...
2012-10-30  Mathieu DesnoyersCleanup: don't spawn per-user thread if HOME is not set
2012-10-23  Christian BabeuxFix: Fix self-assign warning on struct ustfork_clone_in...
2012-10-09  Mathieu DesnoyersFix: memcpy of string is larger than source
2012-10-05  Mathieu Desnoyersliblttng-ust-fork: override daemon() call
2012-10-02  Paul ChaventBuild out of src tree
2012-09-26  Mathieu DesnoyersFix: manpage typo "-lllttng-ust" -> "-llttng-ust"
2012-09-19  Mathieu DesnoyersManpage update: document use in daemons
2012-09-18  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock (add 2 missing...
2012-09-17  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock
2012-08-27  Mathieu DesnoyersUpdate version to 2.0.5 v2.0.5
2012-08-16  Michael GreeneFix: threads should be created in DETACHED state
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-08-02  Christian BabeuxFix: Libtool fails to find dependent libraries when...
2012-06-20  Mathieu DesnoyersFix: remove unused texinfo dep from configure.ac
2012-06-19  Mathieu DesnoyersFix C99 strict compatibility: don't use void * for...
2012-06-18  Mathieu DesnoyersFix c99 compatibility: tp_rcu_dereference_bp() should...
2012-06-18  Mathieu DesnoyersFix c99 compatibility: use __typeof__ instead of typeof...
2012-06-14  Mathieu DesnoyersUpdate version to 2.0.4 v2.0.4
2012-06-13  Mathieu DesnoyersFix: perform TLS fixup of nest count outside of UST...
2012-06-13  Mathieu DesnoyersFix: liblttng-ust-fork deadlock
2012-06-13  Mathieu DesnoyersFix: handle pthread errors
2012-06-13  Mathieu DesnoyersFix: local apps allowed should disable local (not globa...
2012-06-12  Mathieu DesnoyersFix strict ISO-C compatibility for ust-tracepoint-event...
2012-06-12  Mathieu DesnoyersFix: support -std=c99 in tracepoint macros
2012-06-11  Mathieu DesnoyersRevert "hello test: fail on old style definition"
2012-06-11  Mathieu DesnoyersFix: tracepoint.h should not generate old-style definitions
2012-06-11  Mathieu Desnoyershello test: fail on old style definition
2012-06-08  Mathieu DesnoyersFix: don't define variables in headers
2012-06-05  Mathieu Desnoyerstest "hello": add boolean test
2012-06-05  Mathieu DesnoyersFix: perform macro expansion on tracepoint signatures
2012-06-05  Fredrik OestmanUST check pointer/de-reference order
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
next
This page took 0.037531 seconds and 4 git commands to generate.