Module Name:src
Committed By: maya
Date: Thu Dec 14 10:34:06 UTC 2017
Modified Files:
src/share/misc: bsd-family-tree
Log Message:
Fixup bsd family tree for netbsd after PR misc/52808
add netbsd 7.0.2 too.
requested by phone who is actually paying attention.
To generate
Module Name:src
Committed By: martin
Date: Thu Dec 14 10:39:32 UTC 2017
Modified Files:
src/sys/kern: kern_module.c
Log Message:
Change a KASSERTMSG into a regular module_error - not nice for the kernel
to panic when I try to modload the 'ntfs' module.
To generate a diff
Module Name:src
Committed By: martin
Date: Thu Dec 14 11:39:31 UTC 2017
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
Fix the calculation of the end address of a reserved memory range.
>From Nick. Makes my CubieTruck boot again.
To generate a diff o
Module Name:src
Committed By: pgoyette
Date: Thu Dec 14 11:45:40 UTC 2017
Modified Files:
src/sys/kern: kern_module.c
Log Message:
When looking for a duplicate module name, also check the pending list.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/s
Module Name:src
Committed By: skrll
Date: Thu Dec 14 14:12:39 UTC 2017
Modified Files:
src/usr.sbin/sysinst/arch/evbarm: md.c
Log Message:
Fix RPI kernel file after FDTisation.
>From Harold Gutch
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/s
Module Name:src
Committed By: nakayama
Date: Thu Dec 14 14:38:17 UTC 2017
Modified Files:
src/tests/kernel: Makefile
Log Message:
Use SCRIPTS instead of PROGS to avoid strip(1) if STRIPFLAG=-s.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/tests/kerne
Module Name:src
Committed By: jmcneill
Date: Thu Dec 14 16:48:28 UTC 2017
Modified Files:
src/doc: 3RDPARTY
Log Message:
gnu-efi 3.0.6 is the latest release
To generate a diff of this commit:
cvs rdiff -u -r1.1489 -r1.1490 src/doc/3RDPARTY
Please note that diffs are not
Module Name:src
Committed By: jmcneill
Date: Thu Dec 14 16:49:12 UTC 2017
Modified Files:
src/doc: 3RDPARTY
Log Message:
dtc 1.4.5 is the latest release
To generate a diff of this commit:
cvs rdiff -u -r1.1490 -r1.1491 src/doc/3RDPARTY
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Thu Dec 14 18:34:41 UTC 2017
Modified Files:
src/usr.sbin/mtree: create.c spec.c specspec.c
Log Message:
use uintmax_t for nlink_t from FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/usr.sbin/mtree/c
Module Name:src
Committed By: christos
Date: Thu Dec 14 22:06:54 UTC 2017
Modified Files:
src/tests/lib/libc/sys: t_ptrace_amd64_wait.h t_ptrace_i386_wait.h
t_ptrace_wait.c t_ptrace_x86_wait.h
Log Message:
sync a bit more with reality; some things still fail, s
Module Name:src
Committed By: pgoyette
Date: Thu Dec 14 22:29:00 UTC 2017
Modified Files:
src/sys/kern: kern_module.c
Log Message:
Remove the check for duplicate-module-name-on-pending-list since it really
doesn't help. The check really cannot fail, and it only looks at t
Module Name:src
Committed By: jmcneill
Date: Fri Dec 15 02:24:22 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sun6i_dma.c
Log Message:
match allwinner,sun50i-a64-dma
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sun6i_dma.c
Pleas
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 15 04:03:46 UTC 2017
Modified Files:
src/sys/net: if.c if.h if_vlan.c
src/sys/netinet: in.c in_pcb.c ip_output.c
src/sys/netinet6: in6.c in6_pcb.c ip6_output.c nd6.c nd6_rtr.c
Log Message:
Ensure to call i
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 15 04:04:59 UTC 2017
Modified Files:
src/sys/net: if.c
Log Message:
Remove IFNET_GLOBAL_LOCK where it's unnecessary because IFNET_LOCK is held
To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/sys/net/
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 15 04:07:20 UTC 2017
Modified Files:
src/sys/net: if.h
Log Message:
Write a guideline for converting an interface to IFEF_MPSAFE
Requested by skrll@
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 src/s
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 15 04:06:42 UTC 2017
Modified Files:
src/sys/net: if.h
Log Message:
Describe which lock is used to protect each member variable of struct ifnet
Requested by skrll@
To generate a diff of this commit:
cvs rdiff -u -r1.25
Module Name:src
Committed By: riastradh
Date: Fri Dec 15 04:10:50 UTC 2017
Modified Files:
src/share/misc: bsd-family-tree
Log Message:
Update for dfly 5.0.1 and 5.0.2.
>From Eitan Adler .
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/share/misc/bsd-
Module Name:src
Committed By: knakahara
Date: Fri Dec 15 04:58:32 UTC 2017
Modified Files:
src/sys/netinet: in_l2tp.c
src/sys/netinet6: in6_l2tp.c
Log Message:
backout wrong fix as it causes atf net/ipsec/t_ipsec_l2tp failures.
To generate a diff of this commit:
Module Name:src
Committed By: knakahara
Date: Fri Dec 15 05:01:17 UTC 2017
Modified Files:
src/sys/netinet: in_l2tp.c
src/sys/netinet6: in6_l2tp.c
Log Message:
Fix pullup'ed mbuf leaks. The match function just requires enough mbuf length.
XXX need pullup-8
To ge
Module Name:src
Committed By: ozaki-r
Date: Fri Dec 15 07:29:11 UTC 2017
Modified Files:
src/sys/net: bpf.c
Log Message:
Make softint and callout MP-safe
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/net/bpf.c
Please note that diffs are not pub
20 matches
Mail list logo