]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 290102
authorsbruno <sbruno@FreeBSD.org>
Tue, 5 Apr 2016 20:34:20 +0000 (20:34 +0000)
committersbruno <sbruno@FreeBSD.org>
Tue, 5 Apr 2016 20:34:20 +0000 (20:34 +0000)
commit48324f1236db770786d27c165325e97d864335df
tree7da5b0479ed235e16f29e6149d1820fb72bbbb6a
parentec0d763b35ddfe982d7db44b3a1b0ba72d77a464
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
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]