summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_powerpc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-5/+3
|
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
| | | | ok espie@ deraadt@ millert@ tedu@
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
| | | | ok guenther millert
* pull in more .h (spotted since struct vnode was not in scope)deraadt2012-03-161-1/+12
|
* ARGSUSED for for a few thingsderaadt2006-03-311-1/+4
|
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
|
* add $OpenBSD$ tag. ok miodkevlo2005-01-141-1/+1
|
* Kill (almost all) warnings.miod2004-09-151-0/+1
|
* knf; ok millertderaadt2004-06-151-15/+11
|
* Check-in of powerpc library support.rahnds1996-12-211-0/+78
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited.