created | 2019-05-04T03:05:06Z |
---|---|
begin | 2017-11-03T00:00:00Z |
end | 2017-11-04T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2017-11-03T06:54:06Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/dev/lcd.c | log | diff | annotate |
src/sys/arch/luna88k/dev/lunafb.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/lunaws.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/maskbits.h | log | diff | annotate | |
src/sys/arch/luna88k/dev/mb89352.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/omkbdmap.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/omrasops.h | log | diff | annotate | |
src/sys/arch/luna88k/dev/siotty.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/timekeeper.c | log | diff | annotate | |
src/sys/arch/luna88k/dev/timekeeper.h | log | diff | annotate | |
message | Spaces -> tab, no binary change. |
date | 2017-11-03T06:55:08Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/include/autoconf.h | log | diff | annotate |
src/sys/arch/luna88k/include/board.h | log | diff | annotate | |
message | Spaces -> tab, no binary change. |
date | 2017-11-03T09:07:54Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/luna88k/autoconf.c | log | diff | annotate |
src/sys/arch/luna88k/luna88k/clock.c | log | diff | annotate | |
src/sys/arch/luna88k/luna88k/machdep.c | log | diff | annotate | |
src/sys/arch/luna88k/luna88k/mainbus.c | log | diff | annotate | |
message | Spaces -> tab, no binary change. |
date | 2017-11-03T11:29:46Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/arch/alpha/alpha/db_trace.c | log | diff | annotate |
src/sys/arch/amd64/amd64/db_trace.c | log | diff | annotate | |
src/sys/arch/hppa/hppa/db_interface.c | log | diff | annotate | |
src/sys/arch/i386/i386/db_trace.c | log | diff | annotate | |
src/sys/arch/sh/sh/db_trace.c | log | diff | annotate | |
message |
use %lx to print the frame address if resolving of the symbol name fails as discussed with and ok mpi@ |
date | 2017-11-03T11:29:47Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/arch/sparc64/sparc64/db_trace.c | log | diff | annotate |
message |
use %lx to print the frame address if resolving of the symbol name fails as discussed with and ok mpi@ |
date | 2017-11-03T12:49:42Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/net/Attic/raw_cb.c | log | diff | annotate |
src/sys/net/Attic/raw_cb.h | log | diff | annotate | |
src/sys/net/Attic/raw_usrreq.c | log | diff | annotate | |
message |
There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for PRU_DISCONNECT or PRU_ABORT. So raw_disconnect() and sofree() return immediately so remove the dead code. Also the following call to soisdisconnected() would be a use after free. This removes the last calls to raw_disconnect() so tedu it. |
date | 2017-11-03T13:01:20Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/conf/files | log | diff | annotate |
src/sys/net/pfkeyv2.c | log | diff | annotate | |
src/sys/net/Attic/raw_cb.c | log | diff | annotate | |
src/sys/net/Attic/raw_cb.h | log | diff | annotate | |
src/sys/net/rtsock.c | log | diff | annotate | |
message |
Inline trivial functions from raw_cb.c and tedu it. Suggested by and OK mpi, OK visa |
date | 2017-11-03T14:10:33Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/net/rtsock.c | log | diff | annotate |
message | use rop->rcb similar like in pfkeyv2_detach(); suggested by visa |
date | 2017-11-03T14:28:57Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/netinet6/icmp6.c | log | diff | annotate |
src/sys/netinet6/nd6.h | log | diff | annotate | |
src/sys/netinet6/nd6_rtr.c | log | diff | annotate | |
message |
We are processing Router Solicitation / Advertisement messages only for the Source Link-layer Address Options. Merge nd6_rs_input() and nd6_ra_input() into one generic function that does just that. input & OK mpi |
date | 2017-11-03T16:19:25Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octciu.c | log | diff | annotate |
message | Fix a stupid typo. |
date | 2017-11-03T16:23:20Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
src/sys/net/rtsock.c | log | diff | annotate | |
message |
After inlining of raw_detach we know the sizes for free; pointed out by & OK mpi, input & OK visa |
date | 2017-11-03T16:46:17Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxgmxvar.h | log | diff | annotate | |
message |
Remove alternative implementations of GMX CAM setup logic that have been disabled since r1.1. |