summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_vax.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-123/+0
| | | | lots of agreement.
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
| | | | ok guenther millert
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-3/+3
| | | | | know it from the machine. ok miod
* Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernelmiod2006-06-191-50/+29
| | | | | crash dumps. ok kettenis@
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
|
* Kill (almost all) warnings.miod2004-09-151-1/+2
|
* if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ okmickey2004-07-011-1/+6
|
* knf; ok millertderaadt2004-06-151-21/+15
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Include more machdep headers. (paranoia)art2001-12-051-1/+3
|
* Adapt to new uvm/ includes.art2001-11-061-2/+2
|
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-2/+1
|
* add a _kvm_pa2off() for vaxbjc2001-03-161-1/+13
|
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+4
| | | | %x -> %lx format fixes from me.
* sync with 0430deraadt1996-05-051-1/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+134