summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_ia64.c
Commit message (Expand)AuthorAgeFilesLines
* Add a level of indirection to the kernel PTE table. The oldMarcel Moolenaar2007-05-191-8/+16
* Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()Peter Wemm2005-06-291-2/+2
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-2/+2
* The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.Marcel Moolenaar2004-09-221-1/+1
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-161-1/+1
* Implement working on ELF corefiles. Use kvm_read() when readingMarcel Moolenaar2002-10-211-121/+134
* Implement va->pa translation for kernel virtual addresses. This isDoug Rabson2001-10-251-30/+59
* Partially port kvm to ia64 - virtual to physical translation is incomplete.Doug Rabson2001-10-231-0/+167