diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2017-06-03 14:22:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2017-06-03 14:22:15 +0000 |
| commit | ee8aa41dca9c2b80c69530257748c98ec748a04c (patch) | |
| tree | 8b96725e8f11bb1e1ce1995107f81bcde6390567 /lib/libsysdecode/mktables | |
| parent | 4cbc378c612eea82211e87cfd3f65cb52666e9f1 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/mktables')
| -rw-r--r-- | lib/libsysdecode/mktables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables index 317bf341e1517..8074d184b7bfe 100644 --- a/lib/libsysdecode/mktables +++ b/lib/libsysdecode/mktables @@ -114,6 +114,7 @@ gen_table "quotactlcmds" "Q_[A-Z]+[[:space:]]+0x[0-9]+" "ufs/ gen_table "rebootopt" "RB_[A-Z]+[[:space:]]+0x[0-9]+" "sys/reboot.h" gen_table "rforkflags" "RF[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h" gen_table "rlimit" "RLIMIT_[A-Z]+[[:space:]]+[0-9]+" "sys/resource.h" +gen_table "rusage" "RUSAGE_[A-Z]+[[:space:]]+[-0-9]+" "sys/resource.h" gen_table "schedpolicy" "SCHED_[A-Z]+[[:space:]]+[0-9]+" "sched.h" gen_table "sendfileflags" "SF_[A-Z]+[[:space:]]+[0-9]+" "sys/socket.h" gen_table "shmatflags" "SHM_[A-Z]+[[:space:]]+[0-9]{6}+" "sys/shm.h" |
