created | 2020-04-04T17:29:44Z |
---|---|
begin | 2020-03-28T00:00:00Z |
end | 2020-03-29T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2020-03-28T11:40:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/acrtc.c | log | diff | annotate |
message |
Apply masks to values read from the RTC registers. This is essential for the RTC_YEA register since the top bit is used to indicate leap years. |
date | 2020-03-28T12:32:53Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/sxiccmu.c | log | diff | annotate |
src/sys/dev/fdt/sxiccmu_clocks.h | log | diff | annotate | |
message | Add a few more Allwinner A80 clocks and resets. |
date | 2020-03-28T15:42:25Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/dt/dt_dev.c | log | diff | annotate |
src/sys/dev/dt/dt_prov_syscall.c | log | diff | annotate | |
src/sys/dev/dt/dtvar.h | log | diff | annotate | |
message |
Export the number of arguments exposed by a probe to userland. Also make the syscall provider exports the number of syscall arguments. This will allow for stricter checks when parsing `argN' and future `args->name'. This is an ABI change, don't forget to keep btrace(8) and your kernel in sync. |
date | 2020-03-28T16:15:45Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/netinet6/nd6.h | log | diff | annotate |
message |
Move ND6_PRIV_* constants from nd6.h to slaacd the only place where they are used. Nobody in the wider eco system uses these. While here reduce temporary address valid lifetime to 2 days as per draft-ietf-6man-rfc4941bis. This should considerably reduce the amount of addresses configured on an interface - a common complaint. Original diff from Fernando Gont (fernando AT gont.com.ar), thanks! Ports tree scanning by sthen@ |