Go to file
is d14968078a Write part of the y2k fix.
This is not strictly necessary, as
- at least for the Ricoh chip in the A3000 and A4000, as those chips' Y10
  registers happily continue to count up from 0xA if manually incremented
  past 0x9.
- the Amiga ROMs and "setclock" commands seem to interpret 0xA 0x? like
  200?, etc.

However,
- the Amiga setclock writes the modulo 10 value into the chips
- the chip docs of both chips, including the Y2K information of their
  manufacturers, only refer to the range 0-9
- the chips increment from 9 to 0

So we better conform to this, to avoid unpleasant surprises.
2000-01-03 20:30:51 +00:00
bin make example cut&paste-ready 1999-12-29 04:11:30 +00:00
dist update ipfilter code to 3.3.6 1999-12-28 07:40:12 +00:00
distrib sync with reality. cnw(4) and awi(4) are not in INSTALL kernel. 2000-01-02 18:44:07 +00:00
etc etc files for mmeye 2000-01-02 10:04:26 +00:00
games Declare variables as extern in headers rather than using linker commons. 2000-01-01 10:15:17 +00:00
gnu skip gdb if ${MACHINE_ARCH} == "sh3" 2000-01-02 11:20:51 +00:00
include C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
lib clarify text for RES_USE_INET6. this is almost always unnecessary. 2000-01-03 11:56:05 +00:00
libexec Accept all kind of whitespaces when searching for the end of a nroff 1999-12-31 14:50:16 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin avoid use of kvm, mostly for boot floppy's convenience. 1999-12-31 19:40:19 +00:00
share clarify text for RES_USE_INET6. this is almost always unnecessary. 2000-01-03 11:56:05 +00:00
sys Write part of the y2k fix. 2000-01-03 20:30:51 +00:00
usr.bin Add COMPAT_NETBSD32 support. 1999-12-31 22:27:59 +00:00
usr.sbin add net.inet6.icmp6.nodeinfo sysctl. 2000-01-02 16:31:17 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00