Bug 192036 - [PATCH] Add error return to dumpsys(), use in doadump()
Summary: [PATCH] Add error return to dumpsys(), use in doadump()
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Gavin Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 13:48 UTC by Conrad Meyer
Modified: 2015-07-22 15:42 UTC (History)
1 user (show)

See Also:
bugmeister: mfc-stable10?
bugmeister: mfc-stable9?
bugmeister: mfc-stable8?


Attachments
( apply with -p1 in source tree ) (6.08 KB, patch)
2014-07-22 13:48 UTC, Conrad Meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Meyer 2014-07-22 13:48:15 UTC
Created attachment 144876 [details]
( apply with -p1 in source tree )

Add error return to dumpsys(), and use it in doadump().

Did not attempt to add error returns to minidumpsys() or textdump_dumpsys(); those can also be added later.

Sponsored by:	EMC / Isilon storage division
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2014-07-26 20:23:38 UTC
Thanks for your patch!  I've committed this to head in r269105 and will merge it in a week or so.
Comment 2 Conrad Meyer 2014-07-26 20:27:48 UTC
Thanks, Gavin.