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

sys/core.h is not needed by these files, therefore sys/param.h isn't
needed for MAXCOMLEN either


# 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


# a74b3602 15-May-2018 otto <otto@openbsd.org>

fix format strings; ok @kettenis


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

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


# 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


# d0dde663 20-Mar-2013 deraadt <deraadt@openbsd.org>

spaces


# 26b8388f 10-Apr-2011 miod <miod@openbsd.org>

Pull more headers to avoid warnings about structs being undefined.


# 394e2ba4 19-May-2007 miod <miod@openbsd.org>

Kernel crash dump support for arm-based platform, with minimal support in
libkvm, but all the necessary information for a complete _kvm_kvatop() is
available in the crash dump.


# 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


# d39eff95 09-Feb-2004 drahn <drahn@openbsd.org>

Stub this out, copied from other archs with this stubbed out.