created | 2022-07-23T19:32:48Z |
---|---|
begin | 2022-07-20T00:00:00Z |
end | 2022-07-21T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2022-07-20T05:55:08Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/syscalls.master | log | diff | annotate |
message |
the _pad_ system calls from 2021/12/23 can go away ok guenther |
date | 2022-07-20T05:55:38Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/init_sysent.c | log | diff | annotate |
src/sys/kern/syscalls.c | log | diff | annotate | |
message | sync |
date | 2022-07-20T05:55:39Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/sys/syscall.h | log | diff | annotate |
src/sys/sys/syscallargs.h | log | diff | annotate | |
message | sync |
date | 2022-07-20T05:56:34Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/hppa/hppa/trap.c | log | diff | annotate |
message |
the _pad_ system calls from 2021/12/23 can go away ok guenther |
date | 2022-07-20T05:56:36Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_ktrace.c | log | diff | annotate |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/uvm/uvm_mmap.c | log | diff | annotate | |
message |
the _pad_ system calls from 2021/12/23 can go away ok guenther |
date | 2022-07-20T09:33:11Z | |||
---|---|---|---|---|
author | mbuhl | |||
files | src/sys/net/pf.c | log | diff | annotate |
src/sys/net/pf_ioctl.c | log | diff | annotate | |
src/sys/net/pf_ruleset.c | log | diff | annotate | |
src/sys/net/pfvar.h | log | diff | annotate | |
message |
Add a pool for the allocation of the pf_anchor struct. It was possible to exhaust kernel memory by repeatedly calling pfioctl DIOCXBEGIN with different anchor names. OK bluhm@ Reported-by: [email protected] |
date | 2022-07-20T15:12:38Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message |
move to 7.2-beta. this gets done very early, to avoid finding out version number issues close to release |
date | 2022-07-20T15:12:39Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/stand/tbxidata/bsd.tbxi | log | diff | annotate |
src/sys/sys/param.h | log | diff | annotate | |
message |
move to 7.2-beta. this gets done very early, to avoid finding out version number issues close to release |
date | 2022-07-20T21:03:10Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/arch/sparc64/dev/vnet.c | log | diff | annotate |
message |
Add size to free(9) call Without any later realloactions, size is taken from vnet_dring_alloc(). OK kettenis |