created | 2019-12-31T05:52:33Z |
---|---|
begin | 2019-12-26T00:00:00Z |
end | 2019-12-27T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2019-12-26T12:05:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/ttm/ttm_page_alloc.c | log | diff | annotate |
message |
enable shrinker for ttm ok kettenis@ |
date | 2019-12-26T13:13:18Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiacpi.c | log | diff | annotate |
message |
In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. Fixes booting on ACPI machines where the MADT table lists CPUs that are disabled such as the od1000 with new EDK2 firmware. |
date | 2019-12-26T13:28:49Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/isofs/cd9660/cd9660_vfsops.c | log | diff | annotate |
src/sys/isofs/udf/udf_vfsops.c | log | diff | annotate | |
src/sys/miscfs/fuse/fuse_vfsops.c | log | diff | annotate | |
src/sys/msdosfs/msdosfs_vfsops.c | log | diff | annotate | |
src/sys/nfs/nfs_vfsops.c | log | diff | annotate | |
src/sys/ntfs/ntfs_vfsops.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vfsops.c | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_vfsops.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_vfsops.c | log | diff | annotate | |
message |
Convert struct vfsops initializer to C99 style. OK visa@ |
date | 2019-12-26T13:28:50Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/ufs/mfs/mfs_vfsops.c | log | diff | annotate |
message |
Convert struct vfsops initializer to C99 style. OK visa@ |
date | 2019-12-26T13:30:54Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/vfs_init.c | log | diff | annotate |
src/sys/sys/mount.h | log | diff | annotate | |
message |
Move extern declarations of vfsops variables into header file. OK visa@ |
date | 2019-12-26T13:36:15Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate |
message |
implement unregister_shrinker() ok kettenis@ |
date | 2019-12-26T13:36:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_gem_shrinker.c | log | diff | annotate |
src/sys/dev/pci/drm/include/linux/shrinker.h | log | diff | annotate | |
src/sys/dev/pci/drm/ttm/ttm_page_alloc.c | log | diff | annotate | |
message |
implement unregister_shrinker() ok kettenis@ |
date | 2019-12-26T18:59:05Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/vfs_subr.c | log | diff | annotate |
message | Fix white spaces. |
date | 2019-12-26T22:38:00Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/kern/subr_disk.c | log | diff | annotate |
message |
tsleep -> tsleep_nsec(9) in setroot() OK cheloha bluhm |