2010-01-09 |
Christian Thaeter | correct macro parameter parentizing
|
commit | commitdiff | tree |
2010-01-08 |
Christian Thaeter | RESOURCE_ASSERT_STATE checks for asserting that a resource...
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | add sync/allsync functions to ringbuffer, sync ringbuffers...
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | check that a thread owns no resources when changing...
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | locking for backtraces
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | back to old semantics for resource acquisition. only...
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | add AM_CFLAGS to test build
|
commit | commitdiff | tree |
2010-01-07 |
Christian Thaeter | update the compatibility table
|
commit | commitdiff | tree |
2010-01-06 |
Christian Thaeter | Merge remote branch 'plouj/master' into devel
|
commit | commitdiff | tree |
2010-01-06 |
Christian Thaeter | Merge branch 'von_benny' into devel
|
commit | commitdiff | tree |
2010-01-04 |
Christian Thaeter | unlock the resource mutex before executing the users...
|
commit | commitdiff | tree |
2009-12-22 |
Christian Thaeter | include the name of the .test file into the ,testlog
|
commit | commitdiff | tree |
2009-12-22 |
Christian Thaeter | WIP: Fix testsuite to run on armel/scratchbox
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | armel/gcc needs to cast ~0 to char
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | Add 'msg' command
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | remove the 'less than' version check for valgrind
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | FIX: forgot to make valgrind optional
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | refine the mmap_anon configure check, should work this way
|
commit | commitdiff | tree |
2009-12-21 |
Christian Thaeter | FIX: valgrind newline semantics after 3.5.0 (partial)
|
commit | commitdiff | tree |
2009-12-20 |
Christian Thaeter | fix and use the mmap-anon.m4 macro for our purpose...
|
commit | commitdiff | tree |
2009-12-20 |
Christian Thaeter | some (for now enough) documenting work on test.sh
|
commit | commitdiff | tree |
2009-12-20 |
Christian Thaeter | little more sane watchdog handling, interrupt and break...
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | add test.sh selftests, fix elseif
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | fix conditions, add 'elseif'
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | add literal matching in tests
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | support if: else: endif: conditional tests
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | implement LIMIT_TIME for limiting wall time (deadlocks)
|
commit | commitdiff | tree |
2009-12-19 |
Christian Thaeter | dont need to export variables
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | WIP: documenting and improving test.sh
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | refactor nobug log-locking again
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | add a 'append' mode for the ringbuffer
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | Dont _exit(0) in vgsuppression
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | Let VALGRINDFLAGS replace defaults instead extend them
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | Factor log-locking out to the _LOG macro.
|
commit | commitdiff | tree |
2009-12-18 |
Christian Thaeter | Make resource handles typessafe
|
commit | commitdiff | tree |
2009-12-17 |
Christian Thaeter | simple doc fixes (PARA's without ;;)
|
commit | commitdiff | tree |
2009-12-17 |
Christian Thaeter | Fix: race conditions in RESOURCE_ENTER/STATE/LEAVE...
|
commit | commitdiff | tree |
2009-12-16 |
Christian Thaeter | AC_CHECK_FILE for pkg-config is a bit odd, should work...
|
commit | commitdiff | tree |
2009-12-15 |
Christian Thaeter | llist.h: add rfind, reverse searching through a list
|
commit | commitdiff | tree |
2009-12-15 |
Christian Thaeter | let NOBUG_ECHO() barf on the ANN flag
|
commit | commitdiff | tree |
2009-12-15 |
Christian Thaeter | Merge remote branch 'benny_usb/solaris'
|
commit | commitdiff | tree |
2009-11-11 |
Christian Thaeter | pipadoc uses some bashisms
|
commit | commitdiff | tree |
2009-11-11 |
Christian Thaeter | add C99 flags to the Makefile.am
|
commit | commitdiff | tree |
2009-11-11 |
Christian Thaeter | mmap-anon check from gnulib, just the m4 file yet,...
|
commit | commitdiff | tree |
2009-11-11 |
Christian Thaeter | remove stale readme.txt
|
commit | commitdiff | tree |
2009-10-07 |
Christian Thaeter | add a check for 'gawk' to the makefile
|
commit | commitdiff | tree |
2009-10-06 |
Christian Thaeter | add a table for supported platforms to the manual
|
commit | commitdiff | tree |
2009-10-06 |
Christian Thaeter | use awk for filtering the valgrind suppression file
|
commit | commitdiff | tree |
2009-09-07 |
Christian Thaeter | test.sh: allow disabling valgrind per TEST
|
commit | commitdiff | tree |
2009-09-07 |
Christian Thaeter | Improved building instructions
|
commit | commitdiff | tree |
2009-09-05 |
Christian Thaeter | Merge branch 'devel'
|
commit | commitdiff | tree |
2009-09-05 |
Christian Thaeter | FIX: better regex for vgsuppression
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: some doc fixes, typos, xrefs
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | I forgot to add Pablo to the AUTHORS list
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: documentation for RESOURCE_ENTER was not updated
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: resource leave had a NULL pointer dereference...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | fixes for make the release ready
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | rename manual.conf to nobug_manual.conf
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | metafiles update
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | Makefile update, change metafile generation
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pending cleanups
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | The big documentation update
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pending cosmetics
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pipadoc, make index generation optional in HEAD and...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pipadoc, asciidoc, allow HEAD without headline
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: pipapoc, asciidoc, track actual head level
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pipadoc: asciidoc, add INDEX only entry
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pipadoc: asciidoc support increment/decrement HEAD's
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: pipapdoc, comment match regex, must match first...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | include source file and line number comments by asciidoc...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | callbacks for logging and aborting
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | NOBUG_THREAD_DATA for thread local storage of user...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | improve the verbatim pipadoc plugin
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | make indexes optional for the asciidoc plugin of pipadoc
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | include the VERBATIM pipadoc plugin for literate programming
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | move pipadoc plugin loading behind plaintext file handling
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | use '#!/usr/bin/env bash' in test.sh to be little more...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: strict aliasing warning with certain gcc's
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | remove some gnuisms from the Makefile
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | use gcc's format attribute to validate formatstring...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | some more docs about resourcetracking
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | no comment
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | Use different mpool chunksizes for 32 vs 64 bit machines
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | converted the text to paths, less scaling problems
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | Logo with type
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | a lot test fixes, whitespaces, new error messages
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: resourcetracker, NULL dereference in finding parents
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: resourcetracker, error messages
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | test harness fixes
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: tests makefile had a double variable declaration
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | cleanup in nobug.h, remove some cruft
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | improve formatting for RESOURCE_LIST and RESOURCE_DUMP
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | cosmetics
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | Define NOBUG_TAB to be eight spaces by default
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | new resource_state() change implementation
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | remove some pending cruft
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | FIX: must not proceed checking for deadlocks when no...
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | The non-threaded case for resource_leave looks simple
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | first cut of nobug_resource_leave()
|
commit | commitdiff | tree |
2009-09-04 |
Christian Thaeter | pending changes and stat functions for nobug_resource
|
commit | commitdiff | tree |