svn commit: r250678 - stable/9/usr.bin/kdump
Sergey Kandaurov
pluknet at FreeBSD.org
Wed May 15 21:02:18 UTC 2013
Author: pluknet
Date: Wed May 15 21:02:18 2013
New Revision: 250678
URL: http://svnweb.freebsd.org/changeset/base/250678
Log:
MFC r246711:
o Bring in sync decoding the first nfssvc(2) parameter (flags) with
the current definitions location.
o Respect numbers in NFSSVC_* (e.g. NFSSVC_V4ROOTEXPORT).
Modified:
stable/9/usr.bin/kdump/mksubr
Directory Properties:
stable/9/usr.bin/kdump/ (props changed)
Modified: stable/9/usr.bin/kdump/mksubr
==============================================================================
--- stable/9/usr.bin/kdump/mksubr Wed May 15 20:59:00 2013 (r250677)
+++ stable/9/usr.bin/kdump/mksubr Wed May 15 21:02:18 2013 (r250678)
@@ -367,7 +367,7 @@ auto_or_type "thrcreateflagsname" "THR_[
auto_or_type "mlockallname" "MCL_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
auto_or_type "shmatname" "SHM_[A-Z]+[[:space:]]+[0-9]{6}+" "sys/shm.h"
auto_or_type "rforkname" "RF[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h"
-auto_or_type "nfssvcname" "NFSSVC_[A-Z]+[[:space:]]+0x[0-9]+" "nfsserver/nfs.h"
+auto_or_type "nfssvcname" "NFSSVC_[A-Z0-9]+[[:space:]]+0x[0-9]+" "nfs/nfssvc.h"
auto_switch_type "whencename" "SEEK_[A-Z]+[[:space:]]+[0-9]+" "sys/unistd.h"
auto_switch_type "rlimitname" "RLIMIT_[A-Z]+[[:space:]]+[0-9]+" "sys/resource.h"
More information about the svn-src-stable-9
mailing list