aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 03:34:21 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-06-03 03:34:21 +0000
commit2554b2d12b64808f2da1a31320628c91ab16164a (patch)
tree08c613272afe78dc18312e351dde2707cbf63d62 /UPDATING
parentad0fab44e2a20be7dd0f2fdc6e1aba86a530443a (diff)
downloadsrc-2554b2d12b64808f2da1a31320628c91ab16164a.tar.gz
src-2554b2d12b64808f2da1a31320628c91ab16164a.zip
mention getnet*(3) ABI breakage.
Notes
Notes: svn path=/head/; revision=146905
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 02fcb0bea7ab..3747e5505849 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20050603:
+ The n_net of a struct netent was changed to an uint32_t, and
+ 1st argument of getnetbyaddr() was changed to an uint32_t, to
+ confirm to POSIX-2001. These changes broke an ABI
+ compatibility on 64 bit architecture. You have to recompile
+ userland programs that use getnetbyaddr(3), getnetbyname(3)
+ and/or getnetent(3) on 64 bit architecture.
+
20050528:
Kernel parsing of extra options on '#!' first lines of shell
scripts has changed. Lines with multiple options likely will