created | 2020-12-01T16:05:56Z |
---|---|
begin | 2020-10-09T00:00:00Z |
end | 2020-10-10T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-10-09T08:16:28Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_map.h | log | diff | annotate |
message |
Remove unecesary includes. ok deraadt@ |
date | 2020-10-09T08:20:46Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/ufs/ufs/ufs_lookup.c | log | diff | annotate |
message |
Do not dereference `vp' after vput(9)ing it. From dholland@NetBSD ok anton@ |
date | 2020-10-09T08:53:16Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/ic/athnvar.h | log | diff | annotate |
src/sys/dev/ic/athvar.h | log | diff | annotate | |
src/sys/dev/ic/rt2860var.h | log | diff | annotate | |
src/sys/dev/pci/if_iwmvar.h | log | diff | annotate | |
src/sys/dev/pci/if_iwnvar.h | log | diff | annotate | |
src/sys/dev/pci/if_iwxvar.h | log | diff | annotate | |
src/sys/dev/pci/if_wpivar.h | log | diff | annotate | |
src/sys/dev/usb/if_runvar.h | log | diff | annotate | |
src/sys/net80211/ieee80211_radiotap.h | log | diff | annotate | |
message |
Kill unused IEEE80211_RADIOTAP_HWQUEUE. Its value is conflicting with an effort to standardize TX flags fields of the radiotap header from Mathy Vanhoef. This flag used to indicate the presence of a specific hardware queue used by WME but is unchecked. ok sthen@, kn@ |
date | 2020-10-09T17:36:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/copy.S | log | diff | annotate |
message |
Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if possible. No doubt further optimizations are poissible, but this change results in a nice balance between code size and speed and is still easy to understand. ok patrick@ |
date | 2020-10-09T20:30:18Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/syscall.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate | |
message | Unbreak the powerpc64 kernel build. |