Go to file
abs e14333f8c1 Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.
2012-06-25 17:25:29 +00:00
bin - sync `SYNOPSIS' with dd.c's `usage' line; 2012-06-20 17:54:16 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto Small spacing fix. Unbreaks section in xref. 2012-06-04 14:24:03 +00:00
dist Casting an uint32_t pointer to (long *) may have been acceptable 2012-06-25 16:47:03 +00:00
distrib rename rfc6056.h to portalgo.h 2012-06-25 15:30:16 +00:00
doc new ip6 sysctls 2012-06-23 03:16:03 +00:00
etc PR/46601 - Jim Bernard -- add support for rc_directories 2012-06-25 07:22:45 +00:00
external Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has 2012-06-22 20:32:34 +00:00
extsrc
games WARNS=5, and make WARNS=5 the default for src/games. 2012-06-19 05:46:08 +00:00
gnu add libexecinfo 2012-06-10 15:04:47 +00:00
include sprinkle restrict in realpath(3) 2012-06-21 21:13:29 +00:00
lib fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
libexec - Remove redundant argument to (successive) `.Nm' macro; 2012-06-20 09:43:51 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin PR/44647: commit fix proposed by Takahiro HAYASHI 2012-06-24 16:24:34 +00:00
share Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets, 2012-06-25 16:48:55 +00:00
sys Some fun in trying to work out what was broken with gcc-4.1 to 2012-06-25 17:25:29 +00:00
tests tests for recvmmsg 2012-06-22 18:45:23 +00:00
tools Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all. 2012-06-19 21:48:33 +00:00
usr.bin Omit outdated cryptographic claims as noted in PR 44160. 2012-06-25 02:32:12 +00:00
usr.sbin * Remove spurious period in name section 2012-06-23 20:49:14 +00:00
x11 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00