created | 2018-11-29T12:52:04Z |
---|---|
begin | 2018-03-30T00:00:00Z |
end | 2018-03-31T00:00:00Z |
path | src/sys |
commits | 22 |
date | 2018-03-30T07:18:39Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/sdmmc/sdmmc_scsi.c | log | diff | annotate |
message |
Add some sensible error checking in the hibernate io path, helpfully suggested by coverity (via daniel@) |
date | 2018-03-30T09:26:14Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/files.imx | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxgpc.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/imxgpc.c | log | diff | annotate | |
message |
Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7. ok kettenis@ |
date | 2018-03-30T09:27:43Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable imxgpc(4). |
date | 2018-03-30T09:31:05Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxgpc.c | log | diff | annotate |
message |
Attach imxgpc(4) to i.MX8M as well. ok kettenis@ |
date | 2018-03-30T11:22:58Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_vnode.c | log | diff | annotate |
message |
Unlock the NET_LOCK() before calling vn_lock(9) to avoid a lock ordering issues with upcoming NFSnode's locks. ok visa@ |
date | 2018-03-30T16:55:20Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/agintc.c | log | diff | annotate |
message |
Remove a premature newline print. A later print already does it and thus creates an erroneous line break. |
date | 2018-03-30T17:33:54Z | |||
---|---|---|---|---|
author | dhill | |||
files | src/sys/netinet/in_pcb.c | log | diff | annotate |
src/sys/netinet/in_pcb.h | log | diff | annotate | |
message |
Store the allocation size in inpcbhead for free(). OK visa@ |
date | 2018-03-30T17:35:20Z | |||
---|---|---|---|---|
author | dhill | |||
files | src/sys/ufs/ffs/ffs_inode.c | log | diff | annotate |
src/sys/ufs/ffs/ffs_softdep.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_vfsops.c | log | diff | annotate | |
message |
Add sizes to some free() calls. OK visa@ |
date | 2018-03-30T19:26:38Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/Attic/if_fec.c | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxgpio.c | log | diff | annotate | |
src/sys/arch/armv7/imx/Attic/imxgpiovar.h | log | diff | annotate | |
message |
Cut down imxgpio(4) with a big axe. There were plenty of pieces that were not needed anymore since we switched to the FDT-based GPIO code. |
date | 2018-03-30T19:30:57Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/Attic/imxgpio.c | log | diff | annotate |
message |
Replace MD disable/restore interrupt in the establish and disestablish code in imxgpio(4) with splhigh() and splx() which is MI and should be good enough for the job. Discussed with kettenis@ |
date | 2018-03-30T19:38:00Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/files.imx | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxgpio.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/imxgpio.c | log | diff | annotate | |
message | Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7. |
date | 2018-03-30T19:38:23Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable imxgpio(4). |
date | 2018-03-30T19:50:55Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/files.imx | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxesdhc.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/imxesdhc.c | log | diff | annotate | |
message | Move imxesdhc(4) to sys/dev/fdt. |
date | 2018-03-30T19:51:17Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable imxesdhc(4). |
date | 2018-03-30T19:53:42Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/imxesdhc.c | log | diff | annotate |
message | Attach imxesdhc(4) to i.MX8M as well. |
date | 2018-03-30T20:02:28Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/files.imx | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxiic.c | log | diff | annotate | |
src/sys/arch/armv7/imx/Attic/imxiicvar.h | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/imxiic.c | log | diff | annotate | |
src/sys/dev/fdt/imxiicvar.h | log | diff | annotate | |
message | Move imxiic(4) to sys/dev/fdt. |
date | 2018-03-30T20:02:56Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable imxiic(4). |
date | 2018-03-30T20:10:00Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/Attic/imxiomuxc.c | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxiomuxcvar.h | log | diff | annotate | |
message |
Remove unused PCIe code from imxiomuxc(4). I'm sure we can do this better now with the FDT framework when we actually tackle PCIe. |
date | 2018-03-30T20:31:01Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/imxtemp.c | log | diff | annotate |
message | No need to include armv7var.h and imxccmvar.h. |
date | 2018-03-30T20:32:50Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/Attic/if_fec.c | log | diff | annotate |
src/sys/arch/armv7/imx/imxahci.c | log | diff | annotate | |
src/sys/arch/armv7/imx/imxehci.c | log | diff | annotate | |
message | No need to include armv7var.h. |
date | 2018-03-30T20:38:27Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/armv7/imx/files.imx | log | diff | annotate |
src/sys/arch/armv7/imx/Attic/imxanatop.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/imxanatop.c | log | diff | annotate | |
message | Move imxanatop(4) to sys/dev/fdt. |
date | 2018-03-30T20:38:50Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable imxanatop(4). |