summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_alpha.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-5/+3
|
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
| | | | ok guenther millert
* 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-43/+41
|
* 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
|
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-7/+4
| | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
* PAGE_SHIFT can be a define, avoid double-define.art2001-01-221-1/+3
|
* adjust for changes to kcore, and dynamically compute page shift.ericj2000-11-081-8/+45
| | | | | from NetBSD. art@ OK
* remove unused codeericj2000-06-091-2/+1
|
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+104
| | | | %x -> %lx format fixes from me.
* sync with 0430deraadt1996-05-051-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+71