svn commit: r250679 - stable/8/usr.bin/kdump
Sergey Kandaurov
pluknet at FreeBSD.org
Wed May 15 21:05:25 UTC 2013
Author: pluknet
Date: Wed May 15 21:05:25 2013
New Revision: 250679
URL: http://svnweb.freebsd.org/changeset/base/250679
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/8/usr.bin/kdump/mksubr
Directory Properties:
stable/8/usr.bin/kdump/ (props changed)
Modified: stable/8/usr.bin/kdump/mksubr
==============================================================================
--- stable/8/usr.bin/kdump/mksubr Wed May 15 21:02:18 2013 (r250678)
+++ stable/8/usr.bin/kdump/mksubr Wed May 15 21:05:25 2013 (r250679)
@@ -365,7 +365,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
mailing list