- Aug 02, 2013
-
-
-
Quanah Gibson-Mount authored
-
-
- Jul 31, 2013
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Make sure errors are propagated from init_meta
-
- Jul 30, 2013
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Loop on copyfd meta write, since pipes may return after partial write.
-
Howard Chu authored
partial revert of d6d2638a and 26a25df5 The original code was already tested and working correctly.
-
- Jul 29, 2013
-
-
Quanah Gibson-Mount authored
-
-
-
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Return the actual shared reader count when it exists, not just the current process env's reader count.
-
- Jul 26, 2013
-
-
Howard Chu authored
NetBSD can only handle up to 14 chars, we were using 21. Now we encode to 15, and for NetBSD truncate the last char.
-
- Jul 19, 2013
-
-
Howard Chu authored
Check again after acquiring rmutex. Avoids potential issue with a duplicate pid coming in between initial check and rmutex.
-
Howard Chu authored
Avoid holding rmutex for longer than necessary.
-
- Jul 18, 2013
-
-
Howard Chu authored
Use mti_numreaders for loop limit, not me_maxreaders.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Don't obtain reader txn before displaying reader table. Exit after reader table if no other DB query options were given.
-
Howard Chu authored
Dump the active slots in the reader table.
-
- Jul 15, 2013
-
-
Howard Chu authored
Retrieve the flags from a DB handle.
-
- Jul 14, 2013
-
-
Howard Chu authored
Don't count pages twice if they're already accounted in an ancestor txn.
-
Howard Chu authored
Same fix for cursor_first/last.
-
Howard Chu authored
Whenever we enter cursor_set() the sub-cursor's flag must be cleared. If the new cursor position has valid subdata it will be initialized again, if not then the sub-cursor has nothing to point to.
-
- Jul 12, 2013
-
-
Howard Chu authored
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Howard Chu authored
-