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
2020-01-23
add /etc/protocols to the magic unveil whitelist that the dns pledge has
David Gwynne
2020-01-22
add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen.
David Gwynne
2020-01-22
delete wasteful ;;
Theo de Raadt
2020-01-21
Import dt(4) a driver and framework for Dynamic Profiling.
Martin Pieuchot
2020-01-21
regen
Visa Hankala
2020-01-21
Make __thrsleep(2) and __thrwakeup(2) MP-safe
Visa Hankala
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
2020-01-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-18
Make klist_invalidate() more careful and general. Acquire knotes before
Visa Hankala
2020-01-18
Clear mount operation argument flags from mnt_flag after mount.
Visa Hankala
2020-01-16
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
Martin Pieuchot
2020-01-15
Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).
Martin Pieuchot
2020-01-14
Introduce TIMESPEC_TO_NSEC() and use it to convert userland facing
Martin Pieuchot
2020-01-13
regen
Visa Hankala
2020-01-13
Unlock a tiny part of the kqueue subsystem: kqueue(2).
Visa Hankala
2020-01-13
Allocate kqueue instance outside fdplock to avoid sleeping with
Visa Hankala
2020-01-13
Raise ipl of the softclock thread to IPL_SOFTCLOCK.
Martin Pieuchot
2020-01-12
condense comment
anton
2020-01-12
Get rid of redundant parenthesis.
anton
2020-01-12
*sleep_nsec(9): sleep *at least* the given number of nanoseconds
cheloha
2020-01-11
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2020-01-10
Use atomic operations with kq_refs, to nudge the code toward MP-safety.
Visa Hankala
2020-01-10
Convert the vnode list at the mount point into a tailq. During
Alexander Bluhm
2020-01-09
Replace the global pipe_lock with a more fine-grained lock per pipe
anton
2020-01-09
Convert sleeps of 1sec or more to tsleep_nsec(9).
Martin Pieuchot
2020-01-08
Skip fdplock when freeing a file descriptor table. The lock is not
Visa Hankala
2020-01-08
Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
Visa Hankala
2020-01-08
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2020-01-06
Use type M_KEVENT instead of M_TEMP when allocating kqueue-related
Visa Hankala
2020-01-06
Make kqlist part of filedesc and serialize access to it using fdplock.
Visa Hankala
2020-01-05
Constify instances of struct fileops.
Visa Hankala
2020-01-04
Eliminate some minor differences between pipe_read() and pipe_write():
anton
2020-01-03
timeout(9): delay thread wakeup(9) decision to end of softclock() loop
cheloha
2020-01-03
Rename the pipe I/O lock routines for improved clarity. This is just a
anton
2020-01-03
Retire csignal() the last users were converted to use pgsigio(9) instead.
Claudio Jeker
2020-01-03
Fix a file descriptor close race in kqueue_register()
Visa Hankala
2020-01-03
timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9)
cheloha
2020-01-03
timeout(9): Rename the TIMEOUT_NEEDPROCCTX flag to TIMEOUT_PROC.
cheloha
2020-01-02
Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done for
Claudio Jeker
2020-01-02
regen
anton
2020-01-02
Unlock pipe(2) and pipe2(2). The kernel lock does not provide any
anton
2020-01-02
Exclude offline cpus in KERN_CPTIME calculation. Without this too high
Claudio Jeker
2020-01-01
copyright++;
Jonathan Gray
2019-12-31
Fix some races in kqueue_register().
Visa Hankala
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
Jonathan Gray
2019-12-30
clear B_NOCACHE if the buffer has dependencies for softdep, since
Bob Beck
2019-12-30
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-30
In vcount() a safe loop over vnodes was commited to 4.4BSD in 1994.
Alexander Bluhm
2019-12-29
Wake up knote waiters in knote_drop(). This lets the blocked
Visa Hankala
[next]