Module Name:src
Committed By: skrll
Date: Sun Aug 5 07:49:02 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
More whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/aarch64/include/armreg.h
Please note tha
Module Name:src
Committed By: skrll
Date: Sun Aug 5 13:05:45 UTC 2018
Modified Files:
src/sys/arch/evbarm/imx7: imx7_machdep.c
src/sys/arch/evbarm/nitrogen6: nitrogen6_machdep.c
Log Message:
Build fix after recent KERN_{VTOPHYS,PHYSTOV} change
To generate a diff
Module Name:src
Committed By: kamil
Date: Sun Aug 5 13:07:33 UTC 2018
Modified Files:
src/doc: TODO.ptrace
Log Message:
Update TODO.ptrace
Drop the following entries:
- PaX MPROTECT tests - done, implemented.
- research of ipkdb(4) - it's gone, if it will be superseded
Module Name:src
Committed By: kamil
Date: Sun Aug 5 13:10:04 UTC 2018
Modified Files:
src/doc: TODO.sanitizers
Log Message:
Update TODO.sanitizers
Remove the following entries:
- kernel-ubsan is done and merged with src/.
- the no-ASRL boot.cfg option has been rejected
Module Name:src
Committed By: kamil
Date: Sun Aug 5 13:24:56 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Register micro-UBSan in CHANGES.
There are 3 entries:
- Import of the clean-room reimplementation of the runtime.
- uUBSan (user-UBSan) integration with
Module Name:src
Committed By: kre
Date: Sun Aug 5 13:41:27 UTC 2018
Modified Files:
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c
Log Message:
One more step towards fixing some builds. Like my last attempt
this one also needs redoing properly...
To generate a diff of
Module Name:src
Committed By: skrll
Date: Sun Aug 5 14:02:36 UTC 2018
Modified Files:
src/sys/arch/arm/arm32: arm32_machdep.c
src/sys/arch/arm/broadcom: bcm283x_platform.c
src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h
src/sys/arch/arm/nvidia: tegra_p
Module Name:src
Committed By: martin
Date: Sun Aug 5 14:07:47 UTC 2018
Modified Files:
src/distrib/notes/arc [netbsd-7]: prep
src/distrib/notes/cats [netbsd-7]: prep
src/distrib/notes/common [netbsd-7]: main postinstall
src/distrib/notes/macppc [net
Module Name:src
Committed By: skrll
Date: Sun Aug 5 15:28:21 UTC 2018
Modified Files:
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c
Log Message:
Undo previous as it is not required.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/bcm53
Module Name:src
Committed By: skrll
Date: Sun Aug 5 15:37:10 UTC 2018
Modified Files:
src/sys/arch/arm/nvidia: tegra_i2c.c
Log Message:
Use PRIxBUSADDR and remove unnecessary cast
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/nvidia/tegr
Module Name:src
Committed By: reinoud
Date: Sun Aug 5 16:51:59 UTC 2018
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
To avoid possible collisions between the NetBSD/userland kernel and possible
host kernel memory allocation schemes, allocate two ded
Module Name:src
Committed By: alnsn
Date: Sun Aug 5 17:39:55 UTC 2018
Modified Files:
src/doc: 3RDPARTY
Log Message:
Update Lua, add myself to responsible.
To generate a diff of this commit:
cvs rdiff -u -r1.1535 -r1.1536 src/doc/3RDPARTY
Please note that diffs are not
Module Name:src
Committed By: reinoud
Date: Sun Aug 5 18:42:49 UTC 2018
Modified Files:
src/sys/arch/usermode/include: db_machdep.h ucontext.h
src/sys/arch/usermode/usermode: cpufunc.S kgdb_machdep.c
Log Message:
Add KGDB definitions for i386
To generate a diff
Module Name:src
Committed By: reinoud
Date: Sun Aug 5 18:57:49 UTC 2018
Modified Files:
src/sys/arch/usermode/usermode: db_memrw.c
Log Message:
Advise to explicitly set flags +agm instead of only clearing them when set
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:29:49 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: bitops.h
Log Message:
hweight32 should take uint32_t, not uint16_t. OOPS.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:30:15 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/i915drm: intel_gtt.c
Log Message:
Flush chipset writes after GGTT update.
Echoes Linux commit:
commit 8516673a996870ea0ceb337ee4f83c33c5ec3111
Author: Chr
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:30:07 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: vmalloc.h
Log Message:
Use uvm_km_alloc(kernel_map) and pmap_kenter, not uvm_pagermapin.
XXX pullup
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:29:57 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: bitops.h
Log Message:
Fix find_first_zero_bit to find the high bits of 64-bit words...oops.
XXX pullup
To generate a diff of this commit:
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:30:24 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: delay.h
Log Message:
Round nsec up for usec delay.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external
Module Name:src
Committed By: riastradh
Date: Mon Aug 6 00:30:33 UTC 2018
Modified Files:
src/sys/external/bsd/common/include/linux: kernel.h
Log Message:
libkern min/max is 32-bit. Linux min/max is generic. @!*#@!$&
XXX pullup
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ozaki-r
Date: Mon Aug 6 03:58:59 UTC 2018
Modified Files:
src/sys/net: if_tun.c
Log Message:
Fix tun(4) kevent locking
filt_tunread gets called in two contexts:
- by calls to selnotify in if_tun.c (or knote, as the case may be,
but not he
Module Name:src
Committed By: msaitoh
Date: Mon Aug 6 04:50:11 UTC 2018
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/net: Makefile
Added Files:
src/tests/lib/libc/net: t_if_nametoindex.c
Log Message:
Add simple test case for if_name
Module Name:src
Committed By: msaitoh
Date: Mon Aug 6 06:54:40 UTC 2018
Modified Files:
src/sys/net: if.c
Log Message:
Change pktq's drops count sysctl from CTLTYPE_INT to CTLTYPE_QUAD.
To generate a diff of this commit:
cvs rdiff -u -r1.430 -r1.431 src/sys/net/if.c
P
23 matches
Mail list logo