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
Age
Commit message (
Expand
)
Author
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-10-24
tiny little whitespace fixes
Patrick Wildt
2021-10-24
Remove 'struct tdb_crypto' allocations from esp_input() and esp_output().
Tobias Heider
2021-10-24
A tiny bit of cleanup.
Patrick Wildt
2021-10-24
Add mount -ur/uw support to tmpfs.
Patrick Wildt
2021-10-24
Unlock top part of UVM fault handler on mips64.
Visa Hankala
2021-10-24
Move pmap_{,k}remove() inside uvm_km_pgremove{,_intrsafe}().
Martin Pieuchot
2021-10-24
Now that ampintcmsi(4)'s establish function returns a pointer to the
Patrick Wildt
2021-10-24
Remove crp_etype and return errors directly from crypto_invoke()
Tobias Heider
2021-10-24
Pass the error of the IPsec callback to the caller. The dropped
Alexander Bluhm
2021-10-24
Shuffle variables around and use KASSERT() instead of panic().
Martin Pieuchot
2021-10-24
Implement poll(2), select(2), ppoll(2) & pselect(2) on top of kqueue.
Martin Pieuchot
2021-10-24
let pf_table.c to use standard way to work with lists
Alexandr Nedvedicky
2021-10-24
Stop setting etype in the MD crypto code. So far we have set the etype
Patrick Wildt
2021-10-24
Prohibit renames of tmpfs mount-points to fix a panic.
Patrick Wildt
2021-10-24
extra 0 fields in cfdriver are not needed
Theo de Raadt
2021-10-24
pretty & normalize the cfdriver decl
Theo de Raadt
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
There is an m_pullup() down in AH input. As it may free or change
Alexander Bluhm
2021-10-23
Fix use-after-free in ipcomp_output() introduced by previous commit.
Alexander Bluhm
2021-10-23
sonewconn() returns the pointer to 'socket' struct so check it against
Vitaliy Makkoveev
2021-10-23
Call uvm_vnp_uncache() in tmpfs_write(). We currently only call
Patrick Wildt
2021-10-23
Fix tmpfs_lookup locking for ".." == ".". unveil_find_cover() calls
Patrick Wildt
2021-10-23
tpm(4): add support for tpm2 CRB interface
Dave Voutila
2021-10-23
Retire asynchronous crypto API as it is no longer required by any driver and
Tobias Heider
2021-10-23
Fix double free after allocation failure in bpf(4).
Visa Hankala
2021-10-23
Be consistend and add missing spaces around some of the NOTREACHED comments.
Claudio Jeker
2021-10-23
ps_sigcode, ps_sigcoderet and ps_sigcookie are immutable after a process
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-23
Make sure we have enough space to add padding and final token to the nvram
Mark Kettenis
2021-10-23
YIELD() in pf_table.c should preempt for ioctl() callers only
Alexandr Nedvedicky
2021-10-22
Make error handling in IPsec consistent. Pass errors to the callers.
Alexander Bluhm
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
Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variants
Mark Kettenis
2021-10-22
After deleting hifn(4) the only provider for the LZS compression
Alexander Bluhm
2021-10-22
regen
Jonathan Gray
2021-10-22
add Intel ADL-S and ADL-P graphics ids Mesa matches
Jonathan Gray
2021-10-22
Remove last dangling usage of CRYPTO_F_NOQUEUE.
Anton Lindqvist
2021-10-22
Preserve pipe select(2) semantics when the other end of the pipe is gone.
Anton Lindqvist
2021-10-22
One could end up with the wrong encoding in xenocara while having a ucc
Anton Lindqvist
2021-10-21
Remove more dead code related to crypto task queues.
Tobias Heider
2021-10-21
Remove code to run crypto operations in a task queue. The code was
Tobias Heider
2021-10-21
Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. This
Patrick Wildt
2021-10-21
Release solock() before call unp_internalize() and take it within when
Vitaliy Makkoveev
2021-10-21
regen
Jonathan Gray
2021-10-21
add Gemini Lake MEI; from fkr
Jonathan Gray
[next]