- 18 Jun, 2015 15 commits
-
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
This avoids filling up "git status" with tons of autotools files that are now locally maintained. git recommends to maintain .gitignore inside the repository, users expect it to happen this way, so let's add it. Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com>
-
Philippe Gerum authored
-
Philippe Gerum authored
-
- 16 Jun, 2015 5 commits
-
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
At this chance, also recognizes "-" as stdout for -g option.
-
Philippe Gerum authored
-
Philippe Gerum authored
cobalt_read_hrclock() returns the current TSC value as defined by the platform. This is a Cobalt-specific service, which is aimed at measuring elapsed time accurately, with low overhead. The output is the current raw count of ticks, as reported by the hrclock device used by Cobalt for timing. Such value is NOT converted to nanoseconds before return. cobalt_ticks_to_ns() and cobalt_ticks_to_ns_rounded() are available for converting raw tick counts to nanoseconds. Application code should stick with clock_gettime(CLOCK_MONOTONIC, ...) for portability. This clock source is guaranteed continuous, monotonically increasing.
-
- 15 Jun, 2015 2 commits
-
-
Philippe Gerum authored
-
Philippe Gerum authored
-
- 14 Jun, 2015 3 commits
-
-
Philippe Gerum authored
-
xnsynch_requeue_sleeper is valid for threads that block on owner-free synch objects. There is a check that catches this case and skips the owner-related part of the function. Thus remove the XENO_BUG_ON. Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com>
-
Philippe Gerum authored
-
- 11 Jun, 2015 1 commit
-
-
Philippe Gerum authored
-
- 07 Jun, 2015 1 commit
-
-
Philippe Gerum authored
-
- 02 Jun, 2015 9 commits
-
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
Philippe Gerum authored
-
- 01 Jun, 2015 1 commit
-
-
Philippe Gerum authored
-
- 29 May, 2015 1 commit
-
-
Philippe Gerum authored
Copperplate-based applications may create significantly more mutexes and condvars internally than pure POSIX ones. Increase the default size suggested for the UMM areas those objects are allocated from.
-
- 25 May, 2015 2 commits
-
-
Philippe Gerum authored
-
Philippe Gerum authored
-