svn commit: r364415 - head/lib/libsysdecode

Rick Macklem rmacklem at FreeBSD.org
Thu Aug 20 03:53:18 UTC 2020


Author: rmacklem
Date: Thu Aug 20 03:53:18 2020
New Revision: 364415
URL: https://svnweb.freebsd.org/changeset/base/364415

Log:
  Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.
  
  I have no idea what this does (and until now that it even existed), but
  apparently it needs this entry changed for the MSG_TLSAPPDATA, since
  it is kernel only.

Modified:
  head/lib/libsysdecode/mktables

Modified: head/lib/libsysdecode/mktables
==============================================================================
--- head/lib/libsysdecode/mktables	Thu Aug 20 02:54:44 2020	(r364414)
+++ head/lib/libsysdecode/mktables	Thu Aug 20 03:53:18 2020	(r364415)
@@ -153,7 +153,7 @@ gen_table "seekwhence"      "SEEK_[A-Z]+[[:space:]]+[0
 gen_table "fcntlcmd"        "F_[A-Z0-9_]+[[:space:]]+[0-9]+[[:space:]]+"   "sys/fcntl.h"	"F_CANCEL|F_..LCK"
 gen_table "mmapflags"       "MAP_[A-Z_]+[[:space:]]+0x[0-9A-Fa-f]+"        "sys/mman.h"
 gen_table "rtpriofuncs"     "RTP_[A-Z]+[[:space:]]+[0-9]+"                 "sys/rtprio.h"
-gen_table "msgflags"        "MSG_[A-Z]+[[:space:]]+0x[0-9]+"               "sys/socket.h"	"MSG_SOCALLBCK|MSG_MORETOCOME"
+gen_table "msgflags"        "MSG_[A-Z]+[[:space:]]+0x[0-9]+"               "sys/socket.h"	"MSG_SOCALLBCK|MSG_MORETOCOME|MSG_TLSAPPDATA"
 gen_table "sigcode"         "SI_[A-Z]+[[:space:]]+0(x[0-9abcdef]+)?"       "sys/signal.h"
 gen_table "umtxcvwaitflags" "CVWAIT_[A-Z_]+[[:space:]]+0x[0-9]+"           "sys/umtx.h"
 gen_table "umtxrwlockflags" "URWLOCK_PREFER_READER[[:space:]]+0x[0-9]+"    "sys/umtx.h"


More information about the svn-src-head mailing list