History log of /netbsd-src/external/bsd/libproc/dist/proc_create.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 49f0a76d 09-Jun-2017 chs <chs@NetBSD.org>

add a proc_getmodel() interface to return whether a process
is a 32-bit or 64-bit process. the interface is from freebsd
but the implementation is different.
needed by dtrace.


# 52ebe1c2 24-Sep-2015 christos <christos@NetBSD.org>

Add glue, adjust for NetBSD.


# fbcd1dd1 24-Sep-2015 christos <christos@NetBSD.org>

Import libproc from FreeBSD