Home | History | Annotate | Download | only in lib
History log of /src/sys/arch/i386/stand/lib/getsecs.c
RevisionDateAuthorComments
 1.4  12-Jan-2009  tsutsui 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.
 1.3  14-Dec-2008  christos ANSI and KNF from Anon Ymous
 1.2  14-Apr-1999  drochner branches: 1.2.140; 1.2.144; 1.2.152;
add prototypes, slight formatting changes
 1.1  14-Mar-1997  perry branches: 1.1.1;
Initial revision
 1.1.1.1  14-Mar-1997  perry branches: 1.1.1.1.18;
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.
 1.1.1.1.18.1  21-Jun-1999  thorpej Sync w/ -current.
 1.2.152.1  19-Jan-2009  skrll Sync with HEAD.
 1.2.144.1  04-May-2009  yamt sync with head.
 1.2.140.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed