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-11-04
in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead.
David Gwynne
2019-11-04
make the parent promisc when a promisc vlan interface is brought up.
David Gwynne
2019-11-04
Fix previous commit: missed a ds_copyin() moved in rev 1.72
Philip Guenther
2019-11-03
Merge sys_shmctl() and shmctl1() again, as we no longer have a need for
Philip Guenther
2019-11-03
kern_timeout.c: style(9), misc. cleanup
cheloha
2019-11-03
rework kubsan_state into simpler boolean named kubsan_cold
anton
2019-11-03
add missing handler for float cast overflow; caused by code in
anton
2019-11-03
Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.
Martin Pieuchot
2019-11-03
Correctly re-initialize the nameinfo struct that is re-used for
Bob Beck
2019-11-02
softclock: move softintr registration/scheduling into timeout module
cheloha
2019-11-02
Revert previous, a race is present and can be triggered with golang.
Martin Pieuchot
2019-11-02
Add a few more PCIe capability registers and bits. As usual, the names
Mark Kettenis
2019-11-02
Start documenting which locking primitives apply to uvm_map members.
Martin Pieuchot
2019-11-02
Move dead procs to the reaper queue immediately after context switch.
Visa Hankala
2019-11-01
Kill resched_proc() and instead call need_resched() when a thread is
Martin Pieuchot
2019-11-01
Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having
Theo de Raadt
2019-11-01
Push the KERNEL_LOCK() down in uvm_map_inentry().
Martin Pieuchot
2019-11-01
Keep local function definitions in C files.
Martin Pieuchot
2019-11-01
Document that p_{sp,pc}inentry are owned by the current thread.
Martin Pieuchot
2019-11-01
Fix an off-by-one in db_save_stack_trace().
Martin Pieuchot
2019-11-01
Flush the register windows before unwinding the stack.
Martin Pieuchot
2019-10-31
In 2013, when OpenBSD/armv7 was still rather early, improvements for
Patrick Wildt
2019-10-31
Make background scans less frequent if we keep choosing the same AP.
Stefan Sperling
2019-10-30
drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1
Jonathan Gray
2019-10-30
drm/ttm: Restore ttm prefaulting
Jonathan Gray
2019-10-30
drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50
Jonathan Gray
2019-10-30
Revert "drm/radeon: Fix EEH during kexec"
Jonathan Gray
2019-10-29
sync
Joshua Stein
2019-10-29
add an Intel 9260 wifi card
Joshua Stein
2019-10-29
Consistently release the vnode lock while calling d_close of cloned and
Visa Hankala
2019-10-29
Regen for Marvell 88SE9128 AHCI.
Kurt Miller
2019-10-29
Add Marvell 88SE9128 AHCI. okay kettenis@
Kurt Miller
2019-10-29
add the 802.1AE MACsec ethertype
David Gwynne
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-29
add arc4 cipher to the bootblocks
Theo de Raadt
2019-10-28
Copy in the user-supplied buffer in shmctl(2) before looking up the
anton
2019-10-28
Have iwm(4) configure the PCIe LTR.
Stefan Sperling
2019-10-28
Make iwm_stop_device() power down bus master DMA clocks on 7k devices only.
Stefan Sperling
2019-10-28
Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which will
Stefan Sperling
2019-10-28
Get rid of version 1 of iwm's time event firmware API.
Stefan Sperling
2019-10-28
Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags:
Stefan Sperling
2019-10-28
Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag.
Stefan Sperling
2019-10-28
Do not set IWM_SF_CFG_DUMMY_NOTIF_OFF bit in iwm SF_CFG firmware command.
Stefan Sperling
2019-10-28
Skip the 'update MCC' command if iwm 8k firmware supports Location
Stefan Sperling
2019-10-28
Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment.
Stefan Sperling
2019-10-28
Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,
Stefan Sperling
2019-10-28
The iwm_prepare_card_hw() call in iwm_attach() is only needed on 8k devices.
Stefan Sperling
2019-10-28
iwm: tweak post-alive NIC locking to more closely match how Linux does it
Stefan Sperling
2019-10-28
iwm: enlarge maximum NVM section size; required for newer firmware
Stefan Sperling
2019-10-28
Add missing KERNEL_UNLOCK.
Mark Kettenis
[next]