[Midnightbsd-cvs] src: /src: 0.4-RELEASE-p3 nullfs(5) The
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 10 19:13:01 EDT 2013
Log Message:
-----------
0.4-RELEASE-p3
nullfs(5)
The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
check whether the source and target of the link are both in the same
nullfs instance. It is therefore possible to create a hardlink from a
location in one nullfs instance to a file in another, as long as the
underlying (source) filesystem is the same.
ifioctl
As is commonly the case, the IPv6 and ATM network layer ioctl request
handlers are written in such a way that an unrecognized request is
passed on unmodified to the link layer, which will either handle it or
return an error code.
Network interface drivers, however, assume that the SIOCSIFADDR,
SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
handled at the network layer, and therefore do not perform input
validation or verify the caller's credentials. Typical link-layer
actions for these requests may include marking the interface as "up"
and resetting the underlying hardware.
Tags:
----
RELENG_0_4
Modified Files:
--------------
src:
UPDATING (r1.170.2.5 -> r1.170.2.6)
(http://cvsweb.midnightbsd.org/src/UPDATING?r1=1.170.2.5&r2=1.170.2.6)
src/sys/conf:
newvers.sh (r1.9.2.5 -> r1.9.2.6)
(http://cvsweb.midnightbsd.org/src/sys/conf/newvers.sh?r1=1.9.2.5&r2=1.9.2.6)
src/sys/fs/nullfs:
null_vnops.c (r1.7 -> r1.7.2.1)
(http://cvsweb.midnightbsd.org/src/sys/fs/nullfs/null_vnops.c?r1=1.7&r2=1.7.2.1)
src/sys/net:
if.c (r1.6 -> r1.6.2.1)
(http://cvsweb.midnightbsd.org/src/sys/net/if.c?r1=1.6&r2=1.6.2.1)
src/sys/netinet6:
in6.c (r1.9 -> r1.9.2.1)
(http://cvsweb.midnightbsd.org/src/sys/netinet6/in6.c?r1=1.9&r2=1.9.2.1)
src/sys/netnatm:
natm.c (r1.5 -> r1.5.2.1)
(http://cvsweb.midnightbsd.org/src/sys/netnatm/natm.c?r1=1.5&r2=1.5.2.1)
More information about the Midnightbsd-cvs
mailing list