History log of /netbsd/sys/arch/macppc/stand/ofwboot/Locore.c (Results 26 – 35 of 35)
Revision Date Author Comments
# a59e9106 29-Mar-2002 tsutsui <tsutsui@NetBSD.org>

Cosmetics.


# 4c999163 24-Sep-2001 wiz <wiz@NetBSD.org>

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.

show more ...


# c5a6be17 22-Jul-2001 wiz <wiz@NetBSD.org>

bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
Reviewed by Matt Thomas, ok'd by Tsubai Masanari.


# 1267826d 20-Aug-2000 tsubai <tsubai@NetBSD.org>

Increase stack size.


# db1042f3 22-Dec-1999 thorpej <thorpej@NetBSD.org>

Update some comments.


# 7177191d 04-Feb-1999 tsubai <tsubai@NetBSD.org>

Allocate DMA-aware memory area using "dma-alloc" method and use them
for data buffer.
XXX currently only netif_put() uses this.

iMac can use ofwboot.elf now.


# 378f49ef 02-Feb-1999 tsubai <tsubai@NetBSD.org>

Ensure lowest 256MB is mapped by BAT0.


# 5cc05df4 24-Jul-1998 tsubai <tsubai@NetBSD.org>

Comment out "insert root disk..." message.
Remove unnecessary video init.


# 0fe318b3 26-Jun-1998 tsubai <tsubai@NetBSD.org>

Change load address of ofwboot for large (md root) kernel.


# 2be6df07 15-May-1998 tsubai <tsubai@NetBSD.org>

Initial import of macppc port.


12