NetBSD/sys
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
..
altq Pull up following revision(s) (requested by riastradh in ticket #44): 2014-08-22 10:15:22 +00:00
arch Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
coda Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
compat Pull up following revision(s) (requested by maxv in ticket #166): 2014-10-30 12:18:56 +00:00
conf Pull up sys/conf/files revision 1.1103, which should have been 2014-11-09 20:59:34 +00:00
crypto Pull up following revision(s) (requested by riastradh in ticket #16): 2014-08-15 09:53:48 +00:00
ddb
dev Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
dist/pf Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
external Pull up following revision(s) (requested by snj in ticket #215): 2014-11-12 14:09:57 +00:00
fs Pull up following revision(s) (requested by martin in ticket #216): 2014-11-12 18:50:55 +00:00
gdbscripts
ipkdb
kern Pull up following revision(s) (requested by tls in ticket #173): 2014-11-02 09:47:03 +00:00
lib Merge tls-earlyentropy branch into HEAD. 2014-08-10 16:44:32 +00:00
miscfs Pull up following revision(s) (requested by maxv in ticket #43): 2014-08-21 09:05:45 +00:00
modules Add the infrastructure for MODULAR support for Xen kernels. At 2014-08-11 03:43:25 +00:00
net Pull up following revision(s) (requested by ozaki-r in ticket #205): 2014-11-11 12:20:28 +00:00
net80211
netatalk split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netbt split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netinet Pull up following revision(s) (requested by christos in ticket #157): 2014-10-26 09:48:18 +00:00
netinet6 Pull up following revision(s) (requested by roy in ticket #160): 2014-10-27 13:42:37 +00:00
netipsec split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netisdn Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
netkey
netmpls split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netnatm split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netsmb Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
nfs Merge tls-earlyentropy branch into HEAD. 2014-08-10 16:44:32 +00:00
opencrypto At least crypto_mtx needs initialisation here. Spotted during PR/49065 2014-08-04 14:17:18 +00:00
rump Pull up following revision(s) (requested by maxv in ticket #51): 2014-08-24 08:34:58 +00:00
secmodel Pull up following revision(s) (requested by maxv in ticket #180): 2014-11-07 08:21:31 +00:00
stand
sys Pull up following revision(s) (requested by mlelstv in ticket #201): 2014-11-11 10:36:40 +00:00
ufs Pullup the following revisions, requested by maxv in ticket #148: 2014-10-20 09:55:54 +00:00
uvm Pull up following revision(s) (requested by skrll in ticket #188): 2014-11-09 16:05:25 +00:00
Makefile