summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/mutex_unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-04remove orphaned macrosmiod1-5/+1
2013-06-04link subdirtedu2-3/+3
2013-06-04missed a space in the latin passphrase.tedu1-3/+3
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelymlarkin4-9/+5
removed at n2k13 but a few errant references still remained. No functional change. Spot tested by my on i386 and amd64 UP environments, no regressions seen. noticed by deraadt@
2013-06-04tests for bcrypt_pbkdf_test.ctedu2-0/+136
2013-06-04revert. check is < 1, not < 0.tedu1-1/+3
2013-06-04oops, rounds is unsigned nowtedu1-3/+1
2013-06-04Cpu topology for AMD64.haesbaert2-2/+132
This adds information about smt id (thread), core id and package id (socket) to amd64. ci_smt_id, ci_core_id, ci_pkg_id should be followed by other archictectures and core relying on them should be under ARCH_HAVE_CPU_TOPOLOGY. ok tedu@