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-02-11
sbdrop(): use NULL instead of 0 in pointer assignment
mvs
2021-02-11
"proc: table is full" actually means thread table is full; ok mpi@ sthen@
Otto Moerbeek
2021-02-11
In the various open functions reduce the fdplock() to only span over the
Claudio Jeker
2021-02-10
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
mvs
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
Martin Pieuchot
2021-02-08
Do not hold onto the fdplock longer then needed. Release the lock after
Claudio Jeker
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-02-04
Revert previous commit. The vnode returned by ptm_vn_open() is open and
Claudio Jeker
2021-02-04
Prevent a lock order issue by shuffling code around. Instead of allocating
Claudio Jeker
2021-02-03
Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledge
tobhe
2021-01-29
Use NULL instead of 0 to clear v_socket pointer (which actually clears all
Claudio Jeker
2021-01-29
Whitespace.
rob
2021-01-28
Show when witness(4) has run out of lock order data entries.
Visa Hankala
2021-01-27
kqueue: Fix termination assert
Visa Hankala
2021-01-20
If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure
Alexander Bluhm
2021-01-19
kern/subr_disk.c: convert ifunit() to if_unit(9)
mvs
2021-01-19
/etc/malloc.conf path-approval in pledge is no longer needed since 6.5
Theo de Raadt
2021-01-18
regen
mvs
2021-01-18
Unlock getppid(2).
mvs
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
2021-01-17
kqueue: Revise fd close notification
Visa Hankala
2021-01-17
Replace SB_KNOTE and sb_flagsintr with direct checking of klist.
Visa Hankala
2021-01-14
syncer_thread: sleep without lbolt
cheloha
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2021-01-13
Convert mbuf type KDASSERT() to a proper KASSERT() in m_get(9).
Alexander Bluhm
2021-01-11
New rw_obj_init() API providing reference-counted rwlock.
Martin Pieuchot
2021-01-11
Simplify sleep signal handling a bit by introducing sleep_signal_check().
Claudio Jeker
2021-01-09
Split hierarchical calls into kern_sysctl_dirs
gnezdo
2021-01-09
Reduce case duplication in kern_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in sysctl_wdog
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in witness_sysctl_watch
gnezdo
2021-01-09
Use sysctl_int_bounded in sysctl_hwsmt
gnezdo
2021-01-09
If the loop check in somove(9) goes to release without setting an
Alexander Bluhm
2021-01-09
Replace a custom linked list with SLIST.
Visa Hankala
2021-01-09
Replace SIMPLEQ with SLIST because the code does not need a queue.
Visa Hankala
2021-01-09
Remove unnecessary relocking of w_mtx as panic() should not return.
Visa Hankala
2021-01-08
Lock kernel before raising SPL in klist_lock()
Visa Hankala
2021-01-08
Fix boot-time crash on sparc64
Visa Hankala
2021-01-08
Revert "Implement select(2) and pselect(2) on top of kqueue."
Visa Hankala
2021-01-07
Adjust comment about klist_invalidate()
Visa Hankala
2021-01-06
Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the
Claudio Jeker
2021-01-02
pool(9): remove ticks
cheloha
2021-01-01
copyright++;
Jonathan Gray
2020-12-31
Add trace points for malloc(9) and free(9). This makes them traceable
Claudio Jeker
2020-12-30
Set klist lock for pipes.
Visa Hankala
2020-12-28
Analog to the the kern.audio.record sysctl parameter for audio(4)
Marcus Glocker
2020-12-28
Use per-CPU counters for fault and stats counters reached in uvm_fault().
Martin Pieuchot
2020-12-26
Simplify parameters of pselregister().
Visa Hankala
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-25
Small smr_grace_wait() optimization
Visa Hankala
[next]