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
2021-10-30
Change hw.perfpolicy=auto by default, at startup. If the system has AC
Theo de Raadt
2021-10-30
Kill the dead code from unp_drop().
Vitaliy Makkoveev
2021-10-30
Fix the UNIX domain sockets leak in soclose().
Vitaliy Makkoveev
2021-10-29
poll needs similar treatment as select recently gained in order to not
Anton Lindqvist
2021-10-27
Replace 'DIAGNOSTIC' block within soqinsque() by KASSERT(9).
Vitaliy Makkoveev
2021-10-27
regen
Visa Hankala
2021-10-27
Unlock the kevent(2) system call.
Visa Hankala
2021-10-26
Improve unhibernate performance (30% on some machines, another upcoming diff
Theo de Raadt
2021-10-25
Revert commitid: ufM9BcSbXqfLpzBH;
Claudio Jeker
2021-10-24
Implement poll(2), select(2), ppoll(2) & pselect(2) on top of kqueue.
Martin Pieuchot
2021-10-24
Set klist lock for sockets to make socket event filters MP-safe
Visa Hankala
2021-10-24
Make pipe event filters MP-safe
Visa Hankala
2021-10-24
use NULL not 0 for pointer values in kern
Jonathan Gray
2021-10-23
sonewconn() returns the pointer to 'socket' struct so check it against
Vitaliy Makkoveev
2021-10-23
Be consistend and add missing spaces around some of the NOTREACHED comments.
Claudio Jeker
2021-10-23
Sprinkle uvm_obj_destroy() over UVM object recycling code.
Martin Pieuchot
2021-10-23
Assert that the KERNEL_LOCK() is held in vref(9).
Martin Pieuchot
2021-10-22
Revert "Preserve select(2) semantics when the other end of the pipe is gone".
Martin Pieuchot
2021-10-22
Make EVFILT_EXCEPT handling separate from the read filter.
Martin Pieuchot
2021-10-22
Preserve pipe select(2) semantics when the other end of the pipe is gone.
Anton Lindqvist
2021-10-21
Release solock() before call unp_internalize() and take it within when
Vitaliy Makkoveev
2021-10-21
Move vfs_stall_barrier() from the fd layer into vn_lock() and the vfs layer.
Claudio Jeker
2021-10-20
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-15
Revert "Implement select(2) and pselect(2) on top of kqueue."
Martin Pieuchot
2021-10-15
vnode: remove vop_generic_{,is,un}lock stub functions
Sebastien Marie
2021-10-14
Release solock() before call unp_externalize().
Vitaliy Makkoveev
2021-10-14
Implement select(2) and pselect(2) on top of kqueue.
Martin Pieuchot
2021-10-07
Remove the assertion that `curproc' must be SONPROC if found on the sleepqueue.
Martin Pieuchot
2021-10-06
Change sendsig() interface so that the MD code does not need to access
Claudio Jeker
2021-10-04
Simplify sys___thrsigdivert a bit. cursig() always moves the pending signal
Claudio Jeker
2021-10-04
Use the fact the vnodes are locked when operations are inflight.
Claudio Jeker
2021-10-02
remove dead variable from sys___realpath()
Sebastien Marie
2021-10-02
vfs: merge *_badop to vop_generic_badop
Sebastien Marie
2021-09-28
Fix timeout behaviour bug introduced in 1.241.
Claudio Jeker
2021-09-09
Add THREAD_PID_OFFSET to tracepoint arguments that pass a TID to userland.
Martin Pieuchot
2021-09-09
Move a check to avoid panicing on contended rwlock(9) outside of DIAGNOSTIC.
Martin Pieuchot
2021-09-09
No need to initialize nuv, it is assigned to before use.
Claudio Jeker
2021-09-05
Introduce dummy pagers for 'special' subsystems using UVM objects.
Martin Pieuchot
2021-09-03
add kprobes provider for dt
Jasper Lievisse Adriaanse
2021-09-02
Refactor how unveil generates EACCES errors. Instead of tracking the
Claudio Jeker
2021-08-31
Honour netinet6 when generating symlinks to tags files
Klemens Nanni
2021-08-31
Swap lock flags so that LK_EXCLUSIVE is first like in all other places.
Claudio Jeker
2021-08-31
printing the hibernate image size in MB is easier on the eyes
Theo de Raadt
2021-08-30
increase hibernate writeout speed a little. modern machines have vast
Theo de Raadt
2021-08-30
Make sure unveil remains locked over fork even in the case where the
Claudio Jeker
2021-08-02
Don't call cpu_setperf() when reading hw.setperf.
Theo Buehler
2021-07-26
Pass a socket pointer to various socket buffer routines in preparation for
Martin Pieuchot
2021-07-25
Kill unused sbinsertoob().
Martin Pieuchot
2021-07-24
Modifying a knote must be done with the corresponding lock held. Assert
Martin Pieuchot
[next]