created | 2019-07-27T12:38:22Z |
---|---|
begin | 2019-07-25T00:00:00Z |
end | 2019-07-26T00:00:00Z |
path | src/sys |
commits | 17 |
date | 2019-07-25T01:43:20Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/isofs/cd9660/cd9660_vfsops.c | log | diff | annotate |
message | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |
date | 2019-07-25T01:43:21Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/isofs/udf/udf_vfsops.c | log | diff | annotate |
src/sys/kern/spec_vnops.c | log | diff | annotate | |
src/sys/kern/vfs_subr.c | log | diff | annotate | |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/msdosfs/msdosfs_denode.c | log | diff | annotate | |
src/sys/msdosfs/msdosfs_vfsops.c | log | diff | annotate | |
src/sys/nfs/nfs_bio.c | log | diff | annotate | |
src/sys/ntfs/ntfs_vfsops.c | log | diff | annotate | |
src/sys/sys/vnode.h | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_inode.c | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_vfsops.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_inode.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_vfsops.c | log | diff | annotate | |
src/sys/ufs/mfs/mfs_vnops.c | log | diff | annotate | |
message | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |
date | 2019-07-25T01:46:14Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/pci/if_ipw.c | log | diff | annotate |
src/sys/dev/pci/if_iwi.c | log | diff | annotate | |
src/sys/dev/pci/if_iwm.c | log | diff | annotate | |
message | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ |
date | 2019-07-25T01:46:15Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/pci/if_iwn.c | log | diff | annotate |
src/sys/dev/pci/if_wpi.c | log | diff | annotate | |
message | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ |
date | 2019-07-25T01:49:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/atomic.h | log | diff | annotate |
message | remove some unused macros |
date | 2019-07-25T02:42:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/atomic.h | log | diff | annotate |
message |
Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and DRM_MEMORYBARRIER() definitions and directly define rmb() wmb() and mb(). |
date | 2019-07-25T05:48:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_drv.c | log | diff | annotate |
src/sys/dev/pci/drm/include/drm/drmP.h | log | diff | annotate | |
src/sys/dev/pci/drm/include/drm/drm_drv.h | log | diff | annotate | |
message |
Remove old unused drm_debug_flag var and make drm_debug (used by drm_print) a var instead of a define in a header. Makes it easier to change without rebuilding everything and allows the value to be changed at runtime via ddb. |
date | 2019-07-25T09:37:32Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
src/sys/sys/acct.h | log | diff | annotate | |
message |
Use process accounting to find programs which try to access files that are hidden by unveil(2). OK deraadt@ |
date | 2019-07-25T13:56:23Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/net/if.h | log | diff | annotate |
message |
Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let ifconfig set/unset it. ok deraadt@ kmos@ |
date | 2019-07-25T13:56:24Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/netinet/in.c | log | diff | annotate |
message |
Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let ifconfig set/unset it. ok deraadt@ kmos@ |
date | 2019-07-25T15:13:52Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_time.c | log | diff | annotate |
message | itimerdecr(): simplify logic with timer*(9) macros; ok millert@ |
date | 2019-07-25T15:23:39Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/net/if.h | log | diff | annotate |
message |
AF_INET comes before AF_INET6. Shorten line to <80 chars. pointed out by claudio@ |
date | 2019-07-25T18:30:40Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/sparc64/include/hypervisor.h | log | diff | annotate |
src/sys/arch/sparc64/sparc64/hvcall.S | log | diff | annotate | |
message | Add SDIO hypervisor calls. |
date | 2019-07-25T21:08:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | Add Sun Static Direct I/O devices |
date | 2019-07-25T21:09:27Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-07-25T21:11:24Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/sparc64/dev/vpci.c | log | diff | annotate |
message | Add support for virtual root complexes used for Static Direct I/O. |
date | 2019-07-25T22:45:53Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/sparc64/dev/vpci.c | log | diff | annotate |
src/sys/arch/sparc64/include/hypervisor.h | log | diff | annotate | |
src/sys/arch/sparc64/sparc64/autoconf.c | log | diff | annotate | |
message | Enable sharing of root complex when appropriate. |