created | 2023-07-21T13:30:31Z |
---|---|
begin | 2023-07-14T00:00:00Z |
end | 2023-07-15T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2023-07-14T07:07:08Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/dev/dt/dt_dev.c | log | diff | annotate |
src/sys/dev/pci/if_myx.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate | |
src/sys/kern/kern_rwlock.c | log | diff | annotate | |
src/sys/kern/kern_sched.c | log | diff | annotate | |
src/sys/kern/kern_sig.c | log | diff | annotate | |
src/sys/kern/kern_synch.c | log | diff | annotate | |
src/sys/kern/kern_timeout.c | log | diff | annotate | |
src/sys/kern/subr_log.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
src/sys/sys/systm.h | log | diff | annotate | |
message |
struct sleep_state is no longer used, remove it. Also remove the priority argument to sleep_finish() the code can use the p_flag P_SINTR flag to know if the signal check is needed or not. OK cheloha@ kettenis@ mpi@ |
date | 2023-07-14T14:28:47Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_rtwn.c | log | diff | annotate |
message |
Check if the OWN bit of Tx descriptor instead of Rx descriptor is set in rtwn_tx(). Because definitions of R92C_TXDW0_OWN and R92C_RXDW0_OWN are the same, no functional change. ok stsp@ |