The Berkeley DB database library for C
Go to file
Petr Kubat 3a3ae67b51 Try looking at libdb's env lock details via /proc/locks during env_attach
As flock-style locks have no way to check whether another lock on the file is held by the current process
and is safe for libdb to access the its environment (in read-mode only), a helper function that parses
/proc/locks for this information has been added.
Additionally, db-5.3.28-rpm-lock-check.patch has been modified to use the helper function in order for libdb
to not have to leak file descriptors while checking for rpm's transaction lock when accessing rpm's environment.
2017-06-26 08:46:48 +02:00
.gitignore Add man pages for libdb-utils 2016-12-08 12:36:07 +01:00
007-mt19937db.c_license.patch clarify license on mt19937db.c 2013-05-09 11:33:30 -04:00
db-1.85-errno.patch initial import 2010-04-21 04:53:25 +00:00
db-4.5.20-jni-include-dir.patch Cleaning the specfile - removed gcc-java dependecy other way 2013-03-27 17:50:05 +01:00
db-4.6.21-1.85-compat.patch update to 5.1.19 2010-09-12 12:18:19 +02:00
db-5.3.21-memp_stat-upstream-fix.patch Add upstream patch for a memp_stat issue. 2015-05-19 11:13:28 +02:00
db-5.3.21-mutex_leak.patch Fix mutexes not being released properly when calling db_verify 2016-11-14 08:29:46 +01:00
db-5.3.28-condition_variable.patch Reintroduce patches removed in 5.3.28-22 2017-06-13 12:51:00 +02:00
db-5.3.28-condition-variable-ppc.patch Try looking at libdb's env lock details via /proc/locks during env_attach 2017-06-26 08:46:48 +02:00
db-5.3.28-lemon_hash.patch Fix overflowing integer in bundled-in lemon.c 2017-02-22 13:42:57 +01:00
db-5.3.28-rpm-lock-check.patch Try looking at libdb's env lock details via /proc/locks during env_attach 2017-06-26 08:46:48 +02:00
java8-fix.patch Fixed build with Java 8 2014-07-14 14:50:43 +02:00
lgpl-2.1.txt add lgpl-2.1.txt 2013-05-28 11:28:46 -04:00
libdb-multiarch.patch fix multiarch conflict in libdb-devel, remove unneeded dos2unix BR 2012-04-21 09:25:27 +02:00
libdb.spec Try looking at libdb's env lock details via /proc/locks during env_attach 2017-06-26 08:46:48 +02:00
patch.1.1 initial import 2010-04-21 04:53:25 +00:00
patch.1.2 initial import 2010-04-21 04:53:25 +00:00
patch.1.3 initial import 2010-04-21 04:53:25 +00:00
patch.1.4 initial import 2010-04-21 04:53:25 +00:00
sources Add man pages for libdb-utils 2016-12-08 12:36:07 +01:00