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-04-15
Fix panic message.
Mark Kettenis
2020-04-15
Remove unused protoype.
Mark Kettenis
2020-04-15
Add support for the Armada 3720 CPU clock.
Mark Kettenis
2020-04-15
Do not delete an existing RTF_CACHED entry with the same destination
Martin Pieuchot
2020-04-15
drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Jonathan Gray
2020-04-15
drm/amdgpu: fix typo for vcn1 idle check
Jonathan Gray
2020-04-15
drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017
Jonathan Gray
2020-04-15
Add bse(4) device to unbreak build.
Patrick Wildt
2020-04-15
Commented WITNESS entry.
Martin Pieuchot
2020-04-15
Switch powerpc to MI mplock implementation.
Martin Pieuchot
2020-04-15
gpiodcf(4): unbreak compilation
cheloha
2020-04-15
idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)
cheloha
2020-04-15
wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)
cheloha
2020-04-14
Enable bse(4).
Mark Kettenis
2020-04-14
Add bse(4), a driver for the Broadcom GENET v5 network interface found on
Mark Kettenis
2020-04-14
Add BCM54210E support.
Mark Kettenis
2020-04-14
Add flags to specify whether internal delays should be configured for RGMII.
Mark Kettenis
2020-04-14
regen
Mark Kettenis
2020-04-14
Add Broadcom BCM54210E.
Mark Kettenis
2020-04-14
Implement acpi_getprop(), the ACPI equivalent of OF_getprop().
Mark Kettenis
2020-04-14
Fix some of the more esoteric bus_space functions. The
Mark Kettenis
2020-04-14
Fix loop condition in sparc64-specific radeondrm_setcolor()
Jeremie Courreges-Anglas
2020-04-14
Prevent uninitialized use of bbs and bls in the error path
Jeremie Courreges-Anglas
2020-04-13
Fix some of the more esoteric bus_space functions. The
Mark Kettenis
2020-04-13
Fix a recently introduced iwn(4) problem where the link gets stuck since
Stefan Sperling
2020-04-12
Turn those spinlock and seqlock inline functions to macros
Jeremie Courreges-Anglas
2020-04-12
In sosplice(), temporarily release the socket lock before calling
anton
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2020-04-12
Add support for the _CCA method. This method indicates whether DMA is
Mark Kettenis
2020-04-12
Mention tail queue in comments.
Visa Hankala
2020-04-12
make ifpromisc assert that the caller is holding the NET_LOCK.
David Gwynne
2020-04-12
say if_pcount needs NET_LOCK instead of the kernel lock.
David Gwynne
2020-04-12
take NET_LOCK in aggr_clone_destroy() before calling aggr_p_dtor()
David Gwynne
2020-04-12
take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor()
David Gwynne
2020-04-12
ifpromisc() requires NET_LOCK(), so acquire the lock when changing
Visa Hankala
2020-04-11
Add soassertlocked() checks to sbappend() and sbappendaddr(). This brings
Claudio Jeker
2020-04-11
Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().
Stefan Sperling
2020-04-11
Skip MiRA's event-based probing if we're already at the minimum or
Stefan Sperling
2020-04-11
Update MiRA probing interval of probed rates which are worse than the
Stefan Sperling
2020-04-11
Use acpi_getsta(); avoids printing "no _STA method" messages and assumes
Mark Kettenis
2020-04-11
log() lines need \n too.
David Gwynne
2020-04-11
Avoid triggering KASSERT for bogus reason in pfsync_sendout with PFSYNC_DEBUG.
Stefan Sperling
2020-04-11
Grab the exclusive NET_LOCK() in the softnet thread.
Martin Pieuchot
2020-04-11
fix build with PFSYNC_DEBUG by switching a format string from %d to %zd
Stefan Sperling
2020-04-10
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus
Mark Kettenis
2020-04-10
The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord()
Mark Kettenis
2020-04-10
Typo in comment.
Martin Pieuchot
2020-04-10
Place the 64bit key on the stack instead of malloc(9)in' it in pppx_if_find().
Martin Pieuchot
2020-04-10
Implement stacktrace_save_at() required for upcoming WITNESS.
Martin Pieuchot
2020-04-09
When I removed CCK fallback from iwm(4) I accidentally left an else-if block
Stefan Sperling
[next]