summaryrefslogtreecommitdiff
path: root/src/os_posix/os_mtx.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more statistics to the reconciliation code as part of reviewing howKeith Bostic2011-08-041-1/+1
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+1
* Use a C99 variadic macro to simplify WT_VERBOSE.Michael Cahill2011-06-271-4/+2
* Change WT_VERBOSE to take a session as its first argument, that's the primaryKeith Bostic2011-06-261-2/+2
* Assert that a mutex is locked before unlocking it: this would have saved me a...Michael Cahill2011-06-031-0/+1
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-5/+6
* Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic2011-04-081-1/+1
* Remove homegrown memory tracking software, we're committed to valgrind.Keith Bostic2011-03-081-2/+2
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-18/+18
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Restructure the tree to ease merge.Michael Cahill2011-02-011-0/+148