sync with OpenBSD -current

This commit is contained in:
purplerain 2023-12-08 04:20:46 +00:00
parent f7289b5181
commit 880da5e235
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
21 changed files with 651 additions and 157 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: uvm_mmap.c,v 1.182 2023/05/09 10:35:20 kn Exp $ */
/* $OpenBSD: uvm_mmap.c,v 1.183 2023/12/07 13:59:05 deraadt Exp $ */
/* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */
/*
@ -644,6 +644,16 @@ sys_pinsyscall(struct proc *p, void *v, register_t *retval)
return (0);
}
/*
* sys_pinsyscalls
*/
int
sys_pinsyscalls(struct proc *p, void *v, register_t *retval)
{
/* STUB until other parts are ready */
return (0);
}
/*
* sys_mimmutable: the mimmutable system call
*/