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
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2021-10-23
Make sure we have enough space to add padding and final token to the nvram
Mark Kettenis
2021-10-11
Add support for 40MHz channels to net80211 RA.
Stefan Sperling
2021-10-03
Apparently some athn(4) variants are buggy and may hand us corrupt frames
Mark Kettenis
2021-09-01
Use ttopen in tty drivers open functions as ttysleep string, as the others do.
Jan Klemkow
2021-09-01
Remove dead poweroff functions, as they not appear in other
Jan Klemkow
2021-08-31
Implement suspend/resume for bwfm(4) with PCIe backend. We try to send the
Patrick Wildt
2021-08-31
Clean up the list of chips upon detach and mark us uninitialized.
Patrick Wildt
2021-08-31
Using suser() instead of doing it manually.
Jan Klemkow
2021-08-31
sprinkle barriers and dmamem_syncs around the hibernate io path.
David Gwynne
2021-08-30
remove a bunch of forward-only structs that were found with ctfconv.
Jasper Lievisse Adriaanse
2021-08-29
Reduce the number of openings for aplns(4) to 1. This isn't correct but
Mark Kettenis
2021-08-29
Reduce the number of openings for aplns(4) to 1. This isn't correct but
Mark Kettenis
2021-08-19
Purge the cached nodes when we switch back to SCAN. In case we lost
Patrick Wildt
2021-08-19
Consistently use ieee80211_begin_scan() to switch to SCAN.
Patrick Wildt
2021-08-19
Fix an off-by-one in bwfm(4) SSID length checks.
Stefan Sperling
2021-08-12
One some access points we receive an unsolicited assoc status event
Patrick Wildt
2021-07-14
fix "logically dead code" flagged by coverity
Daniel Dickman
2021-07-13
Ensure that we don't overrun the TX FIFO for longer transfers. Check
Patrick Wildt
2021-07-08
fix the hibernate io path.
David Gwynne
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-07-01
Prevent athn(4) from calling ieee80211_find_rxnode() on bad frames.
Stefan Sperling
2021-06-02
Correctly calculate number of PRPL entries we have to sync by adding
Patrick Wildt
2021-05-31
make nvme_read8 and write8 less clever.
David Gwynne
2021-05-31
try to get rid of a weird comma on the alpns attach line.
David Gwynne
2021-05-30
Include <sys/mutex.h> to avoid a hidden header dependency.
Visa Hankala
2021-05-29
Only allocate the "hibernate" queue when HIBERNATE support is being built.
Mark Kettenis
2021-05-28
aplns needs some dmamem per queue for it's iommu.
David Gwynne
2021-05-28
provide nvme_ops for vanilla pci nvme, and use them in the right places.
David Gwynne
2021-05-28
provide an nvme_ops struct to start trying to support apple m1 nvme.
David Gwynne
2021-05-28
move the nvme_dmamem prototypes so bus glue can use them.
David Gwynne
2021-05-28
shuffle the deck chairs. no functional change
David Gwynne
2021-05-28
move nvme_barrier to nvmevar.h, just to keep it with the other reg ops.
David Gwynne
2021-05-28
let nvme_read8 and nvme_write8 get used by bus glue too.
David Gwynne
2021-05-28
move the nvme_read4 and nvme_write4 macros to the header.
David Gwynne
2021-05-27
vga(4): fix vga_doswitch() prototype
cheloha
2021-05-17
Fix mbuf leaks after reception error in re_rxeof().
Visa Hankala
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-07
RealTek -> Realtek
Jonathan Gray
2021-05-07
add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)
Jonathan Gray
2021-05-06
Fix bogus return statement.
Mark Kettenis
2021-05-03
work around an athn(4) device problem with bogus Michael MIC failures
Stefan Sperling
2021-05-01
Actually, that variable needs to be a u_int8_t pointer.
Mark Kettenis
2021-05-01
Retire OpenBSD/sgi.
Visa Hankala
2021-05-01
variable has to be a pointer after last change
Theo de Raadt
2021-04-29
Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROM
Mark Kettenis
2021-04-24
Remove unused function pointers from `todr_handle'.
Martin Pieuchot
2021-04-22
Use the long version of the bwfm(4) firmware path, which includes the
Patrick Wildt
2021-04-15
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Stefan Sperling
2021-04-15
Make athn(4) set the channel when hostap or monitor modes enter RUN state.
Stefan Sperling
2021-03-07
ansi
Jonathan Gray
[next]