Go to file
spz 8fda128ab3 this commit contains two sets of unrelated changes:
"while I was here" I checked other KAME implementations for their icmp6.h
version, and thus:
  - added a define for MLDV2_LISTENER_REPORT from FreeBSD
  - added defines for the missing ICMP6_DST_UNREACH codes

then on to what I actually wanted to do:
  - adds strings for the types and codes (encapsulated by ICMP6_STRINGS)
    for the use of npfctl and other tools that might want to parse
    human-friendly names instead of the corresponding number for ipv6-icmp
    types and codes.
    The strings are ordered such that their index is (as far as is practical)
    the number belonging to the name, which is why there are
    icmp6_type_err (use directly) and icmp6_type_info (add 128)
2012-07-19 20:57:43 +00:00
bin handle realloc failure 2012-06-29 12:51:38 +00:00
common ptree_find_filtered_node: make key argument const. 2012-07-15 00:16:28 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto remove mdc2 and idea handling 2012-07-13 19:32:51 +00:00
dist Use after free (Coverity 273146) 2012-07-15 09:13:59 +00:00
distrib add files belonging to the xf86-video-xgi driver 2012-07-19 19:30:38 +00:00
doc Note tdvfb(4). 2012-07-18 23:33:26 +00:00
etc MKCRYPTO_{IDEA,MDC2} is no more 2012-07-14 04:01:11 +00:00
external PR/46704: Antti Kantee: Recognize tilera in config.guess 2012-07-19 19:34:26 +00:00
extsrc
games WARNS=5, and make WARNS=5 the default for src/games. 2012-06-19 05:46:08 +00:00
gnu PR/46704: Antti Kantee: Recognize tilera in config.guess 2012-07-19 19:34:26 +00:00
include bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
lib Minus (one) needs a backslash before the minus. 2012-07-19 06:44:12 +00:00
libexec when generating URIs escape various characters as specified in RFC 3986. 2012-07-19 09:53:06 +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 From Bug Hunting: 2012-07-14 20:14:17 +00:00
share From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the 2012-07-19 19:42:45 +00:00
sys this commit contains two sets of unrelated changes: 2012-07-19 20:57:43 +00:00
tests Add new test cases for entropy-providing sensors 2012-07-19 13:36:18 +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 mremap(2) return an pointer just like mmap(2). 2012-07-17 14:39:08 +00:00
usr.sbin Add missing __dead. 2012-07-19 06:31:26 +00:00
x11 Revert previous: tsutsui noted that this file is for X11R6. 2012-07-12 12:43:06 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +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