created | 2018-12-03T16:26:08Z |
---|---|
begin | 2018-11-13T00:00:00Z |
end | 2018-11-14T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-11-13T00:00:43Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_gif.c | log | diff | annotate |
message |
add txprio setting support gif encaps l3, so it can get a prio from the payload, as well as from the mbuf itself, or a hardcoded value. ok claudio@ |
date | 2018-11-13T00:03:18Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_gre.c | log | diff | annotate |
message |
add txprio support to gre, mgre, egre, nvgre, and eoip for l3 interfaces (gre and mgre), allow txprio from the payload, the mbuf, or a hardcoded value. for l2 interfaces (egre, ngre, and eoip), get txprio from the mbuf or a hardcoded value. ok claudio@ |
date | 2018-11-13T01:16:31Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_gif.c | log | diff | annotate |
message | get the inner and outer tos values right for passing to ip_ecn_ingress |
date | 2018-11-13T04:47:36Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/sys/exec_elf.h | log | diff | annotate |
message |
Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASH ok naddy@ jca@ |
date | 2018-11-13T13:02:20Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/sys_pipe.c | log | diff | annotate |
message |
Fix fcntl(fd, F_GETOWN) with pipes. As a regression of kern_descrip.c r1.177 and sys_pipe.c r1.82, the call always returned an error. OK jca@ anton@ mpi@ |