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
2018-01-04
Unifdef snd/rcv.
Martin Pieuchot
2018-01-02
Do not memset() the whole structure in sorflush() to keep `sb_flagsintr'
Martin Pieuchot
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
Philip Guenther
2018-01-02
Fix an off-by-one in the free(9) "passed size was too small" check:
Philip Guenther
2018-01-01
free(9) sizes for sys_execve.
Florian Obser
2018-01-01
We are either allocating 2 or three array members. Unroll while loop
Florian Obser
2018-01-01
copyright++;
Jonathan Gray
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-12-29
Make sure that pf_mbuf_link_state_key() does not overwrite an
Alexander Bluhm
2017-12-29
Make the functions which link the pf state keys to mbufs, inpcbs,
Alexander Bluhm
2017-12-19
curproc access isn't necessarily as cheap as a local variable access,
Theo de Raadt
2017-12-19
Remove unused ps_stackgap from process struct
Stefan Kempf
2017-12-19
Remove a 27 year old #ifdef notdef chunk involving SB_LOCK.
Martin Pieuchot
2017-12-19
Inline socket buffer related defines, no functional change.
Martin Pieuchot
2017-12-19
Remove unnecessary unlock/lock dance when following a goto.
Martin Pieuchot
2017-12-18
Revert support for multiple threads to enter kqueue_scan() in parallel.
Martin Pieuchot
2017-12-18
Revert grabbing the socket lock in kqueue(2) filters.
Martin Pieuchot
2017-12-18
Make rw_exit() always succeed after a panic.
Martin Pieuchot
2017-12-18
Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)
cheloha
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
[next]