summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-05-21configure.ac: report maximum number of processorsRichard Braun
2014-05-21test/test_llsync_defer: new test moduleRichard Braun
2014-05-20test/test_x86_pmap_remove_ptp: tune test moduleRichard Braun
Some attempts on real hardware and KVM failed (i.e. reported false positives). Tune the test to make such failures less likely, and document the issue.
2014-05-20test/test_x86_pmap_remove_ptp: new test moduleRichard Braun
2014-05-20test/test_pmap_update: rename test moduleRichard Braun
Give the test module a slightly more explicit name.
2014-05-20Add basic internal test frameworkRichard Braun
2012-10-16Rework the build systemRichard Braun
Architecture specific stuff is now completely isolated in its arch/xxx directory. The install and dist targets have been fixed, as well as the source file list. Autoconf strictness is reduced to foreign, and the now unneeded files have been removed. Additions to the generated config.h header can be added in the global kern/config.h or the architecture specific machine/config.h headers.
2012-10-03x86: new architectureRichard Braun
Merge 32-bit IA-32 (i386) and 64-bit AMD64 (amd64) code into one common architecture. The amd64 variant isn't functional yet.
2012-09-30Initial commitRichard Braun