ust.git
2009-11-16  Pierre-Marc... Rewrite last GPL bits in relay.c and relay.h
2009-11-12  Pierre-Marc... mark 32 bit support as broken
2009-11-11  Pierre-Marc... add very simple compilation test
2009-11-11  Pierre-Marc... configure.ac: use $host_cpu, not $target_cpu
2009-11-11  Pierre-Marc... fix static initialization so out of tree make distcheck...
2009-11-11  Pierre-Marc... static initializer: make cross-compilable
2009-11-11  Jan BlunckFix libust-initializer.o build
2009-11-11  Jan BlunckLink tests against libust-initializer.o as well
2009-11-11  Jan BlunckMake references to __{start,stop}___{markers,tracepoint...
2009-11-11  Jan BlunckFix include path when compiling libust-initializer.c
2009-11-11  Jan BlunckAdd linker script and libust initializer object
2009-11-11  Pierre-Marc... revert installation of tracer.h, but keep ust.h
2009-11-04  Pierre-Marc... save registers: fix small problems
2009-11-04  Pierre-Marc... update .gitignore
2009-11-04  Pierre-Marc... install tracer.h, add new ust/ust.h
2009-11-04  Pierre-Marc... save registers: update
2009-11-03  Pierre-Marc... processor.h: save rflags
2009-10-29  Pierre-Marc... add serialize_to_text() function
2009-10-28  Pierre-Marc... usttrace: add comments to describe start sequence of...
2009-10-28  Pierre-Marc... usttrace: reorganise error messages for ustd not found
2009-10-28  Pierre-Marc... ustd: fix opening mode of pidfile to support writing...
2009-10-28  Pierre-Marc... usttrace: oops: $(USTDPID) -> $USTDPID
2009-10-28  Jan BlunckMake usttrace work when it isn't installed
2009-10-27  Pierre-Marc... fix build and out of tree build
2009-10-27  Pierre-Marc... move processor.h to include/ust dir
2009-10-27  Pierre-Marc... java: fixes
2009-10-27  Pierre-Marc... Merge branch 'for-pierre-marc' of git://git.infradead...
2009-10-27  Pierre-Marc... always initialize statically the .location field of...
2009-10-27  Pierre-Marc... rename registers.h -> processor.h
2009-10-27  Pierre-Marc... trace_mark: pass register values to probe
2009-10-27  Pierre-Marc... markers: save marker location in struct marker
2009-10-27  Pierre-Marc... registers.h: update
2009-10-27  Pierre-Marc... registers.h: improve registers saving
2009-10-27  Pierre-Marc... add registers.h
2009-10-26  Pierre-Marc... usttrace: deal correctly with ustd creation and termination
2009-10-26  Pierre-Marc... markers: add comment
2009-10-25  Jan BlunckMove kernelcompat.h to include/ust/ and share.h, usterr...
2009-10-25  Jan BlunckMove immediate.h, marker.h and tracepoint.h to include...
2009-10-25  Jan BlunckRemove localerr.h
2009-10-25  Jan BlunckAdd some missing headers and files for make dist
2009-10-25  Jan BlunckTemporary remove Java support
2009-10-22  Jan BlunckFix waiting for ustd on shutdown
2009-10-20  Pierre-Marc... README: update installation instructions
2009-10-15  Pierre-Marc... fix porting bug
2009-10-13  Pierre-Marc... usttrace: use ustd in daemon mode, sparing a sleep...
2009-10-13  Pierre-Marc... usttrace: enhance
2009-10-13  Pierre-Marc... tests/fork: updates
2009-10-13  Pierre-Marc... ustd: add support for --pidfile
2009-10-13  Pierre-Marc... ustd: add daemon mode
2009-10-13  Pierre-Marc... immediately create listener thread on process creation
2009-10-13  Pierre-Marc... improve create_listener()
2009-10-13  Pierre-Marc... tracectl.c: minor cleanup
2009-10-13  Pierre-Marc... remove unneeded noinline's
2009-10-13  Pierre-Marc... modify the commit logic to indicate the reason for...
2009-10-13  Pierre-Marc... set the reader side of the buffer-ready pipe non-blocki...
2009-10-13  Pierre-Marc... ustctl: update UST_COMPONENT
2009-10-13  Pierre-Marc... remove unneeded constructor priority
2009-10-09  Pierre-Marc... update build system to find automatically installed...
2009-10-06  Pierre-Marc... update README
2009-10-06  Pierre-Marc... usttrace: fix arg error handling
2009-10-05  Pierre-Marc... README: add section on libinterfork
2009-10-05  Pierre-Marc... rename ust -> ustctl
2009-10-05  Pierre-Marc... usttrace: improve
2009-10-05  Pierre-Marc... minor refactor of ustd to avoid deadlock
2009-10-05  Pierre-Marc... add fork2
2009-10-05  Pierre-Marc... libust: never inline functions that may be called from...
2009-10-05  Pierre-Marc... use liburcu-bp
2009-10-01  Pierre-Marc... ustd: add fixme
2009-10-01  Pierre-Marc... ustd: fix warning
2009-09-29  Pierre-Marc... ustd: improve handling of remote app termination
2009-09-28  Pierre-Marc... ust.c: remove regex handling because it should be done...
2009-09-28  Pierre-Marc... usterr: make error reporting functions signal safe
2009-09-28  Pierre-Marc... move patient_write to share.h because it now has multip...
2009-09-28  Pierre-Marc... improve fork handling
2009-09-28  Pierre-Marc... make have_listener volatile because it is updated from...
2009-09-28  Pierre-Marc... improve error handling
2009-09-28  Pierre-Marc... updates for latest urcu
2009-09-28  Pierre-Marc... update manual
2009-09-28  Pierre-Marc... fix marker listing output
2009-09-25  Pierre-Marc... ustd: stop collecting a process when it died will tryin...
2009-09-25  Pierre-Marc... ustd: improve error and memory handling in get_subbuffe...
2009-09-25  Pierre-Marc... libust: cleanup usage of have_listener
2009-09-25  Pierre-Marc... ustd: change perror()s with PERROR()s
2009-09-25  Pierre-Marc... usterr: improve error reporting primitives
2009-09-25  Pierre-Marc... ustcomm: improve error handling, and don't panic for...
2009-09-25  Pierre-Marc... correctly close bc fds on fork
2009-09-25  Pierre-Marc... add ust_potential_exec, to prepare for execs
2009-09-25  Pierre-Marc... add pidunique concept
2009-09-25  Pierre-Marc... libinterfork: disable signals while forking and running...
2009-09-25  Pierre-Marc... libinterfork: add and execve override
2009-09-25  Pierre-Marc... libinterfork: add usterr support
2009-09-25  Pierre-Marc... Add ust java bindings
2009-09-16  Pierre-Marc... remove stray debugging message
2009-09-16  Pierre-Marc... libust: improve cleanup on application end
2009-09-16  Pierre-Marc... fix warning
2009-09-16  Pierre-Marc... ustcomm: move function to destroy app socket to ustcomm
2009-09-16  Pierre-Marc... restore gettimeofday()-based time source
2009-09-16  Pierre-Marc... improve error handling macros
2009-09-16  Pierre-Marc... libinterfork: fix warnings
2009-09-13  Pierre-Marc... add missing tests/basic and tests/fork
next
This page took 0.036299 seconds and 4 git commands to generate.