Module Name:src
Committed By: simonb
Date: Wed Jun 10 07:34:19 UTC 2020
Modified Files:
src/sys/arch/evbmips/cavium: autoconf.c
src/sys/arch/mips/cavium/dev: if_cnmac.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: tsutsui
Date: Wed Jun 10 16:26:33 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/cobalt: md.h
Log Message:
Change mountpoint of boot ext2fs from /stand to /ext2 to avoid conflict.
Should be pulled up to netbsd-9, with fixes of PR/55060.
Module Name:src
Committed By: tsutsui
Date: Wed Jun 10 16:56:22 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/cobalt: md.c
Log Message:
MBR type for Ext2 should be MBR_PTYPE_LNXEXT2, not MBR_PTYPE_FAT12.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13
Module Name:src
Committed By: jmcneill
Date: Wed Jun 10 17:57:50 UTC 2020
Modified Files:
src/sys/arch/arm/imx/fdt: files.imx6 imx6_clk.c imx_ccm.c imx_ccm.h
imx_ccm_composite.c imx_ccm_gate.c
src/sys/arch/evbarm/conf: GENERIC
Added Files:
src/sy
Module Name:src
Committed By: jmcneill
Date: Wed Jun 10 18:53:31 UTC 2020
Modified Files:
src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb ad.earmv6
ad.earmv6eb ad.earmv6hf ad.earmv6hfeb ad.earmv7 ad.earmv7hf
ad.earmv7hfeb
src/sys/dtb/arm:
Module Name:src
Committed By: jmcneill
Date: Wed Jun 10 19:29:48 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
If enable-method is missing, try psci
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/fdt/cpu_fdt.c
Plea
Module Name:src
Committed By: jmcneill
Date: Wed Jun 10 19:30:23 UTC 2020
Modified Files:
src/sys/arch/arm/imx/fdt: files.imx6
Removed Files:
src/sys/arch/arm/imx/fdt: imx7_platform.c imx7_platform.h
Log Message:
Use generic platform definition for i.MX7
To gener
Module Name:src
Committed By: sevan
Date: Wed Jun 10 20:26:53 UTC 2020
Modified Files:
src/share/misc: acronyms
Log Message:
URM
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/share/misc/acronyms
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: ad
Date: Wed Jun 10 21:46:50 UTC 2020
Modified Files:
src/tests/lib/libpthread: t_cond.c
Log Message:
Adjust cond_timedwait_race to take account of spurious wakeups (which are
completely legit).
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: ad
Date: Wed Jun 10 22:24:22 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
- Wired/resident stats shouldn't covered by PMAPCOUNTERS.
- Rename need_update_pv -> need_enter_pv.
Ok ryo@
To generate a diff of this c
Module Name:src
Committed By: ad
Date: Wed Jun 10 22:45:15 UTC 2020
Modified Files:
src/lib/libpthread: pthread.c pthread_cond.c pthread_int.h
pthread_mutex.c pthread_types.h
Log Message:
- Make pthread_condvar and pthread_mutex work on the stack rather than in
Module Name:src
Committed By: kamil
Date: Thu Jun 11 00:33:30 UTC 2020
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Follow the syscall() logic and mask unsupported syscall ranges in rump
Avoids invalid pointer dereference from too large syscall numbe
Module Name:src
Committed By: dholland
Date: Thu Jun 11 02:21:26 UTC 2020
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
fix awk-induced bug (using wrong variable, getting away with it by luck)
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 s
Module Name:src
Committed By: thorpej
Date: Thu Jun 11 02:28:02 UTC 2020
Modified Files:
src/sys/kern: kern_drvctl.c kern_pmf.c kern_veriexec.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/kern
Module Name:src
Committed By: thorpej
Date: Thu Jun 11 02:30:21 UTC 2020
Modified Files:
src/sys/kern: kern_pmf.c kern_veriexec.c
Log Message:
Oops, missed a couple.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/kern_pmf.c
cvs rdiff -u -r1.2
Module Name:src
Committed By: thorpej
Date: Thu Jun 11 02:32:06 UTC 2020
Modified Files:
src/sys/kern: subr_disk.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/kern/subr_disk.c
Please note that d
Module Name:src
Committed By: thorpej
Date: Thu Jun 11 02:39:31 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
src/sys/dev/bluetooth: bthidev.c bthub.c btmagic.c btsco.c
src/sys/dev/fdt: fdtbus.c
src/sys/dev/hdaudio: hdafg.c hdaudio.c
Module Name:src
Committed By: dholland
Date: Thu Jun 11 03:25:35 UTC 2020
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Don't output things in awk hash order. Sort first.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/kern/makesyscal
Module Name:src
Committed By: dholland
Date: Thu Jun 11 03:45:31 UTC 2020
Modified Files:
src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c
systrace_args.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_sy
Module Name:src
Committed By: dholland
Date: Thu Jun 11 03:47:05 UTC 2020
Modified Files:
src/sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h
sunos_syscalls.c sunos_sysent.c
Log Message:
Regen after -r1.82 of compat_sunos syscalls.master last September.
Module Name:src
Committed By: msaitoh
Date: Thu Jun 11 05:16:22 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_osdep.h
Log Message:
Fix IXGBE_LE32_TO_CPUS() macro for big endian machine. This problem was
only on X550*. Not tested on big endian machine.
To generat
21 matches
Mail list logo