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-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
2020-02-05
Remove dead store, from Amit Kulkarni.
Martin Pieuchot
2020-02-04
allow reading of sysctl kern.somaxconn in "inet", due to
Theo de Raadt
2020-02-01
Back out previous. Nothing wrong with the diff per se but I should have
anton
2020-02-01
Grab the kernel lock in pgsigio() as it's strictly needed while
anton
2020-02-01
Make writes to the f_flag field of `struct file' MP-safe using atomic
anton
2020-01-30
Acquire fdplock when updating fd_cmask. This moves the code
Visa Hankala
2020-01-30
regen
Visa Hankala
2020-01-30
Unlock close*(2) and dup*(2).
Visa Hankala
2020-01-30
Split `p_priority' into `p_runpri' and `p_slppri'.
Martin Pieuchot
2020-01-26
Use long for temporary variables handling b_bcount values in physio().
Kenneth R Westerback
2020-01-26
regen
Ted Unangst
2020-01-26
add a new __tmpfd system call that creates a new unnamed file in /tmp.
Ted Unangst
2020-01-26
invert some if logic to shortcircuit some loops and reduce nesting.
Ted Unangst
2020-01-25
physio() just needs to check for b_bcount overflow. Let the provided
Kenneth R Westerback
2020-01-25
The ELF NOTE parser would only inspect the first NOTE for 'OpenBSD'.
Theo de Raadt
2020-01-24
*sleep_nsec(9): log process name and pid when nsecs == 0
cheloha
2020-01-24
New `kern.allowdt' button must be set to open(2) /dev/dt.
Martin Pieuchot
2020-01-24
pool(9): replace custom TAILQ concatenation loops with TAILQ_CONCAT(3)
cheloha
2020-01-23
pool(9): pl_sleep(): drop unused timeout argument
cheloha
2020-01-23
add /etc/protocols to the magic unveil whitelist that the dns pledge has
David Gwynne
2020-01-22
add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen.
David Gwynne
2020-01-22
delete wasteful ;;
Theo de Raadt
2020-01-21
Import dt(4) a driver and framework for Dynamic Profiling.
Martin Pieuchot
2020-01-21
regen
Visa Hankala
2020-01-21
Make __thrsleep(2) and __thrwakeup(2) MP-safe
Visa Hankala
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
2020-01-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-18
Make klist_invalidate() more careful and general. Acquire knotes before
Visa Hankala
2020-01-18
Clear mount operation argument flags from mnt_flag after mount.
Visa Hankala
2020-01-16
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
Martin Pieuchot
2020-01-15
Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).
Martin Pieuchot
2020-01-14
Introduce TIMESPEC_TO_NSEC() and use it to convert userland facing
Martin Pieuchot
[prev]
[next]