History log of /netbsd-src/sys/arch/sbmips/stand/netboot/getsecs.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 69cf32a7 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned

Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.

show more ...


# 21ca328a 15-Apr-2006 simonb <simonb@NetBSD.org>

ANSIfy, white-space nits.


# cc51cff6 07-Feb-2003 cgd <cgd@NetBSD.org>

Update to consistently use Broadcom GPL-compatible license on all SiByte code.


# c188bc0c 09-Nov-2002 cgd <cgd@NetBSD.org>

first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.