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
2020-12-10
remove timespec_to_jiffies() which no longer exists in linux
Jonathan Gray
2020-12-10
Convert ddb_sysctl to sysctl_bounded_arr
gnezdo
2020-12-10
Convert gre_sysctl to sysctl_bounded_arr
gnezdo
2020-12-10
Use sysctl_int_bounded for sysctl_hwsetperf
gnezdo
2020-12-09
Ignore trailing data in A-MSDU frame buffers if it is smaller than the
Stefan Sperling
2020-12-09
Add kernel-only per-thread kqueue & helpers to initialize and free it.
Martin Pieuchot
2020-12-09
fxp does not currently fit
Theo de Raadt
2020-12-09
Use daddr_t and not daddr32_t in boot media.
Kenneth R Westerback
2020-12-09
Disable A-MSDU support again.
Stefan Sperling
2020-12-09
Flush reorder buffer after gap timeout, otherwise the frames remain
tobhe
2020-12-09
Remove redundant TLB flush. All callers of pmap_pte_remove() were already
Mark Kettenis
2020-12-09
add RCS tags
Theo Buehler
2020-12-09
ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.
David Gwynne
2020-12-08
Enable 802.11 A-MSDU support again. It was disabled some time ago but
Stefan Sperling
2020-12-08
fix wrong function names in softraid RAID1 debug print statements
Stefan Sperling
2020-12-08
Fix 802.11 RSN capabilities announced to peers.
Stefan Sperling
2020-12-08
Fix gapwait accounting. Count all the packets in the reorder
tobhe
2020-12-08
Use a while loop instead of goto in uvm_fault().
Martin Pieuchot
2020-12-08
Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate
Jonathan Gray
2020-12-08
Use BA agreement immediately after it is requested by the AP.
tobhe
2020-12-08
an(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-12-08
correct ttm_tt error paths if bus_dmamap_create() fails
Jonathan Gray
2020-12-07
Fix calculation of "maxlen" if there are multiple MPDUs in one packet.
tobhe
2020-12-07
Fix calculation of "maxlen" if there are multiple MPDUs in one packet.
tobhe
2020-12-07
Initialize handled
gnezdo
2020-12-07
Convert the per-process thread list into a SMR_TAILQ.
Martin Pieuchot
2020-12-07
Refactor kqueue_scan() so it can be used by other syscalls.
Martin Pieuchot
2020-12-07
Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link
Mark Kettenis
2020-12-07
remove unused (and wrong) page_address() macro
Jonathan Gray
2020-12-07
synproxy should be processing incoming SYN packets only.
Alexandr Nedvedicky
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
Jonathan Gray
2020-12-06
Implement acpi_intr_disestablish() for amd64.
Mark Kettenis
2020-12-06
Implement pci_intr_disestablish(9) for acpicpi(4) on arm64.
Mark Kettenis
2020-12-06
Implement acpi_intr_disestablish() for arm64.
Mark Kettenis
2020-12-06
Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.
Mark Kettenis
2020-12-06
mbg(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
2020-12-06
srp_finalize(9): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-12-06
Add missing byteswaps.
Mark Kettenis
2020-12-06
Use 1000baseKX and 2500baseKX media types for fixed link connections an
Mark Kettenis
2020-12-06
Introduce constants to access the setjmp(3) jmp_buf fields from
Alexander Bluhm
2020-12-06
Fix yet another wscons race. In the same subsystem, the following
anton
2020-12-05
Add support for the _EVT method to the GPIO support code.
Mark Kettenis
2020-12-05
Convert sysctl_tc to sysctl_bounded_arr
gnezdo
2020-12-04
Recognize Neoverse-N2.
Mark Kettenis
2020-12-04
hvn(4): msleep(9) -> msleep_nsec(9)
cheloha
2020-12-04
Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.
Martin Pieuchot
2020-12-04
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
cheloha
2020-12-02
Revert previous extension of the SCHED_LOCK(), the state isn't passed down.
Martin Pieuchot
2020-12-02
Extract another couple of chunks from main() into helper functions,
Kenneth R Westerback
2020-12-02
Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.
Martin Pieuchot
[next]