don't install libustcomm and libustsnprintf
[ust.git] / libust /
2010-08-20  Alexis Hallédon't install libustcomm and libustsnprintf
2010-08-20  Alexis Halléremove unused variables
2010-08-16  Mathieu Desnoyersserialize string input robustness
2010-08-16  Mathieu DesnoyersUST synchronization fix
2010-08-03  Pierre-Marc Fournierfix invalid array access
2010-07-21  Alexis Halléadd a command to force subbuffer switch
2010-07-21  Alexis Halléremove ltt_relay_buffer_flush function
2010-07-21  Alexis Halléadd get/set commands for daemon socket path
2010-07-15  Pierre-Marc Fournieradd paranoid check before listener thread destruction
2010-07-05  David GouletRemoving NO_IPI ifdef for memory barrier. The smp_wmb...
2010-07-01  Pierre-Marc Fourniertracectl.c: add description comment
2010-06-02  Pierre-Marc Fournieradd info about what dirs/files are doing
2010-05-31  Alexis Halléadd environment variables to set subbuffer options
2010-05-27  Pierre-Marc Fournierblock all signals in listener thread
2010-05-26  Pierre-Marc FournierReplace gettimeofday() with clock_gettime(CLOCK_MONOTON...
2010-05-24  Pierre-Marc Fournierremove mutex_lock, mutex_unlock macros
2010-04-27  Pierre-Marc Fournierfix power of two computation
2010-04-27  Pierre-Marc Fournierfix warning
2010-04-23  Pierre-Marc FournierAdd support for ppc hw tb clock, remove kernelcompat.h
2010-04-19  Pierre-Marc Fournieradd custom probes support and update tracepoints
2010-04-19  Pierre-Marc Fournierremove some unused code
2010-04-13  Pierre-Marc Fourniercompile with -fno-strict-aliasing
2010-04-07  Pierre-Marc Fournieradd support for channel overwrite and non-collection
2010-03-23  Pierre-Marc Fournierremove unused consumer_stack
2010-03-23  Pierre-Marc Fournierfix pthread error handling
2010-03-23  Pierre-Marc Fourniermarkers/tracepoints: implement library unregistration
2010-03-17  Pierre-Marc Fourniertracectl: remove unused function
2010-03-17  Pierre-Marc Fournierremove fcntl(O_NONBLOCK) on consumer notify fd
2010-03-16  Pierre-Marc Fourniermove libkcompat inside ust
2010-03-12  Pierre-Marc Fournierremove pointless strdup_malloc
2010-03-11  Pierre-Marc Fournierremove old unused code
2010-03-11  Pierre-Marc FournierAdd multipoll and change tracectl to use it
2010-03-11  Pierre-Marc Fourniermake libustcomm into a static lib
2010-03-11  Pierre-Marc Fournieradd missing licence headers
2010-03-09  Pierre-Marc Fournierhave_listener: make static
2010-03-09  Pierre-Marc Fournierfix warnings
2010-03-09  Pierre-Marc Fournierdon't close file descriptors twice
2010-03-09  Pierre-Marc Fournierremove USE_CLONE
2010-03-09  Pierre-Marc Fournierdon't destroy app communication server in main() destructor
2010-03-09  Pierre-Marc Fournierchange benign WARN()s to DBG()s
2010-03-09  Pierre-Marc Fournieradd error handling for close() call
2010-03-04  Pierre-Marc Fournierfix destruction to free all memory
2010-03-04  Pierre-Marc Fournierkmalloc, kfree, etc => malloc, free, etc
2010-03-04  Pierre-Marc Fournierconvert to uatomic ops
2010-03-03  Pierre-Marc Fournierremove rcu initialization as it is not needed with...
2010-03-01  Pierre-Marc Fournierust_safe_snprintf: add openbsd mbrtowc() function
2010-03-01  Pierre-Marc Fournierconvert ltt_nesting to a per_thread variable, and acces...
2010-03-01  Pierre-Marc Fournieradd debug message when events are lost in a subbuffer...
2010-02-27  Pierre-Marc Fournierust_fork(): close the ustcomm_app socket in the child...
2010-02-27  Pierre-Marc Fournierust_fork(): reset buffers_to_export to 0 when forking
2010-02-27  Pierre-Marc Fournierimprove keepalive by changing the location of the uncon...
2010-02-27  Pierre-Marc Fournierust_fork(): create listener after iniializing socket
2010-02-27  Pierre-Marc Fournierust_fork(): prevent deadlock by forcing release of...
2010-02-27  Pierre-Marc Fournierltt_vtrace: improve debug message
2010-02-26  Pierre-Marc Fournierfork: don't switch buffer when destroying trace in...
2010-02-26  Pierre-Marc Fournierpowerof_two: make static
2010-02-26  Pierre-Marc Fourniertake ltt_trace_lock during the full manipulation of...
2010-02-23  Douglas Santosadd options to set subbuf size and cnt
2010-02-19  Pierre-Marc Fournieruse signal safe ust_safe_snprintf()
2010-02-18  Pierre-Marc Fournierstandardize error messages a bit
2010-02-18  Pierre-Marc Fournieradd NOTFOUND reply for get_subbuf and put_subbuf commands
2010-02-15  Pierre-Marc FournierDon't call the noop version of ltt_write_commit_counter
2010-02-15  Pierre-Marc Fournierfix bug that always forced the consumed offset at 0
2010-02-15  Pierre-Marc Fournieradd debugging messages on buffer switch
2010-02-15  Pierre-Marc Fournierupdate to trace format 2.6
2010-02-15  Pierre-Marc Fournierfix support for trace format 2.5
2010-02-15  Pierre-Marc Fournierport to trace format 2.5
2010-02-15  Pierre-Marc Fournierfix some errors and warnings in the porting
2010-02-15  Pierre-Marc Fournierport to trace format 2.4
2010-02-15  Pierre-Marc Fournierinitialize commit_seq
2010-02-15  Pierre-Marc FournierPort changes from lttng-kt
2010-02-02  Pierre-Marc FournierUpdate to liburcu 0.4.0 API
2010-02-02  Pierre-Marc Fournierbuffers.c: fix compilation issue
2010-02-02  Pierre-Marc Fournier_SC_NPROCESSORS_ONLN -> _SC_NPROCESSORS_CONF
2010-02-02  Pierre-Marc FournierConvert buffering system to per-cpu
2010-02-01  Pierre-Marc FournierLarge cleanup, mostly removal of all printk's and print...
2010-01-20  Pierre-Marc FournierRefactor libinterfork and add support for clone() inter...
2010-01-15  Pierre-Marc FournierAdd comment on manual registration of "ust" channel
2010-01-15  Pierre-Marc FournierAdd --create-trace option to ustctl
2010-01-15  Pierre-Marc FournierChange header file's #define name
2010-01-11  Pierre-Marc Fournierremove usage of the marker_addr section
2010-01-07  Pierre-Marc Fournierchange inline to __inline__ for better compatibility
2010-01-07  Pierre-Marc Fournieradd is_marker_enabled function from lttng kt
2010-01-07  Pierre-Marc Fournierport fix from lttng kernel tracer 0.92
2009-12-08  Pierre-Marc Fourniermove probe stuff to probe.h, to have it available in...
2009-12-08  Pierre-Marc Fournierfix gdb integration bug
2009-12-07  Pierre-Marc Fournierfix 32 bit support by conditionally compiling gdb support
2009-12-07  Pierre-Marc Fournierfix save_last_tsc() and last_tsc_overflow() args
2009-11-16  Pierre-Marc FournierRewrite last GPL bits in relay.c and relay.h
2009-11-11  Pierre-Marc Fournierrevert installation of tracer.h, but keep ust.h
2009-11-04  Pierre-Marc Fournierinstall tracer.h, add new ust/ust.h
2009-11-04  Pierre-Marc Fourniersave registers: update
2009-10-29  Pierre-Marc Fournieradd serialize_to_text() function
2009-10-27  Pierre-Marc Fournierfix build and out of tree build
2009-10-27  Pierre-Marc Fourniermove processor.h to include/ust dir
2009-10-27  Pierre-Marc FournierMerge branch 'for-pierre-marc' of git://git.infradead...
2009-10-27  Pierre-Marc Fournieralways initialize statically the .location field of...
2009-10-27  Pierre-Marc Fournierrename registers.h -> processor.h
2009-10-27  Pierre-Marc Fourniertrace_mark: pass register values to probe
2009-10-27  Pierre-Marc Fourniermarkers: save marker location in struct marker
next
This page took 0.040819 seconds and 7 git commands to generate.