Go to file
snj f161d0b7b8 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.
2014-11-12 18:50:55 +00:00
bin Fix RCS ID. 2014-08-08 14:48:55 +00:00
common Pull up following revision(s) (requested by khorben in ticket #118): 2014-09-29 15:31:01 +00:00
compat Fix else if botch 2014-08-11 04:33:30 +00:00
crypto Pullup the following revisions, requested by spz in ticket #147: 2014-10-19 09:12:58 +00:00
dist/pf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
distrib Pull up following revision(s) (requested by snj in ticket #184): 2014-11-09 13:22:58 +00:00
doc Tickets #213, #215 and #221 2014-11-12 14:22:20 +00:00
etc Add eabihf directories 2014-08-10 23:31:41 +00:00
external Pull up the import of version 3.6.1 of openresolv, via patch, 2014-11-12 13:36:40 +00:00
extsrc
games Pull up following revision(s) (requested by ast in ticket #128): 2014-10-05 10:21:04 +00:00
gnu Pull up following revision(s) (requested by jmcneill in ticket #72): 2014-08-31 07:38:13 +00:00
include Changes to existing files to enable building AARCH64 userland. 2014-08-10 05:56:36 +00:00
lib Pull up following revision(s) (requested by christos in ticket #213): 2014-11-12 13:54:13 +00:00
libexec Pullup the following to netbsd-7 (requested by matt in ticket #37): 2014-08-20 13:49:28 +00:00
regress eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
rescue Add rescue/ekermit. 2014-08-09 18:32:34 +00:00
sbin Pull up following revision(s) (requested by mlelstv in ticket #201): 2014-11-11 10:36:40 +00:00
share Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
sys Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
tests Pull up following revision(s) (requested by apb in ticket #135): 2014-10-11 16:55:32 +00:00
tools Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
usr.bin Pull up following revision(s) (requested by skrll in ticket #221): 2014-11-12 14:14:13 +00:00
usr.sbin Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
x11 Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly 2014-08-05 15:40:58 +00:00
BUILDING regen BUILDING from doc/BUILDING.mdoc 2014-08-07 21:46:43 +00:00
Makefile Run "postinstall fix obsolete_stand" just before checkflist, 2014-06-16 09:06:26 +00:00
Makefile.inc
UPDATING More general advice about "cvs [update aborted]... No such file 2014-07-23 08:52:32 +00:00
build.sh Pull up following revision(s) (requested by apb in ticket #27): 2014-08-15 23:59:24 +00:00