History log of /openbsd/sys/arch/sparc64/stand/ofwboot/alloc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 14bf419f 14-Mar-2016 krw <krw@openbsd.org>

Change a bunch of (<blah> *)0 to NULL.

ok beck@ deraadt@


# 7578198a 14-Sep-2015 semarie <semarie@openbsd.org>

unify free(NULL,size) behaviour by allowing passing NULL

ok millert@ jasper@


# 16c79c70 11-Dec-2014 stsp <stsp@openbsd.org>

Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot.
ok miod@


# 91fd972b 21-Mar-2013 deraadt <deraadt@openbsd.org>

NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK


# 5d4d064f 17-Aug-2009 jsing <jsing@openbsd.org>

Use ANSI function declarations. No binary change.

ok deraadt@


# 545205ea 28-May-2007 pyr <pyr@openbsd.org>

avoid bypassing sys/queue.h in many places in the kernel.
many assumptions were made about the way the various list types are
implemented.

lots of suggestions and help from otto and miod.
ok otto@


# 4f9e30d0 14-Mar-2002 millert <millert@openbsd.org>

Final __P removal plus some cosmetic fixups


# c2fd19ba 20-Aug-2001 jason <jason@openbsd.org>

$OpenBSD$


# 284a978e 18-Aug-2001 jason <jason@openbsd.org>

Enough of NetBSD/sparc64 for ofwboot to compile/link