ust.git
2010-03-17  Pierre-Marc... Final updates for release 0.4 v0.4
2010-03-17  Pierre-Marc... update READMEs for the next release
2010-03-17  Pierre-Marc... rename libmallocwrap -> libustinstr-malloc
2010-03-17  Pierre-Marc... rename libinterfork -> libustfork
2010-03-17  Pierre-Marc... fix distribution bugs for 0.4
2010-03-17  Pierre-Marc... update TODO
2010-03-17  Pierre-Marc... tracectl: remove unused function
2010-03-17  Pierre-Marc... remove fcntl(O_NONBLOCK) on consumer notify fd
2010-03-17  Pierre-Marc... remove debugging printf
2010-03-17  Pierre-Marc... runtests: add a ustd/valgrind check
2010-03-17  Pierre-Marc... ustd: move a free in the error handling path
2010-03-16  Pierre-Marc... ustd: update ustd signal handling to avoid wakeups...
2010-03-16  Pierre-Marc... fix warning on incorrect function prototype
2010-03-16  Pierre-Marc... move libkcompat inside ust
2010-03-16  Pierre-Marc... update README
2010-03-12  Pierre-Marc... remove pointless strdup_malloc
2010-03-12  Pierre-Marc... switch from kcompat lists to urcu lists
2010-03-11  Pierre-Marc... fix FIXMEs
2010-03-11  Pierre-Marc... remove old unused code
2010-03-11  Pierre-Marc... Add multipoll and change tracectl to use it
2010-03-11  Pierre-Marc... make libustcomm into a static lib
2010-03-11  Pierre-Marc... add missing licence headers
2010-03-09  Pierre-Marc... have_listener: make static
2010-03-09  Pierre-Marc... change benign WARN to DBG
2010-03-09  Pierre-Marc... ustd: get_subbuffer: assume prog died if trace cannot...
2010-03-09  Pierre-Marc... fix warning
2010-03-09  Pierre-Marc... ustd: change benign WARN()s to DBG()s
2010-03-09  Pierre-Marc... ustd: handle all error codes from ustcomm_send_request
2010-03-09  Pierre-Marc... ustd: make terminate_req static
2010-03-09  Pierre-Marc... ustd: finish_consuming_dead_subbuffer: improve error...
2010-03-09  Pierre-Marc... runtests: manual test: make sure lttv is not run before...
2010-03-09  Pierre-Marc... runtests: assert the test logs contain no errors or...
2010-03-09  Pierre-Marc... fix warning
2010-03-09  Pierre-Marc... fix warnings
2010-03-09  Pierre-Marc... don't close file descriptors twice
2010-03-09  Pierre-Marc... remove USE_CLONE
2010-03-09  Pierre-Marc... don't destroy app communication server in main() destructor
2010-03-09  Pierre-Marc... change benign WARN()s to DBG()s
2010-03-09  Pierre-Marc... add error handling for close() call
2010-03-05  Douglas Santosoption to see subbuffer size and count
2010-03-04  Pierre-Marc... update TODO
2010-03-04  Pierre-Marc... trace_matches: fix return value bug
2010-03-04  Pierre-Marc... ustd: destroy buffer struct after usage
2010-03-04  Pierre-Marc... fix destruction to free all memory
2010-03-04  Pierre-Marc... kernelcompat: remove old definitions that are now unused
2010-03-04  Pierre-Marc... kmalloc, kfree, etc => malloc, free, etc
2010-03-04  Pierre-Marc... convert to uatomic ops
2010-03-03  Pierre-Marc... update TODO
2010-03-03  Pierre-Marc... remove rcu initialization as it is not needed with...
2010-03-03  Pierre-Marc... libinterfork: put fork_info as non-pointer in interfork...
2010-03-03  Pierre-Marc... fix compilation problem on gcc 4.4
2010-03-03  Pierre-Marc... runtests: improve verbosity
2010-03-03  Pierre-Marc... runtests run the real test-libmallocwrap/.libs/prog
2010-03-02  Pierre-Marc... tests: add test-libmallocwrap
2010-03-02  Pierre-Marc... Fix -O3 / -finline-functions compilation
2010-03-02  Pierre-Marc... tests: add testsuite scripts
2010-03-02  Pierre-Marc... tests: add test-nevents
2010-03-02  Pierre-Marc... Final updates for release 0.3 v0.3
2010-03-02  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... move snprintf test suite to tests/snprintf/ and add...
2010-03-01  Pierre-Marc... ust_safe_snprintf: add openbsd mbrtowc() function
2010-03-01  Pierre-Marc... convert ltt_nesting to a per_thread variable, and acces...
2010-03-01  Pierre-Marc... add debug message when events are lost in a subbuffer...
2010-03-01  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... ustd: add details to debug message in crash recovery
2010-03-01  Pierre-Marc... usttrace: add nanoseconds to traceset directory name
2010-03-01  Pierre-Marc... usttrace: add option to print the location of the last...
2010-03-01  Pierre-Marc... ustd: unwrite the subbuffer if the put() was unsuccessf...
2010-02-27  Pierre-Marc... ust_fork(): close the ustcomm_app socket in the child...
2010-02-27  Pierre-Marc... ust_fork(): reset buffers_to_export to 0 when forking
2010-02-27  Pierre-Marc... improve keepalive by changing the location of the uncon...
2010-02-27  Pierre-Marc... ust_fork(): create listener after iniializing socket
2010-02-27  Pierre-Marc... ust_fork(): prevent deadlock by forcing release of...
2010-02-27  Pierre-Marc... ltt_vtrace: improve debug message
2010-02-26  Pierre-Marc... ustd: tell buffer name in some debug messages
2010-02-26  Pierre-Marc... fork: don't switch buffer when destroying trace in...
2010-02-26  Douglas Santosadd alloc-trace to usage()
2010-02-26  Pierre-Marc... add missing ust_snprintf.h
2010-02-26  Pierre-Marc... update TODO
2010-02-26  Pierre-Marc... powerof_two: make static
2010-02-26  Pierre-Marc... take ltt_trace_lock during the full manipulation of...
2010-02-26  Pierre-Marc... ustctl: cleanup arg handling
2010-02-25  Pierre-Marc... manual enhancements
2010-02-25  Pierre-Marc... ustd: improve error handling
2010-02-25  Pierre-Marc... libustcomm: add buffering mechanism to receive function
2010-02-24  Pierre-Marc... libustcomm: fix warning
2010-02-23  Pierre-Marc... update TODO
2010-02-23  Pierre-Marc... usttrace: remove old comment
2010-02-23  Pierre-Marc... Don't call system() in the constructor path
2010-02-23  Pierre-Marc... libmallocwrap: give a name to the free event argument
2010-02-23  Pierre-Marc... disable ustctl --version until it is saner
2010-02-23  Douglas Santosadd options to set subbuf size and cnt
2010-02-19  Pierre-Marc... snprintf: fix warning about non null argument
2010-02-19  Pierre-Marc... use signal safe ust_safe_snprintf()
2010-02-18  Pierre-Marc... update TODO and README
2010-02-18  Pierre-Marc... Final updates for release 0.2 v0.2
2010-02-18  Pierre-Marc... ChangeLog: update
2010-02-18  Pierre-Marc... standardize error messages a bit
2010-02-18  Pierre-Marc... add NOTFOUND reply for get_subbuf and put_subbuf commands
next
This page took 0.03563 seconds and 4 git commands to generate.