summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_sparc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove references to sparctedu2016-09-011-250/+0
* Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvmmiod2015-03-301-8/+7
* Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchmiod2015-03-181-5/+5
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-4/+4
* knf; ok millertderaadt2004-06-151-39/+22
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Include more machdep headers. (paranoia)art2001-12-051-2/+4
* Adapt to new uvm/ includes.art2001-11-061-3/+3
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-3/+2
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-4/+3
* import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.grr1997-06-111-249/+113
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+4
* sync with 0430deraadt1996-05-051-42/+210
* initial import of NetBSD treederaadt1995-10-181-0/+249