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
2022-07-01
Make fine grained unix(4) domain sockets locking. Use the per-socket
Vitaliy Makkoveev
2022-06-30
Reduce allocations and possible failures in uvm_pagermapin/out().
Martin Pieuchot
2022-06-30
Fix bwfm(4) crash during detach on USB.
Stefan Sperling
2022-06-30
As we now have two bios_consdev_t structures, make use of the old one
Anton Lindqvist
2022-06-30
Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.
Claudio Jeker
2022-06-30
Remove an incorrect KASSERT() introduced in previous.
Martin Pieuchot
2022-06-30
amd64/pmap: Change the wording of a panic string
Mike Larkin
2022-06-30
vmm(4): reference count vm's and vcpu's
Dave Voutila
2022-06-30
amd64 pmap: Zero out the EPTP on pmap_create
Mike Larkin
2022-06-29
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
Alexander Bluhm
2022-06-29
Between the calls to art_match() and SRPL_FIRST() another CPU may
Alexander Bluhm
2022-06-29
Remove switch(4) remains.
Vitaliy Makkoveev
2022-06-29
remove archaic comment from original import of i386 pmap
Dave Voutila
2022-06-29
Regen syscalls files as they were meant to be, correcting the "created from:"...
Jeremie Courreges-Anglas
2022-06-29
Unlock the pledge(2) system call
Jeremie Courreges-Anglas
2022-06-29
Simplify the locking dance around pledge_syscall()
Jeremie Courreges-Anglas
2022-06-29
Use READ_ONCE() when saving pr->ps_pledge to a local variable
Jeremie Courreges-Anglas
2022-06-29
Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). This
Alexander Bluhm
2022-06-29
Move the deep check back into the loop. There are ways that even though
Claudio Jeker
2022-06-29
drm/i915: Implement w/a 22010492432 for adl-s
Jonathan Gray
2022-06-29
correct vararg use in kasprintf/kvasprintf
Jonathan Gray
2022-06-29
ether_input() called with shared netlock, but pppoe(4) wants it to be
Vitaliy Makkoveev
2022-06-29
Nullify `ipsecflowinfo' when mbuf(9) has no ipsec flowinfo data.
Vitaliy Makkoveev
2022-06-29
Add support for using non-standard UARTs (such as the Synopsys DesignWare
Mark Kettenis
2022-06-29
Make bus_space_map(9) work before the pmap is initialized for addresses
Mark Kettenis
2022-06-29
match on Alder Lake-P
Jonathan Gray
2022-06-28
constify miscellaneous arm64 pin and clock tables
Christian Weisgerber
2022-06-28
Add support for the Synopsys DesignWare UART found on the Ryzen Embedded
Mark Kettenis
2022-06-28
On the x13s, using the EfiLoaderData memory type for the memory block
Mark Kettenis
2022-06-28
The x13s uses Memory32Fixed() to describe the windows forwarded by the
Mark Kettenis
2022-06-28
Make sure uvm_swap_get() always sleep and do not return and error.
Martin Pieuchot
2022-06-28
Consider pmemrange regions when trying to free pages from the inactive list.
Martin Pieuchot
2022-06-28
Use new & shiny define for the maximum number of pages of a swap cluster.
Martin Pieuchot
2022-06-28
Pre-allocate pages in DMA-reachable region to ensure progress in the swapper.
Martin Pieuchot
2022-06-28
Reserve a second segment for the page daemon.
Martin Pieuchot
2022-06-28
A com_acpi_softc pointer is used as the interrupt callback cookie which
Anton Lindqvist
2022-06-28
No need to pass a copy of the bcmdmac_channel structure to predicate
Anton Lindqvist
2022-06-28
Remove commented out variables and excessive blank lines in
Anton Lindqvist
2022-06-28
Don't call pipex_rele_session() when `session' is NULL.
Vitaliy Makkoveev
2022-06-28
Remove unused field d_poll from struct cdevsw.
Visa Hankala
2022-06-28
fix syncookies in conjunction with tcp fast port reuse.
Henning Brauer
2022-06-28
sync
Theo de Raadt
2022-06-28
a start at qualcomm products
Theo de Raadt
2022-06-28
rewrite amd64 printing of cache details
Jonathan Gray
2022-06-28
Move the guts of uvm_aio_aiodone() into a separate function.
Martin Pieuchot
2022-06-28
Cleanup the sleep loop in single_thread_check_locked(). The deep checks
Claudio Jeker
2022-06-28
Do not clean PG_BUSY before calling uvm_anon_release().
Martin Pieuchot
2022-06-28
Do not consider adjacent pages when doing a CoW.
Martin Pieuchot
2022-06-28
Use refcnt API for struct rtentry instead of hand-crafted atomic
Alexander Bluhm
2022-06-28
ifconfig(8) return "Not supported" if you try to configure tso on a non-tso
Jan Klemkow
[next]