History log of /netbsd/sys/arch/hpc/hpc/platid.c (Results 1 – 11 of 11)
Revision Date Author Comments
# a9f4c28a 10-May-2006 skrll <skrll@NetBSD.org>

Fix a bunch of cast lvalues.


# 0d1e222e 17-Jan-2006 uwe <uwe@NetBSD.org>

Hide plutid_dump() under #ifdef PLATID_TEST. Saves space in the
kernel and avoids printf dependency for hpcboot.
While here, constify its first argument.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 73c9c64f 31-May-2005 uwe <uwe@NetBSD.org>

Declare platid_name() to return const.
Revert previous kludge, we can return string literal now.


# c7e2bd07 31-May-2005 uwe <uwe@NetBSD.org>

Don't return string literal from a function that is not declared to
return const.

XXX: Kludge for now, I don't want to deal with the fallout, especially
as this code is also compile for Windows CE (

Don't return string literal from a function that is not declared to
return const.

XXX: Kludge for now, I don't want to deal with the fallout, especially
as this code is also compile for Windows CE (hpcboot.exe).

show more ...


# e7b97196 31-May-2005 uwe <uwe@NetBSD.org>

Avoid naming function parameters "platid", there's a global variable
of that name.


# 5f834996 16-Dec-2003 uwe <uwe@NetBSD.org>

Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake of
hpcboot.exe, that uses this file too. Compiling for WinCE defeats the
logic in cdefs_aout.h.


# 0c82163c 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 69ed2175 27-Sep-2001 uch <uch@NetBSD.org>

ANSIfy, KNF.


# ca599650 24-Sep-2001 takemura <takemura@NetBSD.org>

Renamed platid_search() to platid_search_data() and added new platid_search().
Platid_name() was re-implemented using platid_search().


# 6be22c0c 28-Jan-2001 uch <uch@NetBSD.org>

hpcmips hpcsh common files are moved to arch/hpc.