Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 01:32:18 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319767 - head/usr.bin/kdump
Message-ID:  <201706100132.v5A1WILt090953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706100132.v5A1WILt090953>