Page MenuHomeFreeBSD

Vendor import of smart at 1.0.2
ClosedPublic

Authored by chuck on Sat, Apr 25, 8:50 PM.
Tags
None
Referenced Files
F155095933: D56638.id176661.diff
Fri, May 1, 8:51 AM
F155034006: D56638.diff
Thu, Apr 30, 8:13 PM
F155011282: D56638.id176656.diff
Thu, Apr 30, 4:25 PM
F155011243: D56638.id176656.diff
Thu, Apr 30, 4:24 PM
F154997103: D56638.id176662.diff
Thu, Apr 30, 2:03 PM
Unknown Object (File)
Wed, Apr 29, 9:47 PM
Unknown Object (File)
Tue, Apr 28, 2:21 PM
Unknown Object (File)
Tue, Apr 28, 9:55 AM
Subscribers

Details

Summary

smart/diskhealth is a command line application to monitor disk health
from a storage device via SMART.

Relnotes: yes

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72583
Build 69466: arc lint + arc unit

Event Timeline

chuck requested review of this revision.Sat, Apr 25, 8:50 PM
contrib/smart/LICENSE
2–13

You might consider updating the date and using an SPDX identifier.

contrib/smart/libsmart_desc.c
77
contrib/smart/smart.8
181

Are the .Pps macros valid mdoc(7)?

contrib/smart/smart.c
30
contrib/smart/smart.8
125
chuck marked an inline comment as done.

Update with jrm@ review feedback

LGTM, though adding a man page link for diskhealth would be helpful.

contrib/smart/Makefile
21
This revision is now accepted and ready to land.Mon, Apr 27, 6:19 PM
chuck added inline comments.
contrib/smart/smart.8
125

Good catch!

181

It's possible I misunderstood the comments in the other review, but I think .Pps is what @ziaee wanted here

contrib/smart/smart.8
181

I'm guessing @ziaee meant .Pps, as in the plural of .Pp.

Add link to man page for diskhealth

This revision now requires review to proceed.Mon, Apr 27, 6:51 PM

Remove invalid mdoc macro

This revision is now accepted and ready to land.Mon, Apr 27, 7:01 PM
This revision was automatically updated to reflect the committed changes.