created | 2018-11-30T05:41:42Z |
---|---|
begin | 2018-10-02T00:00:00Z |
end | 2018-10-03T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-10-02T02:05:34Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/ic/rt2860.c | log | diff | annotate |
src/sys/dev/ic/rt2860reg.h | log | diff | annotate | |
src/sys/dev/microcode/ral/Makefile | log | diff | annotate | |
src/sys/dev/microcode/ral/build.c | log | diff | annotate | |
src/sys/dev/microcode/ral/microcode.h | log | diff | annotate | |
src/sys/dev/pci/if_ral_pci.c | log | diff | annotate | |
message |
Add support for RT3290 chipset by James Hastings. Tested by me and James Hastings. |
date | 2018-10-02T19:49:10Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/usb/if_aue.c | log | diff | annotate |
src/sys/dev/usb/if_cdce.c | log | diff | annotate | |
src/sys/dev/usb/if_cue.c | log | diff | annotate | |
src/sys/dev/usb/if_kue.c | log | diff | annotate | |
src/sys/dev/usb/if_udav.c | log | diff | annotate | |
src/sys/dev/usb/if_ugl.c | log | diff | annotate | |
src/sys/dev/usb/if_umb.c | log | diff | annotate | |
src/sys/dev/usb/if_upl.c | log | diff | annotate | |
src/sys/dev/usb/if_url.c | log | diff | annotate | |
src/sys/dev/usb/if_urndis.c | log | diff | annotate | |
message |
Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). Brings us one step closer towards making this condition's error code consistent across all USB drivers. Patch by Moritz Buhl ok mpi@ bluhm@ |
date | 2018-10-02T21:30:44Z | |||
---|---|---|---|---|
author | naddy | |||
files | src/sys/arch/amd64/include/endian.h | log | diff | annotate |
src/sys/arch/arm/include/endian.h | log | diff | annotate | |
src/sys/arch/i386/include/endian.h | log | diff | annotate | |
src/sys/arch/sh/include/endian.h | log | diff | annotate | |
message |
Unify the MD byteswapping code as much as possible across architectures. Use inline functions instead of GNU C statement expressions, and make them available to userland. With clues from guenther@. ok guenther@ kettenis@ |
date | 2018-10-02T23:44:39Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/if_pfsync.c | log | diff | annotate |
message |
- pfsync: avoid a recursion on PF_LOCK OK bluhm@ |