summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_hppa.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
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-2/+2
| | | | | know it from the machine. ok miod
* this is happier if it pulls in a few more includesderaadt2009-07-281-1/+4
|
* Minimal lip service for savecore to be happy.miod2006-11-061-8/+5
|
* 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
|
* knf; ok millertderaadt2004-06-151-14/+9
|
* Relax licence by removing the 3rd clause on all files whereI was stillmiod2003-06-021-3/+1
| | | | using a 3 clause licence.
* hppa stub, from miodmickey2002-08-031-0/+82