Home | History | Annotate | Download | only in man9
History log of /src/share/man/man9/todr.9
RevisionDateAuthorComments
 1.18  10-Sep-2014  martin Adapt to recent changes.
 1.17  30-Aug-2014  martin clock_secs_to_ymdhms(9) takes seconds as a time_t, not int.
 1.16  22-Mar-2010  joerg branches: 1.16.2; 1.16.26;
Use .In instead of .Aq Pa for header files.
 1.15  30-Apr-2008  martin Convert TNF licenses to new 2 clause variant
 1.14  20-Feb-2007  wiz branches: 1.14.10; 1.14.12;
time(9) was renamed to time_second(9), fix xrefs.
 1.13  06-Sep-2006  gdamore time.9 renamed to time_second.9. various updates to reflect API changes.
 1.12  09-Nov-2005  wiz Bump date for previous.
 1.11  06-Nov-2005  tsutsui dt_day in struct clock_ymdhms should be 1-31, not 0-365.
 1.10  29-Dec-2004  snj "\-" makes a minus, "-" does not.
 1.9  29-Dec-2004  bjh21 Document clock_ymdhms_to_secs()' returning -1 for unrepresentable input.
 1.8  07-Aug-2003  wiz Sort SEE ALSO; add commas between Nm entries in NAME section.
 1.7  18-Jul-2003  thorpej Document todr_attach().
 1.6  16-Apr-2003  wiz Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
 1.5  04-Feb-2003  perry "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
 1.4  14-Oct-2002  wiz New sentence, new line.
 1.3  13-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.2  11-Sep-2001  uwe Fix quotes for `time-of-day'.
 1.1  25-Jul-2000  pk Add man page for a new time-of-day clock driver interface. Also documents the
already existing clock_secs_to_ymdhms() & clock_ymdhms_to_secs().
 1.14.12.1  18-May-2008  yamt sync with head.
 1.14.10.1  02-Jun-2008  mjf Sync with HEAD.
 1.16.26.1  12-Nov-2014  snj Pull up following revision(s) (requested by martin in ticket #216):
share/man/man9/todr.9: revision 1.17
sys/arch/sh3/dev/rtc.c: revision 1.9
sys/dev/clock_subr.c: revision 1.17-1.22
sys/dev/clock_subr.h: revision 1.22
sys/fs/msdosfs/msdosfs_conv.c: revision 1.10
tools/compat/compat_defs.h: revision 1.98
tools/compat/dev/clock_subr.h: revision 1.1-1.2
usr.sbin/makefs/msdos/Makefile.inc: revision 1.6
clock_secs_to_ymdhms(9) takes seconds as a time_t, not int.
--
Make this compile- and usable from userland as well.
--
Add a slightly stripped down version of sys/dev/clock/clock_subr.h to make
this code available for tools.
--
Reformulate an overflow test so it can be used in tool builds (i.e. does
not depend on netbsd specific macros).
--
Make msdosfs time conversion use the y/m/d/h/m/s conversion functions
from clock_subr.c and compile that into the userland (and tools)
makefs as well.
--
Copy definitions of __type_min(t), __type_max(t), and some related macros,
from <sys/cdefs.h>, for use when building tools.
--
Revert previous; test secs > __type_max(time_t) again, now
that __type_max is available in tools/compat/compat_defs.h.
--
If HAVE_NBTOOL_CONFIG_H is set, then include "nbtool_config.h",
because this file is compiled as part of tools/makefs.
--
Counting leap years was fine while we had 32bit time_t - but now it
is not a good idea for dates far away in the future.
For dates in the year 2000 or later, use arithmetic instead (since the
repeating periods are well aligned). Should fix PR 49144.
--
Avoid overflowing the "year" value by making the field uint64_t. Adapt
arguments and local variables accordingly.
This now fixes PR 49144 for real.
--
Adapt formats for debug printfs to clock_subr type changes.
 1.16.2.2  22-Mar-2010  joerg Use .In instead of .Aq Pa for header files.
 1.16.2.1  22-Mar-2010  joerg file todr.9 was added on branch uebayasi-xip on 2010-03-22 18:58:34 +0000

RSS XML Feed