created | 2018-11-30T03:58:34Z |
---|---|
begin | 2018-09-07T00:00:00Z |
end | 2018-09-08T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-09-07T01:32:01Z | |||
---|---|---|---|---|
author | mortimer | |||
files | src/sys/arch/arm64/arm64/cpuswitch.S | log | diff | annotate |
src/sys/arch/arm64/arm64/support.S | log | diff | annotate | |
src/sys/arch/arm64/include/asm.h | log | diff | annotate | |
message |
Add retguard macros to cpu_switchto, setjmp, longjmp. ok kettenis@ |
date | 2018-09-07T03:54:12Z | |||
---|---|---|---|---|
author | miko | |||
files | src/sys/dev/usb/umidi.c | log | diff | annotate |
message |
move initial jack count to alloc_all_endpoints(), and reset count to zero in free_all_jacks(). ok stsp@ ratchov@ |
date | 2018-09-07T04:03:30Z | |||
---|---|---|---|---|
author | miko | |||
files | src/sys/dev/usb/umidi.c | log | diff | annotate |
message |
clarify that goto error in alloc_all_endpoints_fixed_ep() always returns USBD_INVAL. ok mpi@ |
date | 2018-09-07T10:55:35Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/in_pcb.c | log | diff | annotate |
message |
Explain the special case for redirect to localhost in a comment. input and OK claudio@ |
date | 2018-09-07T13:18:06Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message | remove some unused variables and otherwise tidy up a bit. |