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
2020-03-18
regen
anton
2020-03-18
Unlock flock(2).
anton
2020-03-18
Restart child process scan in dowait4() if single_thread_wait() sleeps.
Visa Hankala
2020-03-16
Keep track of traced child under a list of orphans while they are being
Martin Pieuchot
2020-03-15
Fix memory corruption with kern.witness.locktrace.
Visa Hankala
2020-03-13
Initialize sls_sig to 0 and not 1. sls_sig stores the signal number of a
Claudio Jeker
2020-03-13
In order to unlock flock(2), make writes to the f_iflags field of struct
anton
2020-03-13
Simplify logic, the "netboot" interface is always related to `bootdv'.
Martin Pieuchot
2020-03-13
Rename "sigacts" flag field to avoid conflict with the "process" one.
Martin Pieuchot
2020-03-12
Revert previous. Something in it causes unexpected slowdown.
Visa Hankala
2020-03-12
Enable caching when turning a synchronous write into a delayed write.
Visa Hankala
2020-03-11
Fix unlimited recursion caused by local outbound bcast/mcast packet
Alexandr Nedvedicky
2020-03-11
Move the sigprop definition and the other bits under SIGPROP into
Claudio Jeker
2020-03-10
regen
anton
2020-03-10
Unlock fcntl(2).
anton
2020-03-09
Return EINVAL for KERN_PROC if the size parameter is 0.
Todd C. Miller
2020-03-05
The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG
Claudio Jeker
2020-03-04
Make an assertion free from side effects. The intention was probably to
anton
2020-03-04
Grab a reference for the shared memory segment before calling uvm_map()
anton
2020-03-02
Fix use of WITNESS_UNLOCK() in rw_exit_read() and rw_exit_write().
Visa Hankala
2020-03-02
msleep() and rwsleep() allow to release the lock when going to
Alexander Bluhm
2020-03-01
Do not reparent a traced child to ourself inside wait(2).
Martin Pieuchot
2020-02-28
Revert previous, diff contains an obvious bug.
Martin Pieuchot
2020-02-26
Release the file descriptor table lock before calling closef()
Visa Hankala
2020-02-25
Start the SMR thread when all CPUs are ready for scheduling. This
Visa Hankala
2020-02-25
Keep function definitions in a single place.
Martin Pieuchot
2020-02-22
regen
anton
2020-02-22
Unlock ioctl(2).
anton
2020-02-22
In preparation for unlocking ioctl(2), grab the kernel lock as needed.
anton
2020-02-21
Remove sigacts structure sharing. The only process that used sharing was
Claudio Jeker
2020-02-21
Adjust a comment, no functional change
Claudio Jeker
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-02-20
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the
Kenneth R Westerback
2020-02-19
Remove the indirection via timeout for proc_stop_sweep(). Using a soft
Claudio Jeker
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-02-18
Move setting of UF_EXCLOSE file descriptor flag inside finishdup().
Visa Hankala
2020-02-17
Raise SPL when updating kn_status. Otherwise the field can become
Visa Hankala
2020-02-16
Rework vn_ioctl() to only have a single point of return. This will make
anton
2020-02-16
Unconditionally acquiring a write lock in pipe_ioctl() is quite
anton
2020-02-15
Consistently perform atomic writes to the ps_flags field of struct
anton
2020-02-14
Defer chained activation of kqueues. This makes easier to introduce new
Visa Hankala
2020-02-14
Push the KERNEL_LOCK() insidge pgsigio() and selwakeup().
Martin Pieuchot
2020-02-14
The v_inflight counter was added to mark vnodes that currently do an operation
Claudio Jeker
2020-02-13
Move the LK_DRAIN logic from VOP_LOCK() to vclean() the only caller of
Claudio Jeker
2020-02-12
Do not reparent a traced child to ourself inside wait(2).
Martin Pieuchot
2020-02-11
the pledge_ioctl() rule checker is written in a style which could read
Theo de Raadt
2020-02-09
Zero struct knote on allocation. This makes the code less prone
Visa Hankala
2020-02-08
Replace ttkqflush() with klist_invalidate() to handle knote list
Visa Hankala
2020-02-05
Move kernel locking inside knote_fdclose() from finishdup() and
Visa Hankala
2020-02-05
Allow programs with the "audio" promise to use the AUDIO_MIXER_xxx ioctls.
Alexandre Ratchov
[prev]
[next]