index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_sysctl.c
Age
Commit message (
Expand
)
Author
2022-08-16
Remove obsolete kern.nselcoll sysctl.
Visa Hankala
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2022-07-26
Only allow changing the domainname (from empty) before securelevel increase.
Theo de Raadt
2022-07-05
Remove old poll/select wakeup mechanism.
Visa Hankala
2022-03-21
Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex
Alexander Bluhm
2022-03-14
Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul
Theo Buehler
2022-03-14
pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To
Alexander Bluhm
2022-01-25
Capture a repeated pattern into sysctl_securelevel_int function
Greg Steuck
2021-12-23
Use TAILQ_FOREACH to traverse the disk list in sysctl_diskinit().
Alexander Bluhm
2021-12-22
While malloc sleeps, the disk list could change during sysctl. Then
Alexander Bluhm
2021-10-30
Change hw.perfpolicy=auto by default, at startup. If the system has AC
Theo de Raadt
2021-10-24
use NULL not 0 for pointer values in kern
Jonathan Gray
2021-05-04
Reorder the integer sysctl functions. Then the traditional 4.4BSD
Alexander Bluhm
2021-05-04
As the unbouded feature in sysctl_int_bounded() is no longer used,
Alexander Bluhm
2021-05-01
Update the remaining SYSCTL_INT_READONLY cases
gnezdo
2021-04-30
Rearrange the implementation of bounded sysctl. The primitive
Alexander Bluhm
2021-04-23
Remove the sysctl kern.allowdt code from kernel if dt(4) is not
Alexander Bluhm
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
Martin Pieuchot
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
2021-01-09
Split hierarchical calls into kern_sysctl_dirs
gnezdo
2021-01-09
Reduce case duplication in kern_sysctl
gnezdo
2020-12-28
Analog to the the kern.audio.record sysctl parameter for audio(4)
Marcus Glocker
2020-12-07
Convert the per-process thread list into a SMR_TAILQ.
Martin Pieuchot
2020-11-16
Convert hw_sysctl to sysctl_bounded_args
gnezdo
2020-11-16
Convert kern_sysctl to sysctl_bounded_args
gnezdo
2020-11-07
Convert ffs_sysctl to sysctl_bounded_args
gnezdo
2020-10-19
Serialize accesses to "struct vmspace" and document its refcounting.
Martin Pieuchot
2020-09-01
Remove unused sysctl_int_arr(9)
gnezdo
2020-08-23
Remove unused debug_syncprt, improve debug sysctl handling
kn
2020-08-22
Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL
kn
2020-08-18
Style fixups from hurried commits
gnezdo
2020-08-18
Add sysctl_bounded_arr as a replacement for sysctl_int_arr
gnezdo
2020-08-01
Move range check inside sysctl_int_arr
gnezdo
2020-06-22
there's not going to be any whole kernel wide network livelocks soon.
David Gwynne
2020-05-29
rndvar.h not needed here
Theo de Raadt
2020-03-09
Return EINVAL for KERN_PROC if the size parameter is 0.
Todd C. Miller
2020-01-24
New `kern.allowdt' button must be set to open(2) /dev/dt.
Martin Pieuchot
2020-01-02
Exclude offline cpus in KERN_CPTIME calculation. Without this too high
Claudio Jeker
2019-12-11
Replace p_xstat with ps_xexit and ps_xsig
Philip Guenther
2019-10-22
struct proc: change ps_start from utc time to uptime
cheloha
2019-08-21
sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)
cheloha
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
2019-07-16
Prevent integer overflow in kernel and userland when checking mbuf
Alexander Bluhm
2019-07-12
Revert anton@ changes about read/write unlocking
solene
2019-07-12
sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.
cheloha
2019-07-10
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-06-16
In previous commit I forgot a net unlock if the PCB of the socket
Alexander Bluhm
2019-06-13
When tcp_close() is running in parallel with fill_file(), the kernel
Alexander Bluhm
2019-06-01
Revert to using the SCHED_LOCK() to protect time accounting.
Martin Pieuchot
2019-05-31
Use a per-process mutex to protect time accounting instead of SCHED_LOCK().
Martin Pieuchot
[next]