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-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
2021-07-22
Make kqpoll_dequeue() usable with lazy removal of knotes
Visa Hankala
2021-07-16
Remove the unveil current directory pointer from struct process. Instead
Claudio Jeker
2021-07-15
UNVEIL_INSPECT is no longer needed, adjust code accordingly.
Claudio Jeker
2021-07-14
After VFS shutdown, init(8) cannot map a missing page that contains
Alexander Bluhm
2021-07-08
whitespace fixes, no code change.
Mike Larkin
2021-07-08
Remove the code to store intermediary vnodes in the unveil list.
Claudio Jeker
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-07-03
__realpath: removes LOCKLEAF from NDINIT.
Sebastien Marie
2021-07-02
Writing ktrace files to NFS must no be done while holding the net
Alexander Bluhm
2021-06-30
Remove unused variable cryptodesc_pool. Document global variables
Alexander Bluhm
2021-06-29
Didn't intend to commit the CPU_IS_RUNNING() changes just yet, so revert
Mark Kettenis
2021-06-29
SMP support. Mostly works, but occasionally craps out during boot.
Mark Kettenis
2021-06-29
Adjust unveil_find_cover() to return -1 if the root vnode is passed in.
Claudio Jeker
2021-06-29
remove arch ifdefs around drm.h include
Jonathan Gray
2021-06-26
Add powerpc64 and riscv64 to the list of architectures that have DRM.
Mark Kettenis
2021-06-24
unveil: cleanup code. no intented functional change.
Sebastien Marie
2021-06-23
In unveil_add_vnode() refactor code around the indexes i and j. In one
Claudio Jeker
2021-06-19
timecounting: add FRAC_TO_NSEC(), BINTIME_TO_NSEC()
cheloha
2021-06-19
timeout(9): change argument order for timeout_set_kclock()
cheloha
2021-06-18
setitimer(2): increase timer limit to UINT_MAX seconds
cheloha
2021-06-16
kqueue: kq_lock is needed when updating kn_status
Visa Hankala
2021-06-16
Change the prefix of UVM object functions to match NetBSD's.
Martin Pieuchot
2021-06-15
Remove the uvshrink logic and keep the unveil list in the order of insertion.
Claudio Jeker
2021-06-15
factor out nsecuptime and getnsecuptime.
David Gwynne
2021-06-13
Back off a couple of the more paranoid checks while spoofing GPT
Kenneth R Westerback
2021-06-11
setitimer(2): don't round up it_value
cheloha
2021-06-11
Remember to lock kqueue mutex in filt_timermodify().
Visa Hankala
2021-06-10
Serialize internals of kqueue with a mutex
Visa Hankala
2021-06-09
unveil: small cleanup for UNVEIL_INSPECT
Sebastien Marie
2021-06-07
Kill SS_ASYNC and only check SB_ASYNC when async signals are wanted.
Martin Pieuchot
2021-06-04
regen
mvs
2021-06-04
Unlock connect(2). Again.
mvs
2021-06-02
Use the same logic in all copies of gpt_chk_mbr(), relaxing the
Kenneth R Westerback
2021-06-02
Enable pool cache on knote pool
Visa Hankala
[next]