Module Name:src
Committed By: msaitoh
Date: Thu Oct 11 11:17:07 UTC 2018
Modified Files:
src/sys/kern: uipc_mbufdebug.c
Log Message:
Fix m_examine_ip6() to print IPv6 payload length (ip6_plen) correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys
Module Name:src
Committed By: christos
Date: Thu Oct 11 15:23:22 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h
Log Message:
PR/53666: Rin Okuyama: tcpdump for i386 does not work with COMPAT_NETBSD32
on amd64. Add BIOCSRTIMEOUT32.
To
Module Name:src
Committed By: christos
Date: Thu Oct 11 15:39:55 UTC 2018
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Add unbound /var/run directory (reported by hannken@)
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/etc/mtree/NetB
Module Name:src
Committed By: christos
Date: Thu Oct 11 15:41:07 UTC 2018
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
add unbound /var/run
To generate a diff of this commit:
cvs rdiff -u -r1.1191 -r1.1192 src/distrib/sets/lists/base/mi
Please note that
Module Name:src
Committed By: christos
Date: Thu Oct 11 18:04:06 UTC 2018
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
add intermediate directory.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/etc/mtree/NetBSD.dist.base
Please note
Module Name:src
Committed By: jdolecek
Date: Thu Oct 11 20:57:51 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq ata.c ata_subr.c atavar.h
files.ata
src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c ahcisatavar.h
mvsa
Module Name:src
Committed By: jmcneill
Date: Thu Oct 11 22:58:37 UTC 2018
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Fix button type print; "type" is one of PSWITCH_TYPE_*, not ACPI_EVENT_*_BUTTON.
To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.27
Module Name:src
Committed By: ryo
Date: Fri Oct 12 00:57:17 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
rewrite pmap_pte_lookup() to share similar code.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: ryo
Date: Fri Oct 12 01:13:51 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
- cleanup checking address ranges with IN_RANGE macro
- change PM_ADDR_CHECK macro to KASSERTMSG
- restore fast lookup cases with IN_RANGE
Module Name:src
Committed By: christos
Date: Fri Oct 12 01:16:20 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/nouveau: files.nouveau
Log Message:
nouveau_nv50_display.c and nouveau_nvif_client.c have variable structures
not at the end of a structure.
To generate a
Module Name:src
Committed By: ryo
Date: Fri Oct 12 01:28:58 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: cpuswitch.S db_disasm.c db_machdep.c
exec_machdep.c fault.c locore.S netbsd32_machdep.c pmap.c trap.c
vectors.S
src/sys/arch/aa
Module Name:src
Committed By: ryo
Date: Fri Oct 12 04:08:59 UTC 2018
Modified Files:
src/share/man/man8: compat_netbsd32.8
Log Message:
Mention that compat32 supports running arm binaries on aarch64.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/
Module Name:src
Committed By: ryo
Date: Fri Oct 12 04:09:09 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note that aarch64 supports compat_netbsd32
To generate a diff of this commit:
cvs rdiff -u -r1.2445 -r1.2446 src/doc/CHANGES
Please note that diffs are not
Module Name:src
Committed By: pgoyette
Date: Fri Oct 12 04:12:07 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Remove the last item in the need-for-merge section.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18
Module Name:src
Committed By: msaitoh
Date: Fri Oct 12 04:43:50 UTC 2018
Modified Files:
src/share/man/man4: ddb.4
Log Message:
The 'c' modifier of mbuf command is to NOT follow the mbuf chain.
Usually, users want to floow the mbuf chain. This modifier is used when a
user
Module Name:src
Committed By: rin
Date: Fri Oct 12 05:06:05 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c
Log Message:
PR kern/53666
Correct misleading names of dummy variables. No binary changes intended.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Fri Oct 12 05:41:18 UTC 2018
Modified Files:
src/sys/netinet: ip_reass.c
Log Message:
Force ip_off to zero when the reassembly is complete. This was lost in my
rev1.19 - before that the IP struct was clobbered for the reassembly, bu
Module Name:src
Committed By: msaitoh
Date: Fri Oct 12 05:49:38 UTC 2018
Modified Files:
src/sys/kern: uipc_mbufdebug.c
src/sys/sys: mbuf.h
Log Message:
- Print TCP options. Some of them are not decoded yet (e.g. SACK).
- Print IP checksum and TCP checksum.
- When
18 matches
Mail list logo