Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-06-04 | remove orphaned macros | 1 | -5/+1 | ||
2013-06-04 | link subdir | 2 | -3/+3 | ||
2013-06-04 | missed a space in the latin passphrase. | 1 | -3/+3 | ||
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | 4 | -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-04 | tests for bcrypt_pbkdf_test.c | 2 | -0/+136 | ||
2013-06-04 | revert. check is < 1, not < 0. | 1 | -1/+3 | ||
2013-06-04 | oops, rounds is unsigned now | 1 | -3/+1 | ||
2013-06-04 | Cpu topology for AMD64. | 2 | -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@ |