]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix devctl generation for core files.
authorimp <imp@FreeBSD.org>
Wed, 27 Jun 2018 04:11:09 +0000 (04:11 +0000)
committerimp <imp@FreeBSD.org>
Wed, 27 Jun 2018 04:11:09 +0000 (04:11 +0000)
commitdc94188c95bb0c8d2ad24f667c56e483fce2c818
tree8e7978c217764e639c611073e5c1787933d8e5e3
parent494f812e4689b4d76d6f47277949c44994adfaba
Fix devctl generation for core files.

We have a problem with vn_fullpath_global when the file exists. Work
around it by printing the full path if the core file name starts with /,
or current working directory followed by the filename if not.

Sponsored by: Netflix
Differential Review: https://reviews.freebsd.org/D16026
sys/kern/kern_sig.c