Go to file
perry 35a6eb4807 Make the declarations of wday_name and mon_name less eccentric. I
suppose they were legal before, but lint was unhappy about them. It
was probably unhappy for the wrong reasons, but I think it certainly
wasn't something one would want anyway. Declaring a string of length
three to have storage of length three without room for the nul is
asking for trouble even if it does work in context, and there was no
reason not to state how many days there are in a week or months in a
year -- they aren't onerous and aren't going to change.

NOTE: If this code isn't being synced with the central TZCODE stuff,
it probably should be KNFed etc. It is full of K&R declarations,
register, lots of eccentricities, etc.
2006-10-15 15:32:42 +00:00
bin Add -i to usage. 2006-10-13 20:37:10 +00:00
common Put macro argument right after macro, not in next line. 2006-10-14 07:30:16 +00:00
crypto Change the default sshd configuration file so that only protocol version 2 2006-10-15 14:01:53 +00:00
dist Merge the peter-altq branch. 2006-10-12 19:59:07 +00:00
distrib Don't add `-I${NETBSDSRCDIR}/sys' to HOST_CPPFLAGS to pull 2006-10-15 04:24:11 +00:00
doc Note vge(4) on big endian. 2006-10-14 20:25:49 +00:00
etc PR/31497: Robert Elz: rc.d/accounting should have KEYWORD: shutdown 2006-10-08 18:08:39 +00:00
games Typo, from David A. Holland on #NetBSD-code, thanks! 2006-10-08 20:12:27 +00:00
gnu Recognize SH2E from new binutils (map to sh3e vector). 2006-10-14 22:20:06 +00:00
include
lib Make the declarations of wday_name and mon_name less eccentric. I 2006-10-15 15:32:42 +00:00
libexec Fix typo in macro. 2006-10-13 20:28:06 +00:00
regress array init test 2006-10-15 15:09:38 +00:00
rescue
sbin Use O_DIRECT (aka Direct I/O) when -F is used. 2006-10-15 13:18:24 +00:00
share mention that we can now escape ,'s and whitespace using a double \\ 2006-10-14 18:52:39 +00:00
sys Don't allow ptrace to copyout arbitrary sized data. Reported by the 2006-10-15 15:20:09 +00:00
tools kill __unused 2006-10-12 16:19:06 +00:00
usr.bin previous fix broke array initializers. 2006-10-15 15:08:20 +00:00
usr.sbin strlcpy off by one errors (from gdamore) 2006-10-15 01:10:00 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile
Makefile.inc
UPDATING Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00