Module Name:src
Committed By: nia
Date: Fri Oct 16 06:55:36 UTC 2020
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk
Log Message:
share/mk: Define some missing X11 libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/share/mk/bsd
Module Name:src
Committed By: msaitoh
Date: Fri Oct 16 05:53:40 UTC 2020
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fixes a problem that the attach function reported
"wm_gmii_setup_phytype: Unknown PHY model. OUI=00, model=" and
"PHY type is still unkno
Module Name:src
Committed By: rin
Date: Thu Oct 15 23:15:36 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: trap.c
Log Message:
Byte-swapping instructions for arm and thumb on aarch64eb;
instructions are stored in little-endian byte-order for BE8,
an only valid bina
Module Name:src
Committed By: rin
Date: Thu Oct 15 23:10:06 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: netbsd32_machdep.c
Log Message:
Call netbsd32_adjust_limits() in netbsd32_setregs() for sure,
as done for amd64 and sparc64.
To generate a diff of this comm
Module Name:src
Committed By: rin
Date: Thu Oct 15 23:06:06 UTC 2020
Modified Files:
src/sys/compat/netbsd32: netbsd32_wait.c
Log Message:
wait4(2): make error paths match with that of native wait4(2):
https://nxr.netbsd.org/xref/src/sys/kern/kern_exit.c#720
To generate
Module Name:src
Committed By: rin
Date: Thu Oct 15 22:59:50 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_core_wait.h
Log Message:
Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm:
http://cvsweb.netbsd.org/bsdweb.cgi/src/tests/lib/libc/sys/t_ptra
Module Name:src
Committed By: rin
Date: Thu Oct 15 22:52:08 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: vm_machdep.c
Log Message:
Fix clone(2) for COMPAT_NETBSD32.
(1) Set r13 (sp for arm32 processes) appropriately when stack is
specified to fork1().
(2) F
Module Name:src
Committed By: rin
Date: Thu Oct 15 22:41:02 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: netbsd32_machdep.c
Log Message:
For rev 1.14 and before, netbsd32_process_write_regs() returns EINVAL
if non-modifiable bits are set in CPSR.
Instead, mask o
Module Name:src
Committed By: rin
Date: Thu Oct 15 22:30:34 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: fault.c
Log Message:
For cpu_jump_onfault() in data_abort_handler(), stop returning
hard-coded EFAULT and use return value from uvm_fault() instead.
There ar
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 22:15:08 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: md.amd64 md.i386 mi
Log Message:
Move the new x86 test into x86-specific lists
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 21:14:15 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space.c
Log Message:
Reduce scope of memory barriers use in bus_space_barrier() implementation.
Instead of always "dsb sy", use "dsb ishld" for read
Module Name:src
Committed By: bouyer
Date: Thu Oct 15 19:39:03 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
ticket 1113
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-9.1
Please note that diffs are not pu
Module Name:src
Committed By: bouyer
Date: Thu Oct 15 19:36:55 UTC 2020
Modified Files:
src/usr.sbin/sysinst [netbsd-9]: Makefile.inc bsddisklabel.c defs.h
disklabel.c disks.c gpt.c install.c label.c main.c mbr.c mbr.h
msg.mi.de msg.mi.en msg.mi.es m
Module Name:src
Committed By: martin
Date: Thu Oct 15 18:58:59 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: process_machdep.c
Log Message:
Add missing 'error' declaration
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sh3/sh3/process_machdep
Module Name:src
Committed By: martin
Date: Thu Oct 15 18:57:16 UTC 2020
Modified Files:
src/sys/arch/powerpc/powerpc: process_machdep.c
Log Message:
Add missing 'error' declaration
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/powerpc/powerpc
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:44:45 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/sys: Makefile
Added Files:
src/tests/sys/x86: Makefile t_convert_xmm_s87.c
Log Messag
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:43:30 UTC 2020
Modified Files:
src/sys/arch/x86/x86: convert_xmm_s87.c
Log Message:
Remove unnecessary include
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/x86/convert_xmm_s87.c
Pl
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:43:09 UTC 2020
Modified Files:
src/sys/arch/x86/x86: convert_xmm_s87.c
src/tests/lib/libc/sys: t_ptrace_x86_wait.h
Log Message:
Fix s87_tw reconstruction to correctly indicate register states
Fix the code re
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:42:31 UTC 2020
Added Files:
src/sys/arch/x86/x86: convert_xmm_s87.c
Log Message:
Revert "Merge convert_xmm_s87.c into fpu.c"
I am going to add ATF tests for these two functions, and having them
in a separate file wi
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:40:14 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: files.amd64
src/sys/arch/i386/conf: files.i386
src/sys/arch/x86/include: fpu.h
src/sys/arch/x86/x86: fpu.c
Log Message:
Revert "Merge co
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:38:41 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
9.99.74 changes ptrace_machdep_dorequest() to fix LWP support
To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 src/sys/sys/param.h
Pl
Module Name:src
Committed By: mgorny
Date: Thu Oct 15 17:37:36 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
src/sys/arch/i386/i386: process_machdep.c
src/sys/arch/powerpc/include: ptrace.h
src/sys/arch/powerpc/powerpc: process
Module Name:src
Committed By: martin
Date: Thu Oct 15 12:07:11 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1112
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.1
Please note that diffs are not p
Module Name:xsrc
Committed By: martin
Date: Thu Oct 15 12:05:46 UTC 2020
Modified Files:
xsrc/external/mit/xf86-input-mouse/dist/src [netbsd-9]: bsd_mouse.c
mouse.h
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1112):
ext
Module Name:src
Committed By: martin
Date: Thu Oct 15 12:03:23 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: ums.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1112):
sys/dev/usb/ums.c: revision 1.94
sys/dev/usb/ums.c
Module Name:src
Committed By: roy
Date: Thu Oct 15 10:20:44 UTC 2020
Modified Files:
src/sys/net: if.c if.h
Log Message:
net: remove IFEF_NO_LINK_STATE_CHANGE
This flag was only set for virtual interfaces.
All virtual interfaces have a means of knowing if they are going t
Module Name:src
Committed By: roy
Date: Thu Oct 15 10:09:50 UTC 2020
Modified Files:
src/sys/net: if_wg.c
Log Message:
wg: with no peers, the link status is DOWN, otherwise UP
This mirrors the recent changes to gif(4) where the link is UP when a
tunnel is set, otherwise D
Module Name:src
Committed By: wiz
Date: Thu Oct 15 09:54:22 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
New sentence, new line. Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/libexec/httpd/bozohttpd.8
Please note tha
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 09:37:41 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
Rename xhci_op_barrier to xhci_barrier and remove offset/length parameters.
Barriers will be applied to the entire XHCI register space.
To gener
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 09:33:44 UTC 2020
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Initialise xhci_softc sc_ios
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dwc3_fdt.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 09:33:17 UTC 2020
Modified Files:
src/sys/arch/arm/nvidia: tegra_xusb.c
Log Message:
Initialise xhci_softc sc_ios
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/nvidia/tegra_xusb.c
P
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 09:32:40 UTC 2020
Modified Files:
src/sys/arch/mips/cavium/dev: octeon_xhci.c
Log Message:
Initialise xhci_softc sc_ios
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon
Module Name:src
Committed By: jmcneill
Date: Thu Oct 15 08:59:57 UTC 2020
Modified Files:
src/distrib/evbarm: Makefile
Log Message:
Only add iso_image target for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/evbarm/Makefile
Please not
Module Name:src
Committed By: ryo
Date: Thu Oct 15 08:37:20 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: vectors.S
Log Message:
slightly optimized loop for trap_doast() calls
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/aarch64/aar
Module Name:src
Committed By: kim
Date: Thu Oct 15 07:05:27 UTC 2020
Modified Files:
src/etc/rc.d: network
Log Message:
Update "rtsol" keyword: leave IPv6 autoconf on
There is no need to turn off ipv6_autoconf or dhcp6 in dhcpcd to match
the previous behaviour with in-ker
35 matches
Mail list logo