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
2017-12-14
make sched_barrier use cond_wait/cond_signal.
David Gwynne
2017-12-14
Don't bother using DETACH_FORCE for the softraid luns at reboot
Theo de Raadt
2017-12-14
Give vflush_vnode() a hint about vnodes we don't need to account as "busy".
Theo de Raadt
2017-12-14
i forgot to convert timeout_proc_barrier to cond_signal
David Gwynne
2017-12-14
replace the bare sleep state handling in barriers with wait cond code
David Gwynne
2017-12-14
add code to provide simple wait condition handling.
David Gwynne
2017-12-12
sync
Theo de Raadt
2017-12-12
pledge()'s 2nd argument becomes char *execpromises, which becomes the
Theo de Raadt
2017-12-11
Format the vnode lists of ddb show mount properly in columns.
Alexander Bluhm
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-12-10
Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', serialized by solock().
Martin Pieuchot
2017-12-09
More precision in pledge sysctl report
Theo de Raadt
2017-12-04
Change __mp_lock_held() to work with an arbitrary CPU info structure and
Martin Pieuchot
2017-12-04
Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).
Martin Pieuchot
2017-11-28
Raise the IPL of the sbar taskq to avoid lock order issues
Visa Hankala
2017-11-28
deadproc_mutex is only taken _before_ kernel_lock; exclude it from
Philip Guenther
2017-11-28
sync
Philip Guenther
2017-11-28
Delete fktrace(2). The consequences of it were not thought through
Philip Guenther
2017-11-27
Fix comment typo
Philip Guenther
2017-11-24
add timeout_barrier, which is like intr_barrier and taskq_barrier.
David Gwynne
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-23
We want `sb_flags' to be protected by the socket lock rather than the
Martin Pieuchot
2017-11-17
permit IPV6_V6ONLY in sockopt
Aaron Bieber
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
2017-11-14
Fix the initial check of the checkorder and lock operations
Visa Hankala
2017-11-14
remove MALLOC_DEBUG
David Gwynne
2017-11-13
add taskq_barrier
David Gwynne
2017-11-04
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
Martin Pieuchot
2017-11-04
Make it possible for multiple threads to enter kqueue_scan() in parallel.
Martin Pieuchot
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-30
Let witness(4) differentiate between taskq mutexes to avoid
Visa Hankala
2017-10-29
Move NET_{,UN}LOCK into individual slowtimo functions.
Florian Obser
2017-10-24
Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9).
Martin Pieuchot
2017-10-17
Add a machine-independent implementation for the mplock.
Visa Hankala
2017-10-17
Print the pid of the most recent program that failed to send a log
Martin Pieuchot
2017-10-14
Split sys_ptrace() by request type:
Philip Guenther
2017-10-12
Print the word pledge in the kernel log when there is a violation.
Alexander Bluhm
2017-10-12
Use a temporary variable in rw_status() to dereference only once the
Martin Pieuchot
2017-10-12
Move sysctl_mq() where it can safely mess with mbuf queue internals.
Martin Pieuchot
2017-10-11
Move `kq_count' increase/decrease close to the corresponding TAILQ_*
Martin Pieuchot
2017-10-11
Move kq_kev from struct kqueue to the stack.
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-10-09
Make _kernel_lock_held() always succeed after panic(9).
Martin Pieuchot
2017-10-07
In "tty", permitting TIOCSTART is fine
Theo de Raadt
2017-10-07
permit SYS___set_tcb, upcoming code will require this
Theo de Raadt
2017-09-29
New ddb(4) command: kill.
Martin Pieuchot
2017-09-27
guenther sleep-commited the version without #ifdefs
Theo de Raadt
2017-09-27
amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical
Philip Guenther
2017-09-25
sendsyslog should take a const char * everywhere.
Marc Espie
2017-09-15
Coverity complains that top == NULL was checked and further down
Alexander Bluhm
[next]