]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 290102
authorsbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 5 Apr 2016 20:34:20 +0000 (20:34 +0000)
committersbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 5 Apr 2016 20:34:20 +0000 (20:34 +0000)
commit87f824979088c44d7c6924374aa258391f244d8e
tree7da5b0479ed235e16f29e6149d1820fb72bbbb6a
parentcb499f750075de0ce83328df3d442019e9621fad
MFC 290102

- Include usr.sbin/mpsutil for management of mps(4) and mpr(4) utilities.

- Thanks to scottl and bapt for making this happen.

Submitted by: bapt scottl
Reviewed by: kbowling
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D5529

git-svn-id: svn://svn.freebsd.org/base/stable/10@297590 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/Makefile
usr.sbin/mpsutil/Makefile [new file with mode: 0644]
usr.sbin/mpsutil/mpr_ioctl.h [new file with mode: 0644]
usr.sbin/mpsutil/mps_cmd.c [new file with mode: 0644]
usr.sbin/mpsutil/mps_flash.c [new file with mode: 0644]
usr.sbin/mpsutil/mps_ioctl.h [new file with mode: 0644]
usr.sbin/mpsutil/mps_show.c [new file with mode: 0644]
usr.sbin/mpsutil/mpsutil.8 [new file with mode: 0644]
usr.sbin/mpsutil/mpsutil.c [new file with mode: 0644]
usr.sbin/mpsutil/mpsutil.h [new file with mode: 0644]