created | 2020-04-11T17:56:26Z |
---|---|
begin | 2020-04-05T00:00:00Z |
end | 2020-04-06T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2020-04-05T06:34:20Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/stand/tbxidata/bsd.tbxi | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
src/sys/sys/param.h | log | diff | annotate | |
message | crank to 6.7-beta |
date | 2020-04-05T07:31:45Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
src/sys/sys/pledge.h | log | diff | annotate | |
message |
Declare pledgenames[] as const. OK deraadt@ |
date | 2020-04-05T13:11:13Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/conf/GENERIC | log | diff | annotate |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/armv7/omap/am335x_prcmreg.h | log | diff | annotate | |
src/sys/arch/armv7/omap/files.omap | log | diff | annotate | |
src/sys/arch/armv7/omap/omrng.c | log | diff | annotate | |
src/sys/arch/armv7/omap/prcm.c | log | diff | annotate | |
src/sys/arch/armv7/omap/prcmvar.h | log | diff | annotate | |
message |
Add omrng(4), a driver for te random number generator found on TI OMAP SoCs. ok jsg@ |
date | 2020-04-05T14:02:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/omap/if_cpsw.c | log | diff | annotate |
message |
Use OF_is_compatible() to simplify the initialization for the "mdio" node. Add code to enable the clock which is present in new device trees. ok jsg@ |