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
2024-09-30
Use ps_ppid instead of ps_pptr->ps_pid in all places.
Claudio Jeker
2024-09-24
Fix sleeping race during malloc in sysctl hw.disknames.
Alexander Bluhm
2024-08-29
Show expensive mbuf operations in netstat(1) statistics.
Alexander Bluhm
2024-08-26
style(9) fix. No functional changes.
Vitaliy Makkoveev
2024-08-23
Fix KERN_AUDIO broken in rev 1.440.
Vitaliy Makkoveev
2024-08-22
Introduce sysctl_securelevel() to modify `securelevel' mp-safe. Keep
Vitaliy Makkoveev
2024-08-20
Unlock KERN_MAXFILES.
Vitaliy Makkoveev
2024-08-20
Unlock KERN_MAXPROC and KERN_MAXTHREAD from `kern_vars'. Both
Vitaliy Makkoveev
2024-08-20
Unlock sysctl_audio().
Vitaliy Makkoveev
2024-08-14
Push kernel lock down to net_sysctl().
Vitaliy Makkoveev
2024-08-14
Make sysctl_int() and sysctl_int_lower() mp-safe and unlock KERN_HOSTID.
Vitaliy Makkoveev
2024-08-11
Make exit1() wait sysctl(2) `allprocess' loops.
Vitaliy Makkoveev
2024-08-08
In sysctl KERN_FILE_BYPID stop traversal after pid has been found.
Alexander Bluhm
2024-08-08
Unlock KERN_MSGBUFSIZE and KERN_CONSBUFSIZE.
Vitaliy Makkoveev
2024-08-06
Unlock KERN_CLOCKRATE.
Vitaliy Makkoveev
2024-08-05
Unlock KERN_BOOTTIME.
Vitaliy Makkoveev
2024-08-05
Unlock most of `kern_vars' variables.
Vitaliy Makkoveev
2024-08-05
Take `sysctl_lock' before kernel lock.
Vitaliy Makkoveev
2024-08-02
Push kernel lock down to sysctl(2).
Vitaliy Makkoveev
2024-07-11
Use atomic operations to access integers in sysctl(2).
Alexander Bluhm
2024-07-08
Rework per proc and per process time usage accounting
Claudio Jeker
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-03-29
Remove one global variable duplicating uvmexp.pagesize.
Miod Vallat
2024-02-10
On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return
Theo de Raadt
2024-01-19
Backout priterator() for walking allprocess list.
Alexander Bluhm
2024-01-18
Use solock() instead of netlock within fill_file(). This makes all
Vitaliy Makkoveev
2024-01-15
Introduce priterator(), the `ps_list' iterator. Some of `allprocess'
Vitaliy Makkoveev
2024-01-10
Split UDP PCB table into IPv4 and IPv6.
Alexander Bluhm
2023-10-01
Add sysctl hw.ucomnames to list 'fixed' paths to USB serial
Kenneth R Westerback
2023-09-16
Allow counters_read(9) to take an optional scratch buffer.
Martin Pieuchot
2023-07-16
Make the mbstat preserve the same size which is actually used. Also
YASUOKA Masahiko
2023-07-07
Expand the counters in struct mbstat from u_short to u_long. Use
Alexander Bluhm
2023-07-02
all platforms, kernel: remove __HAVE_CLOCKINTR symbol
Scott Soule Cheloha
2023-05-21
In sysctl_hwchargestop() check that hw_battery_setchargestop is set
Claudio Jeker
2023-05-18
Backout sysctl(2) unlocking. Lock order issue was triggered in UVM
Vitaliy Makkoveev
2023-05-17
Implement battery management sysctl. This will provide a set of sysctls
Mark Kettenis
2023-05-04
Push kernel lock deep down to sys_sysctl(). At least network subset of
Vitaliy Makkoveev
2023-01-22
Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of
Vitaliy Makkoveev
2023-01-21
Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE.
Vitaliy Makkoveev
2023-01-14
sysctl(2): KERN_CPUSTATS: zero struct cpustats before copyout
Scott Soule Cheloha
2022-11-07
introduce a new kern.autoconf_serial sysctl that can be used by userland
Robert Nagy
2022-11-05
clockintr(9): initial commit
Scott Soule Cheloha
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
[next]