created | 2019-05-04T02:54:03Z |
---|---|
begin | 2017-10-29T00:00:00Z |
end | 2017-10-30T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2017-10-29T08:36:10Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/trunklacp.h | log | diff | annotate |
src/sys/net80211/ieee80211_var.h | log | diff | annotate | |
message |
Kill unused members using forward declaration only types. Found with ctfconv(1). ok jsg@, guenther@ |
date | 2017-10-29T08:50:43Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/alpha/tc/tc_3000_500.c | log | diff | annotate |
src/sys/arch/alpha/tc/tc_conf.h | log | diff | annotate | |
src/sys/arch/alpha/tc/tc_dma_3000_500.c | log | diff | annotate | |
src/sys/arch/alpha/tc/tc_dma_3000_500.h | log | diff | annotate | |
src/sys/arch/alpha/tc/tcasic.c | log | diff | annotate | |
message |
Finish TURBOchannel scatter/gather map code (i.e. make it work) and enable it when available (i.e. all DEC 3000 models but models 300). Tested on DEC 3000/600 (sgmap) and DEC 3000/300LX (no sgmap). from miod@ |
date | 2017-10-29T14:56:36Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/kern/uipc_domain.c | log | diff | annotate |
src/sys/netinet/igmp.c | log | diff | annotate | |
src/sys/netinet/ip_input.c | log | diff | annotate | |
src/sys/netinet/tcp_timer.c | log | diff | annotate | |
src/sys/netinet6/frag6.c | log | diff | annotate | |
src/sys/netinet6/mld6.c | log | diff | annotate | |
message |
Move NET_{,UN}LOCK into individual slowtimo functions. Direction suggested by mpi OK mpi, visa |
date | 2017-10-29T14:58:39Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/netinet/ip_input.c | log | diff | annotate |
message |
This doesn't need the NET_LOCK, everything is protected by a mutex. OK mpi, visa |
date | 2017-10-29T21:54:22Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/if_upl.c | log | diff | annotate |
message |
IFF_NOARP has no effect if the interface don't use ether_input() nor ether_output(). |