created | 2018-12-02T20:16:05Z |
---|---|
begin | 2018-10-22T00:00:00Z |
end | 2018-10-23T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2018-10-22T05:06:32Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
Add AMD 400 series (promontory), vega 10, more 17h ids seen on Ryzen 5 2600X, rename KernCZ FCH ids incorrectly labelled as Carrizo. |
date | 2018-10-22T05:07:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2018-10-22T13:18:23Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/bridgectl.c | log | diff | annotate |
src/sys/net/bridgestp.c | log | diff | annotate | |
message | Rename 'bridge_iflist' variables for coherency, missed in previous. |
date | 2018-10-22T15:32:19Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/netinet/ip_ipsp.c | log | diff | annotate |
src/sys/netinet/ip_spd.c | log | diff | annotate | |
message | ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@ |
date | 2018-10-22T17:31:24Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/m88k/m88k/m88k_machdep.c | log | diff | annotate |
message |
More "explicitely" -> "explicitly" in various comments. ok guenther@ tb@ deraadt@ |
date | 2018-10-22T17:31:25Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/mips64/include/pmap.h | log | diff | annotate |
src/sys/arch/mips64/mips64/fp_emulate.c | log | diff | annotate | |
src/sys/arch/mips64/mips64/pmap.c | log | diff | annotate | |
src/sys/arch/powerpc/powerpc/pmap.c | log | diff | annotate | |
src/sys/dev/ic/aic6250.c | log | diff | annotate | |
src/sys/dev/sbus/cgtwelve.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vnops.c | log | diff | annotate | |
message |
More "explicitely" -> "explicitly" in various comments. ok guenther@ tb@ deraadt@ |
date | 2018-10-22T23:44:53Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/hfsc.c | log | diff | annotate |
message |
Don't let HFSC force the packet priority to 7 when enabled HFSC on a vlan(4) (or similar) interface caused all packets over that interface to get marked with the highest packet priority, no matter what the rest of the system said about it. Leaving the prio alone lets the rest of the network still do something useful, not matter whether the local system queues packets in a particular way. Reported by and fix tested by Adrian Close ok claudio@ kn@ mikeb@ |