lttng-tools.git
2012-01-23  David GouletAdd UST version validation
2012-01-22  David GouletUpdate lttng kernel modules names
2012-01-22  David GouletAdd kernel module version validation
2012-01-22  David GouletNew sessiond comm error for kernel version
2012-01-22  David GouletAdd missing string.h header for strerror_r()
2012-01-20  David GouletFix missing headers in Makefiles
2012-01-20  David GouletUpdate README
2012-01-20  David GouletMove all default values to defaults.h
2012-01-20  David GouletRename lttngerr.h to error.h
2012-01-20  David GouletSplit and remove lttng-share header file
2012-01-20  David GouletFix DBG message grammatical error
2012-01-20  David GouletMove compat to common and create an internal lib
2012-01-20  David GouletRename cmd.h for command.h
2012-01-20  David GouletAdd missing headers for make dist
2012-01-20  David GouletFix off-by-one and double list size instead of steady...
2012-01-20  David GouletComplete change of the source directory tree
2012-01-19  David GouletUpdate version to 2.0-pre17 v2.0-pre17
2012-01-19  David GouletFix missing files for make dist
2012-01-19  David GouletDon't init kernel tracer if not root (UID=0)
2012-01-18  David GouletFix strncmp for the help option check
2012-01-17  David GouletFix double free and out of order delete session
2012-01-17  David GouletDon't start session daemon with --help on the cli
2012-01-17  David GouletFix UST tests if lttng-ust is not available
2012-01-17  David GouletFix code syntax
2012-01-17  David GouletAdd UST test ust-nprocesses
2012-01-17  David GouletMake MSG() print on stdout instead of stderr
2012-01-16  David GouletAdd UST test for n events using validation
2012-01-16  David GouletAdd UST validation test for data structure
2012-01-16  David GouletFix runas namespace
2012-01-16  David GouletMove runas.h to common/ directory
2012-01-16  David GouletAdd UST test binaries to gitignore
2012-01-16  David GouletAdd two basic tests for UST global domain
2012-01-13  Mathieu DesnoyersRemove CLONE_VM flag
2012-01-13  Yannick BrosseauRemove stringify and add quotes directly in the configure
2012-01-13  Alexandre MontplaisirAdd debug output to sessiond's kernel consumer selection
2012-01-13  Alexandre MontplaisirAdd libdir and bindir outputs to configure
2012-01-13  Alexandre MontplaisirAdd target arch and paths to the configure output
2012-01-13  David GouletFix multiple error handling for UST tracing
2012-01-13  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-01-12  Mathieu DesnoyersFix incorrect error message for stop trace
2012-01-12  Mathieu DesnoyersFix ht default size test
2012-01-12  Mathieu DesnoyersUST consumer: close shm fd after mapping it
2012-01-12  Mathieu DesnoyersUpdate lttng-ust-abi.h local copy
2012-01-12  Mathieu DesnoyersRemove unneeded fields assignments (should not use...
2012-01-12  David GouletFix out of order channel insert in hash table
2012-01-12  David GouletAdd missing rcu register thread calls
2012-01-12  David GouletFix trace UST destroy channel
2012-01-11  David GouletMake consumer verbose only with --verbose-consumer...
2012-01-11  David GouletAdd missing rcu read lock and add assert
2012-01-11  David GouletRCU support for consumer's hash tables
2012-01-11  David GouletAdd lttng hash table support to liblttng-consumer
2012-01-10  Mathieu DesnoyersRemove application from socket hash table upon unregister
2012-01-10  Mathieu DesnoyersFix id vs uid confusion introduced by merge of new...
2012-01-10  Mathieu DesnoyersRemove incorrect assert in hash table lookup
2012-01-09  Gerlando Falautolttng-sessiond: do not call ustctl_register_done()
2012-01-09  David GouletAdd and support the new hash table library
2012-01-09  Mathieu DesnoyersAdd missing Makefile.am in common/
2012-01-07  Mathieu DesnoyersMove runas to common/
2012-01-07  Mathieu DesnoyersMove hash table to common/ directory
2012-01-07  Mathieu Desnoyersrunas: use CLONE_VM flag
2012-01-06  Mathieu Desnoyersrunas: use waitpid instead of wait
2011-12-23  David GouletUpdate version to 2.0-pre16 v2.0-pre16
2011-12-22  Mathieu Desnoyerstest_sessions: add fflush after printf not ending with...
2011-12-22  Mathieu Desnoyersclone: return instead of exit()
2011-12-21  Mathieu DesnoyersFix stack of librunas child by using mmap and a larger...
2011-12-21  Mathieu DesnoyersOnly seteuid/setegid if they differ from current values
2011-12-21  Mathieu DesnoyersOnly allow the user or group owning the session (or...
2011-12-21  Mathieu Desnoyerslibrunas: clone another process also if not root
2011-12-21  Mathieu DesnoyersCreate output directory at session creation command
2011-12-21  Mathieu DesnoyersImplement open_run_as, using clone() CLONE_FILES
2011-12-20  Mathieu Desnoyerslibrarize run_as
2011-12-20  Mathieu DesnoyersImplement run_as wrappers for mkdir/mkdir_recursive...
2011-12-20  Mathieu DesnoyersIntroduce run_as for mkdir_recursive
2011-12-20  Mathieu DesnoyersCreate all trace directories and files with client...
2011-12-20  Mathieu DesnoyersRename sessiond internal "uid" fields to "id"
2011-12-16  David GouletChange easter egg MSG to DBG
2011-12-16  David GouletAdd debug statement
2011-12-16  David GouletSupport creds passing between lttng and sessiond
2011-12-16  David GouletAdd support for passing credentials over Unix sock
2011-12-15  David GouletFix nested double usage of hashtable iterators
2011-12-14  David GouletAdd disable kernel tracing option to sessiond
2011-12-13  David GouletUpdate version to 2.0-pre15 v2.0-pre15
2011-12-13  David GouletChange liburcu dependency to 0.6.7
2011-12-13  David GouletFix missing files needed for release
2011-12-13  David GouletFix register consumer fd test on registration
2011-12-12  David GouletFix code syntax
2011-12-12  David GouletUpdate quickstart with UST tracing howto
2011-12-12  David GouletDeprecate lttng-cli.txt file
2011-12-12  David GouletFix missing consumer binary name in execl
2011-12-12  David GouletFix flush buffer after wait quiescent
2011-12-12  David GouletFlush UST buffers after stop and wait quiescent
2011-12-12  David GouletAdd missing release handle declaration
2011-12-11  Mathieu DesnoyersUST support: release session handle on destroy
2011-12-09  David GouletFix unused variables
2011-12-08  David GouletFlush buffers on UST stop trace
2011-12-08  David GouletAdd non-root support for UST tracing
2011-12-08  David GouletAdd error message when config file not found
2011-12-08  David GouletFix kernel listing enable status
2011-12-08  David GouletMinor fix return value
2011-12-08  David GouletImprove UST channel code
next
This page took 0.037752 seconds and 4 git commands to generate.