aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-08-05 20:30:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-08-05 20:30:15 +0000
commitccc88f7b62301009babb18c138d54fdf345adcea (patch)
tree8fecb33366485955a195b6e1a76ad0db86225cbc /UPDATING
parent7497e6267cbc7bf16fca8c8f65886e7d2011ca02 (diff)
downloadsrc-ccc88f7b62301009babb18c138d54fdf345adcea.tar.gz
src-ccc88f7b62301009babb18c138d54fdf345adcea.zip
Document IPv6 timer value change in r253970.
Notes
Notes: svn path=/head/; revision=253972
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 604a90973d2c..0be5b8919309 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130806:
+ Timer values in IPv6 data structures now use time_uptime instead
+ of time_second. Although this is not a user-visible functional
+ change, userland utilities which directly use them---ndp(8),
+ rtadvd(8), and rtsold(8) in the base system---need to be updated
+ to r253970 or later.
+
20130802:
find -delete can now delete the pathnames given as arguments,
instead of only files found below them or if the pathname did