]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r310088, r310090, r310095
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 Dec 2016 23:59:58 +0000 (23:59 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 Dec 2016 23:59:58 +0000 (23:59 +0000)
commite6604226702b1a459ef7ed77224a0e641cf7164a
tree908d220484e14befbf083345d3643a9500e3a977
parentbdedf6f07702bb33803801ba09811167ca8952c2
MFC r310088, r310090, r310095

r310088:
Put the undocumented df feature of mounting filesystems from device
nodes
under an ifdef.  Leave enabled.

Reviewed by: cem
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D8513

r310090:
Mount filesystems without executable permissions since they should never
be used.

Reviewed by: cem
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D8513

r310095:
Use nmount(2) rather than the obsolete mount(2).

Reviewed by: cem
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D8513

git-svn-id: svn://svn.freebsd.org/base/stable/10@310380 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/df/Makefile
bin/df/df.c