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-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
2020-12-24
tsleep(9): add global "nowake" channel for threads avoiding wakeup(9)
cheloha
2020-12-23
sigsuspend(2): change wmesg from "pause" to "sigsusp"
cheloha
2020-12-23
nanosleep(2): shorten wmesg from "nanosleep" to "nanoslp"
cheloha
2020-12-23
Ensure that filt_dead() takes effect
Visa Hankala
2020-12-23
Clear error before each iteration in kqueue_scan()
Visa Hankala
2020-12-22
Implement select(2) and pselect(2) on top of kqueue.
Martin Pieuchot
2020-12-20
Introduce klistops
Visa Hankala
2020-12-18
Add fd close notification for kqueue-based poll() and select()
Visa Hankala
2020-12-18
Make knote_{activate,remove}() internal to kern_event.c.
Visa Hankala
2020-12-16
Remove kqueue_free() and use KQRELE() in kqpoll_exit().
Visa Hankala
[next]