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
Age
Commit message (
Expand
)
Author
2024-10-18
Put the bowels of the various VOP_PRINT routines under
Miod Vallat
2024-10-17
use rw_status instead of interpreting RWL_OWNER to see if a lock is busy.
David Gwynne
2024-10-17
Shortcut cursig when called during sleep setup.
Claudio Jeker
2024-10-15
Indicate that a process has stopped by setting PS_STOPPED flag
Claudio Jeker
2024-10-15
Fix runtime calculation. Assiging ts to spc_runtime does not work if ts
Claudio Jeker
2024-10-15
Use pr instead of p->p_p like everywhere else in exit1.
Claudio Jeker
2024-10-09
Clear ps_xsig when continuing after a PS_TRACED stop.
Claudio Jeker
2024-10-09
Convert prsignal() into a real function
Claudio Jeker
2024-10-08
Replace ps_oppid (old parent pid) with ps_opptr (a pointer to the old parent ...
Claudio Jeker
2024-10-08
Move common code to update the proc runtime into tuagg_add_runtime().
Claudio Jeker
2024-10-08
Adjust lock requirements for ps_pptr, ps_ppid and ps_oppid.
Claudio Jeker
2024-10-07
Tweak genassym code generation to force preprocessor conditional directives
Miod Vallat
2024-10-06
remove unused DEBUG_PLEDGE lines; ok deraadt@
Jonathan Gray
2024-10-06
remove unused sched_cost_load variable
Jonathan Gray
2024-10-03
In rucheck() sum up the tusage from all threads to get the real current
Claudio Jeker
2024-10-03
Fix the clock_gettime() handler for pthread_getcpuclockid() to
Claudio Jeker
2024-10-01
Make it more obvious which ruadd argument is the source and which one is
Claudio Jeker
2024-10-01
Adjust ptrace interface to properly suport single threaded continue.
Claudio Jeker
2024-09-30
Use ps_ppid instead of ps_pptr->ps_pid in all places.
Claudio Jeker
2024-09-30
Remove code after exit1() and NOTREACHED comment. Nothing will ever get there.
Claudio Jeker
2024-09-25
Do not crash in witness code if interrupt fires early.
Alexander Bluhm
2024-09-24
Fix sleeping race during malloc in sysctl hw.disknames.
Alexander Bluhm
2024-09-24
for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0
Theo de Raadt
2024-09-22
Increase the default buffer size for AF_UNIX from 8192 to 32768.
Claudio Jeker
2024-09-15
Invalid pintables in ELF binaries can crash the kernel.
Theo de Raadt
2024-09-10
Fix build of m_print_chain() on sparc64.
Alexander Bluhm
2024-09-09
Print mbuf size also for non cluster.
Alexander Bluhm
2024-09-06
Fix KUBSAN by adding invalid builtin detection, as needed by our current clang.
Moritz Buhl
2024-09-06
Remove incorrect increment of the context switch counter.
Martin Pieuchot
2024-09-05
In ddb(4) print mbuf chain and packet list.
Alexander Bluhm
2024-09-04
make psp attach to ccp as a different driver
Jonathan Gray
2024-09-02
simplify ccp ifdef; ok bluhm@
Jonathan Gray
2024-09-01
Regarding previous commit, X_OK on unveil-permitted directories does
Theo de Raadt
2024-09-01
Pledge "vmm" for ccp(4) ioctl(2).
Alexander Bluhm
2024-08-31
jeremy observed that access() on unveiled space was returning errors
Theo de Raadt
2024-08-29
In m_pulldown() replace memmove() with memcpy().
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-21
If binaries lack a pintable, execve() can now reject them at startup
Theo de Raadt
2024-08-21
We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were
Theo de Raadt
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-18
Remove outdated comment about UVM_PLA_WAITOK and the pagedaemon.
Martin Pieuchot
2024-08-16
Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK().
Martin Pieuchot
2024-08-16
Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and
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
[next]