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
2019-06-23
Make taskq_barrier(9) work for multi-threaded task queues.
Mark Kettenis
2019-06-22
Use timeout_add_msec(9)
kn
2019-06-22
Make computation of re-challenge timeout more obvious
kn
2019-06-22
Revert accidentially committed hunk from previous
kn
2019-06-22
Remove duplicate initialisation
kn
2019-06-22
Set if_link_state based on the PAOS port register, and update it when
Jonathan Matthew
2019-06-22
push the KERNEL_LOCK deeper on read(2) and write(2)
Sebastien Marie
2019-06-22
push the KERNEL_LOCK deeper on read(2) and write(2)
Sebastien Marie
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-21
Further improve the filesystem stability of kernel installation by KARL.
Theo de Raadt
2019-06-21
Make resource limit access MP-safe. So far, the copy-on-write sharing
Visa Hankala
2019-06-21
Use timeout_add_msec(9)
kn
2019-06-20
Undefined behavior (UB) can potentially be present anywhere in the
anton
2019-06-20
Fix misleading code. The kernel keeps using the original boot
Visa Hankala
2019-06-20
Work around locking issues in logwakeup(). Instead of actually waking up
Visa Hankala
2019-06-19
the pledge STATLIE code is no longer needed, as discussed with beck.
Theo de Raadt
2019-06-19
Add checks to copyin(9), copyout(9), copyinstr(9) and copyoutstr(9)
Patrick Wildt
2019-06-18
Stop probing a Tx rate if transmission failure or too many retries occur.
Stefan Sperling
2019-06-18
Ensure that timeout p_sleep_to is not left running when finishing sleep.
Visa Hankala
2019-06-18
Ensure the length passed to ffs_truncate() is within bounds before calling
anton
2019-06-17
add code to check stack pointer is within MAP_STACK
Theo de Raadt
2019-06-17
Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo
Patrick Wildt
2019-06-17
free(9) sizes.
Martin Pieuchot
2019-06-17
The copyfault handler is supposed to store the old handler in the pcb.
Patrick Wildt
2019-06-17
Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-X
Mark Kettenis
2019-06-17
Split out the code that assigns addresses to BARs into its own function.
Mark Kettenis
2019-06-17
When reloading station address via TWSI is timed out, try to reload
Kevin Lo
2019-06-17
dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can
Philip Guenther
2019-06-16
SYS___realpath is legitimately PLEDGE_STDIO, because the other pledge
Theo de Raadt
2019-06-16
drm/amd/display: Use plane->color_space for dpp if specified
Jonathan Gray
2019-06-16
In previous commit I forgot a net unlock if the PCB of the socket
Alexander Bluhm
2019-06-16
Use timeout_add_sec(9)
kn
2019-06-15
Free sizes for hooks and `if_sadl'.
Martin Pieuchot
2019-06-15
Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminating
Theo de Raadt
2019-06-15
Fix previous commit and unbreak the tree.
Mark Kettenis
2019-06-14
Add TSC_ADJUST CPUID flag.
Mark Kettenis
2019-06-14
timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@
cheloha
2019-06-14
Use timeout_add_msec(9)
kn
2019-06-14
Use timeout_add_msec(9)
kn
2019-06-14
match on Intel Apollo Lake ids
Jonathan Gray
2019-06-14
regen
Jonathan Gray
2019-06-14
more Intel Apollo Lake ids
Jonathan Gray
2019-06-14
Only add and remove flow table entries for multicast while the interface is
Jonathan Matthew
2019-06-14
The addition of writeable-syscall checking near MAP_STACK checking
Theo de Raadt
2019-06-14
Add a barrier after arming a completion queue. If multiple cqs are using
Jonathan Matthew
2019-06-13
Use PWAIT instead of PUSER in exit1().
Martin Pieuchot
2019-06-13
free(9) sizes for buffers.
Martin Pieuchot
2019-06-13
free(9) sizes.
Martin Pieuchot
2019-06-13
Do not consider the pipe as halted if the device is gone.
Martin Pieuchot
2019-06-13
When tcp_close() is running in parallel with fill_file(), the kernel
Alexander Bluhm
[prev]
[next]