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
7 days
Cast atomic_load_int(9) to signed int when loading `securelevel'.
Vitaliy Makkoveev
9 days
Adjust deep logic in cursig() to handle sig_stop specially.
Claudio Jeker
9 days
Remove unreachable check for orphaned process groups in cursig.
Claudio Jeker
14 days
If nostop is set properly ignore stop signals with default handlers.
Claudio Jeker
2024-11-10
Lock send socket buffer for fstat syscall.
Alexander Bluhm
2024-11-10
replace uvm.h includes with uvm_extern.h where possible
Jonathan Gray
2024-11-10
no need to include both uvm.h and uvm_extern.h
Jonathan Gray
2024-11-08
Use read once in socket filter functions.
Alexander Bluhm
2024-11-08
Use PCB iterator for raw IPv6 input loop.
Alexander Bluhm
2024-11-07
Constify strings in symbol-related ddb interfaces, and make the iterator
Miod Vallat
2024-11-07
Before stopping a thread because of stop signal set ps_xsig to the signum
Claudio Jeker
2024-11-06
Factor out the ptrace trap into proc_trap() and simplify the signal
Claudio Jeker
2024-11-06
Use atomic load and store operations for sbchecklowmem().
Alexander Bluhm
2024-11-05
Use PCB iterator for raw IP input deliver loop.
Alexander Bluhm
2024-11-05
sleep_signal_check() is called twice in sleep_finish().
Claudio Jeker
2024-11-05
Return the number of freed pages in bufbackoff().
Martin Pieuchot
2024-11-05
Prevent a double free by unlinking the descriptor before unmaping & freeing it.
Martin Pieuchot
2024-11-05
Replace rwlock with iterator in UDP input multicast loop.
Alexander Bluhm
2024-11-05
Unlock ptsignal by using the ps_mtx instead of KERNEL_LOCK to ensure
Claudio Jeker
2024-11-05
remove VATTR_NULL() define, directly call vattr_null()
Jonathan Gray
2024-11-04
Properly handle stop signals in cursig if deep.
Claudio Jeker
2024-11-03
Need to call unsleep before doing the SSTOP check. We need to ensure that
Claudio Jeker
2024-11-03
add powerpc64 and riscv64 to tags arch list
Jonathan Gray
2024-11-02
Always use new_vmcmd() from exec_subr.c, remove the macro which
Jonathan Gray
2024-11-01
In sleep_finish() is the process state is SSTOP force a mi_switch().
Claudio Jeker
2024-10-31
No need to set pkthdr fields to 0 that are already 0. MGETHDR() does that.
Claudio Jeker
2024-10-31
Unlock fs_sysctl(). It is the only `suid_clear' variable - atomically
Vitaliy Makkoveev
2024-10-30
directly use dev_t for swdevt[], remove struct swdevt
Jonathan Gray
2024-10-28
Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.
Vitaliy Makkoveev
2024-10-27
Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9).
Martin Pieuchot
2024-10-25
Unlock timeout_sysctl(). `tostat' timeout(9) statistics is already
Vitaliy Makkoveev
2024-10-22
Protect the ps_pgrp pointer by either the KERNEL_LOCK or the ps_mtx.
Claudio Jeker
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
[next]