created | 2019-01-30T13:08:28Z |
---|---|
begin | 2019-01-14T00:00:00Z |
end | 2019-01-15T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2019-01-14T03:28:03Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | add TP-Link WN821N v5 (RTL8192EU), from Jesper Wallin |
date | 2019-01-14T03:28:51Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-01-14T04:02:39Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
message |
Fix unveil issue noticed by kn@ where unveil does not notice covering unveil matches when .. is used correctly. Also adds regress based upon his test program for the same issue. |
date | 2019-01-14T06:25:26Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/if_urtwn.c | log | diff | annotate |
message | match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper Wallin |
date | 2019-01-14T13:35:41Z | |||
---|---|---|---|---|
author | feinerer | |||
files | src/sys/dev/usb/if_umb.c | log | diff | annotate |
message |
Fix typos ok sthen@ |
date | 2019-01-14T15:02:57Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/fp_emulate.c | log | diff | annotate |
src/sys/arch/mips64/mips64/lcore_float.S | log | diff | annotate | |
message |
Wrap floating point instructions with .set hardfloat to make clang's integrated assembler accept them in the kernel. Move fsr access code into dedicated inline functions to improve readability. |
date | 2019-01-14T16:27:19Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/loongson/conf/Makefile.loongson | log | diff | annotate |
src/sys/arch/octeon/conf/Makefile.octeon | log | diff | annotate | |
src/sys/arch/sgi/conf/Makefile.sgi | log | diff | annotate | |
message |
Remove obsolete symbols.sort target. OK deraadt@ |
date | 2019-01-14T16:43:47Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
message | backout previous; crashes near mountpoints it seems |
date | 2019-01-14T21:01:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/sparc64/conf/Makefile.sparc64 | log | diff | annotate |
message |
Add support for building kernels with clang. Clang does not support -mno-fpu, so use -msoft-float instead. As long as we do not explicitly use floating-point arithmetic in the kernel that probably has the same effect. Add -Wno-unused-command-line-argument to prevent warnings that turn into errors passing -Wa,-Av9b when we run genassym.sh. ok deraadt@, visa@ |