Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140208896
D50621.id156330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
D50621.id156330.diff
View Options
diff --git a/sys/sys/mman.h b/sys/sys/mman.h
--- a/sys/sys/mman.h
+++ b/sys/sys/mman.h
@@ -53,6 +53,8 @@
#define PROT_WRITE 0x02 /* pages can be written */
#define PROT_EXEC 0x04 /* pages can be executed */
#if __BSD_VISIBLE
+#define PROT_CHERI0 0x08
+#define PROT_CHERI1 0x10
#define _PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC)
#define PROT_EXTRACT(prot) ((prot) & _PROT_ALL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 22, 11:20 AM (9 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27146922
Default Alt Text
D50621.id156330.diff (388 B)
Attached To
Mode
D50621: mman: Reserve two PROT_ for CHERI use
Attached
Detach File
Event Timeline
Log In to Comment