History log of /openbsd-src/lib/libkvm/kvm_hppa.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 0e64ee4c 01-Dec-2021 deraadt <deraadt@openbsd.org>

Reduce use of sys/param.h, or annotate the reason why it is needed
(pretty much MAXCOMLEN for struct process or struct core), and remove
sys/vnode.h where not needed


# a42e4c92 19-Dec-2015 mmcc <mmcc@openbsd.org>

Remove NULL-checks before free(). ok tb@


# 01002944 01-Nov-2013 deraadt <deraadt@openbsd.org>

reduce use of <sys/user.h>
ok guenther millert


# 7468fac6 28-Mar-2013 deraadt <deraadt@openbsd.org>

Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already
know it from the machine.
ok miod


# 48073bb9 28-Jul-2009 deraadt <deraadt@openbsd.org>

this is happier if it pulls in a few more includes


# 1ff387b6 06-Nov-2006 miod <miod@openbsd.org>

Minimal lip service for savecore to be happy.


# fdd3f45b 20-Mar-2006 mickey <mickey@openbsd.org>

for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok


# b7e5637a 15-Sep-2004 miod <miod@openbsd.org>

Kill (almost all) warnings.


# 551fad64 15-Jun-2004 deraadt <deraadt@openbsd.org>

knf; ok millert


# d4c05afc 02-Jun-2003 miod <miod@openbsd.org>

Relax licence by removing the 3rd clause on all files whereI was still
using a 3 clause licence.


# f4c27b7e 03-Aug-2002 mickey <mickey@openbsd.org>

hppa stub, from miod