created | 2019-01-12T16:06:14Z |
---|---|
begin | 2019-01-02T00:00:00Z |
end | 2019-01-03T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2019-01-02T18:48:06Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
message |
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt instead of regulator-min-voltage. ok kettenis@ |
date | 2019-01-02T18:50:15Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
message |
Setting a fixed voltage regulator to the voltage it is fixed to should not throw an error. ok kettenis@ |
date | 2019-01-02T19:12:10Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxccm_clocks.h | log | diff | annotate |
message | Fix PCIe clock definitions. |
date | 2019-01-02T21:15:47Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/i2c/abx80x.c | log | diff | annotate | |
src/sys/dev/i2c/files.i2c | log | diff | annotate | |
message |
abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants. ok kettenis@ |
date | 2019-01-02T21:20:41Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/arch/amd64/stand/boot/boot.8 | log | diff | annotate |
src/sys/arch/hppa/stand/boot/boot.8 | log | diff | annotate | |
src/sys/arch/i386/stand/boot/boot.8 | log | diff | annotate | |
src/sys/arch/landisk/stand/boot/boot.8 | log | diff | annotate | |
src/sys/arch/macppc/stand/boot.8 | log | diff | annotate | |
src/sys/arch/socppc/stand/boot/boot.8 | log | diff | annotate | |
message | markup boot prompt commands using Ic, not Nm; ok jmc@ |
date | 2019-01-02T23:08:35Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc/powerpc/pmap.c | log | diff | annotate |
message |
In pmap_page_protect(), zap the PTE before unlinking. At that point the PTED_VA_MANAGED_M flag is still set so proper MOD/REF accounting will happen. Fixes memory corruption that would invariably happen when a machine started swapping. Giant cluestick from George Koehler. ok visa@, mpi@ |