summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_sparc64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
| | | | | know it from the machine. ok miod
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* Unbreak build.kettenis2008-03-301-1/+7
|
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
|
* knf; ok millertderaadt2004-06-151-25/+13
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* Include more machdep headers. (paranoia)art2001-12-051-1/+2
|
* sparc64 bits. Not tested yet.art2001-08-281-0/+232
From NetBSD, modified to fit our libkvm.