History log of /netbsd-src/sys/arch/i386/stand/lib/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 ...


# 334f5e8f 14-Dec-2008 christos <christos@NetBSD.org>

ANSI and KNF from Anon Ymous


# 2d1e6a1f 14-Apr-1999 drochner <drochner@NetBSD.org>

add prototypes, slight formatting changes


# 816bb961 14-Mar-1997 perry <perry@NetBSD.org>

Initial import of new boot code, created by Matthias Drochner with a
little hacking by me. This isn't strictly identical to his 920312
release -- I've hacked it a bit -- but since we are taking over

Initial import of new boot code, created by Matthias Drochner with a
little hacking by me. This isn't strictly identical to his 920312
release -- I've hacked it a bit -- but since we are taking over change
control it doesn't matter much.

show more ...