Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: christos
Date: Wed Dec 5 18:16:51 UTC 2018
Modified Files:
src/share/man/man7: sysctl.7
src/sys/dev: mm.c
src/sys/kern: init_sysctl.c kern_proc.c
src/sys/miscfs/procfs: procfs_linux.c
src/sys/sys: param.h proc.h sysctl.h
Log Message:
As discussed in tech-kern:
- make sysctl kern.expose_address tri-state:
0: no access
1: access to processes with open /dev/kmem
2: access to everyone
defaults:
0: KASLR kernels
1: non-KASLR kernels
- improve efficiency by calling get_expose_address() per sysctl, not per
process.
- don't expose addresses for linux procfs
- welcome to 8.99.27, changes to fill_*proc ABI
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/share/man/man7/sysctl.7
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/mm.c
cvs rdiff -u -r1.220 -r1.221 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.221 -r1.222 src/sys/kern/kern_proc.c
cvs rdiff -u -r1.73 -r1.74 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -u -r1.571 -r1.572 src/sys/sys/param.h
cvs rdiff -u -r1.349 -r1.350 src/sys/sys/proc.h
cvs rdiff -u -r1.228 -r1.229 src/sys/sys/sysctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index