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
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
2019-05-22
Read and assign the integer value only once. With this sysctl_int() will
Claudio Jeker
2019-05-09
Add a sysctl accessor to struct pf_status. The pf_status only holds the
Claudio Jeker
2019-01-29
Add a dedicated sysctl(2) node for witness(4).
Visa Hankala
2019-01-19
Move boottime into the timehands.
cheloha
2018-11-19
delete the dns jackport experiment. it has no future.
Ted Unangst
2018-11-17
Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.
cheloha
2018-10-05
Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.
cheloha
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-26
KERN_CPTIME2: set ENODEV if the CPU is offline.
cheloha
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-07-12
Add hw.ncpuonline to count the number of online CPUs.
cheloha
2018-07-02
Update the file reference count field `f_count' using atomic operations
Visa Hankala
2018-07-01
Lock the file descriptor table when accessing the `fd_ofileflags' array.
Visa Hankala
2018-06-20
Unlock sendmsg(2) and sendto(2).
Martin Pieuchot
2018-06-19
SMT (Simultanious Multi Threading) implementations typically share
Mark Kettenis
2018-06-02
Move the declarations of the raw ip and ip6 pcb tables into the
Alexander Bluhm
2018-05-27
Add missing #include "audio.h" needed for the NAUDIO macro.
Alexandre Ratchov
2018-05-26
Condition the new audio_record_enable pieces on NAUDIO > 0, fixing
Stuart Henderson
2018-05-26
In addition to "on" and "off", allow the audio "record.enable" mixer
Alexandre Ratchov
2018-05-16
Add kern.witnesswatch sysctl for controlling witness(4). By default,
Visa Hankala
2018-05-08
Use fd_getfile() in sysctl_file() instead of rewriting it.
Martin Pieuchot
2018-05-08
Change fd_iterfile() to not return imature fps instead of skipping them
Martin Pieuchot
2018-05-08
Protect per-file counters and document which lock is used to protect
Martin Pieuchot
2018-04-25
Introduce fd_iterfile() a new helper function to iterate over `filehead'.
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
Philip Guenther
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-06-20
Do not touch file pointers for which FILE_IS_USABLE() is false.
Gerhard Roth
[next]