sync with OpenBSD -current
This commit is contained in:
parent
297ba4a59a
commit
a339fc8c86
29 changed files with 192 additions and 352 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: uvm_extern.h,v 1.173 2024/01/19 21:20:35 deraadt Exp $ */
|
||||
/* $OpenBSD: uvm_extern.h,v 1.174 2024/04/02 08:39:17 deraadt Exp $ */
|
||||
/* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -111,7 +111,6 @@ typedef int vm_prot_t;
|
|||
#define UVM_FLAG_STACK 0x2000000 /* page may contain a stack */
|
||||
#define UVM_FLAG_WC 0x4000000 /* write combining */
|
||||
#define UVM_FLAG_CONCEAL 0x8000000 /* omit from dumps */
|
||||
#define UVM_FLAG_SYSCALL 0x10000000 /* system calls allowed */
|
||||
#define UVM_FLAG_SIGALTSTACK 0x20000000 /* sigaltstack validation required */
|
||||
|
||||
/* macros to extract info */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue