svn commit: r319767 - head/usr.bin/kdump

John Baldwin jhb at FreeBSD.org
Sat Jun 10 01:32:19 UTC 2017


Author: jhb
Date: Sat Jun 10 01:32:18 2017
New Revision: 319767
URL: https://svnweb.freebsd.org/changeset/base/319767

Log:
  Decode arguments to rtprio_thread() (same as rtprio()).

Modified:
  head/usr.bin/kdump/kdump.c

Modified: head/usr.bin/kdump/kdump.c
==============================================================================
--- head/usr.bin/kdump/kdump.c	Sat Jun 10 01:22:40 2017	(r319766)
+++ head/usr.bin/kdump/kdump.c	Sat Jun 10 01:32:18 2017	(r319767)
@@ -1219,6 +1219,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
 				c = ',';
 				break;
 			case SYS_rtprio:
+			case SYS_rtprio_thread:
 				putchar('(');
 				print_integer_arg(sysdecode_rtprio_function,
 				    *ip);


More information about the svn-src-all mailing list