History log of /netbsd-src/usr.sbin/acpitools/amldb/amldb.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 25f11de3 20-Aug-2020 riastradh <riastradh@NetBSD.org>

mmap MAP_FAILED audit.


# 8ebf8cb0 14-Oct-2018 jmcneill <jmcneill@NetBSD.org>

getopt returns int, not char


# dccf569e 29-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead.


# 7ac7d15d 14-Jan-2007 dogcow <dogcow@NetBSD.org>

Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_

Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_ on amd64, but as the output on my i386
doesn't change pre/post-patching, that seems good enough for now.

show more ...


# 53e202c1 14-Jan-2007 christos <christos@NetBSD.org>

Add acpitools