Module Name:src
Committed By: msaitoh
Date: Wed Jan 8 07:58:48 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #608.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-9.0
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Wed Jan 8 07:53:30 UTC 2020
Modified Files:
src/distrib/notes [netbsd-9]: Makefile.inc
Log Message:
Pull up following revision(s) (requested by martin in ticket #608):
distrib/notes/Makefile.inc: revision 1.53
PR install
Module Name:src
Committed By: ryo
Date: Wed Jan 8 05:41:07 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c locore.S
Log Message:
fix panic when modload.
>panic: kernel diagnostic assertion "!pmap_extract(pmap_kernel(), loopva,
>NULL)" failed: fi
Module Name:src
Committed By: nonaka
Date: Wed Jan 8 04:53:38 UTC 2020
Modified Files:
src/sys/dev/ic: rndisreg.h
Log Message:
Added some RNDIS status definitions from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/rndisreg.h
Please
Module Name:src
Committed By: christos
Date: Wed Jan 8 04:15:46 UTC 2020
Modified Files:
src/share/mk: sys.mk
Log Message:
tweak the DBG rule that -fomit-frame-pointer for aarch64 when profiling
(because the compiler complains), to use a match with the compile flags
and *
Module Name:src
Committed By: msaitoh
Date: Wed Jan 8 03:51:37 UTC 2020
Modified Files:
src/sys/dev/pci: if_wmreg.h
Log Message:
- Fix SFF_SFP_ETH_FLAGS_100FX. It's not 0x10 but 0x20.
- Define SFF_SFP_ETH_FLAGS_100LX with 0x10.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rillig
Date: Tue Jan 7 22:42:14 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modorder.mk
Log Message:
usr.bin/make: document probabilities for random test failures
Side node: this test will never fail between 2024-04-15 and 2024-07-
Module Name:src
Committed By: rillig
Date: Tue Jan 7 21:24:16 UTC 2020
Modified Files:
src/usr.bin/make: util.c
Log Message:
usr.bin/make: remove dead code
The preprocessor conditions contradicted each other: __hpux__ or __hpux
would need to be defined, and at the same t
Module Name:src
Committed By: ad
Date: Tue Jan 7 21:18:24 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
pmap_ept_enter(): PTE -> EPT in two places.
To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 src/sys/arch/x86/x86/pmap.c
Please n
Module Name:src
Committed By: rillig
Date: Tue Jan 7 20:50:12 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: escape.mk
Log Message:
usr.bin/make: fix typos in comment
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/escape
Module Name:src
Committed By: msaitoh
Date: Tue Jan 7 13:51:38 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_atombios_dp.c
Log Message:
Don't call memcpy() when the length is 0 (and the source pointer is NULL)
in radeon_dp_aux_transfer_atom()
Module Name:src
Committed By: ad
Date: Tue Jan 7 13:48:01 UTC 2020
Modified Files:
src/sys/arch/xen/x86: xen_pmap.c
Log Message:
Correction to previous.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/xen/x86/xen_pmap.c
Please note that diffs
Module Name:src
Committed By: ad
Date: Tue Jan 7 13:44:23 UTC 2020
Modified Files:
src/sys/arch/hppa/include: mutex.h
src/sys/kern: kern_mutex.c
Log Message:
hppa has custom adaptive mutexes. Allow it to build again while not
reintroducing the main read of mtx_ow
Module Name:src
Committed By: ad
Date: Tue Jan 7 13:20:18 UTC 2020
Modified Files:
src/sys/arch/xen/x86: xen_pmap.c
Log Message:
pmap_extract_ma(): don't need to take pm_lock for pmap_kernel().
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x
Module Name:src
Committed By: martin
Date: Tue Jan 7 12:01:33 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1482
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-8.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Tue Jan 7 11:59:49 UTC 2020
Modified Files:
src/sys/kern [netbsd-8]: kern_ksyms.c
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #1482):
sys/kern/kern_ksyms.c: revision 1.88 (patch)
When rea
Module Name:src
Committed By: martin
Date: Tue Jan 7 11:56:10 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #609
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-9.0
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Tue Jan 7 11:54:58 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: kern_ksyms.c
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #609):
sys/kern/kern_ksyms.c: revision 1.88
When reading from
Module Name:src
Committed By: skrll
Date: Tue Jan 7 10:20:07 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
src/sys/arch/arm/nvidia: tegra_pcie.c
src/sys/arch/arm/sunxi: sunxi_intc.c sunxi_nmi.c
Log Message:
Fix arm __HAVE_PREEMPTION build
_
Module Name:src
Committed By: skrll
Date: Tue Jan 7 10:01:09 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
oops more KNF
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/fdt/pcihost_fdt.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Tue Jan 7 09:57:11 UTC 2020
Modified Files:
src/sys/arch/arm/arm: arm_machdep.c
src/sys/arch/arm/fdt: pcihost_fdt.c
src/sys/arch/arm/nvidia: tegra_pcie.c
src/sys/arch/arm/sunxi: sunxi_intc.c sunxi_nmi.c
Log
Module Name:src
Committed By: skrll
Date: Tue Jan 7 09:55:30 UTC 2020
Modified Files:
src/sys/arch/arm/arm: arm_machdep.c
Log Message:
Give __HAVE_PIC_FAST_SOFTINTS a chance of compiling
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/arm/arm/
Module Name:src
Committed By: skrll
Date: Tue Jan 7 08:52:47 UTC 2020
Modified Files:
src/sys/kern: tty.c
Log Message:
Appease gcc
To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/sys/kern/tty.c
Please note that diffs are not public domain; they are
Module Name:src
Committed By: skrll
Date: Tue Jan 7 08:22:23 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: files.fdt
Log Message:
arm_platform requires gtmr and psci. Should fix build failures.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch
24 matches
Mail list logo