Module Name:src
Committed By: maxv
Date: Sun Apr 29 06:52:55 UTC 2018
Modified Files:
src/sys/sys: mbuf.h
Log Message:
Add KASSERTs in the rcvif functions.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/sys/mbuf.h
Please note that diffs are not
Module Name:src
Committed By: spz
Date: Sun Apr 29 05:36:04 UTC 2018
Modified Files:
src/crypto/external/bsd/heimdal/dist/kdc: connect.c
Log Message:
avoid busy-waiting on a dead child
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/he
Module Name:src
Committed By: kamil
Date: Sun Apr 29 04:28:10 UTC 2018
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
Harden the NetBSD PT_TRACE_ME operation
You can't say to the parent of a process to start tracing if:
(1) the parent is initproc,
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 20:35:05 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Enable motg
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/GENERIC64
Please note that diffs a
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 20:30:50 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Enable Allwinner SID and thermal sensor controller
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/c
Module Name:src
Committed By: kamil
Date: Sat Apr 28 19:00:26 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Enable traceme_raise1 in the ATF ptrace(2) tests
This test checks raise(SIGKILL). If we enter the kernel with this signal
we report
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 18:47:53 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
Add sun7i-a20-olimex-som204-evb-emmc.dts, sun7i-a20-olimex-som204-evb.dts,
sun8i-h2-plus-bananapi-m2-zero.dts, sun8i-h2-plus-orangepi-r1.
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 18:42:20 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Add sun50i-a64-teres-i.dts, sun50i-h5-orangepi-zero-plus.dts
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arc
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 18:29:21 UTC 2018
Modified Files:
src/doc: 3RDPARTY
Log Message:
Update to Linux dts 4.17-rc2
To generate a diff of this commit:
cvs rdiff -u -r1.1516 -r1.1517 src/doc/3RDPARTY
Please note that diffs are not public
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 18:28:26 UTC 2018
Modified Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: bcm2835-rpi.dtsi
bcm283x.dtsi
src/sys/external/gpl2/dts/dist/include/dt-bindings/input:
linux-event-co
Module Name:src
Committed By: jakllsch
Date: Sat Apr 28 18:26:53 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gic.c
Log Message:
Cover all pic_maxsources lines for armgic_cpu_init_priorities() and
armgic_cpu_update_priorities().
Previously only the first 32 lines wer
Module Name:src
Committed By: kamil
Date: Sat Apr 28 18:07:15 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Refactor the traceme3 ATF ptrace(2) test
Replace traceme3 with new ATF tests using diverse signals:
- traceme_signal_nohandler1 SI
Module Name:src
Committed By: kamil
Date: Sat Apr 28 17:56:55 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.h
Log Message:
Handle core dumps in ATF ptrace(2) tests easier
Cast WCOREDUMP() to either 1 or 0.
It could be changed to a boolean type, but it's
Module Name:src
Committed By: ryo
Date: Sat Apr 28 17:42:07 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: db_machdep.h
Log Message:
Oops, my previous commit is totally wrong. recast mask/pattern list.
pointed out by David Binderman in PR/53224, thanks.
To genera
Module Name:src
Committed By: maxv
Date: Sat Apr 28 15:45:16 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.c ipsec_input.c ipsec_output.c ipsec_private.h
key.c xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c
Log Message:
Remove IPSEC_SPLASSERT_SOFTNET, it
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 15:21:24 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu.c
Log Message:
Initialize clk domain name and call clk_attach to register sysctl nodes
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 15:21:05 UTC 2018
Modified Files:
src/sys/dev/fdt: fixedclock.c fixedfactorclock.c
Log Message:
Initialize clk domain name and call clk_attach to register sysctl nodes
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 15:20:33 UTC 2018
Modified Files:
src/sys/dev/clk: clk.c clk_backend.h
Log Message:
Create private sysctl nodes for inspecting clock trees.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/clk
Module Name:src
Committed By: maxv
Date: Sat Apr 28 14:39:34 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_mbuf.c ipsec_private.h
Log Message:
Inline M_EXT_WRITABLE directly, and remove the XXX, there's nothing wrong
in the use of !M_READONLY.
To generate a diff of th
Module Name:src
Committed By: maxv
Date: Sat Apr 28 14:25:56 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.h ipsec6.h
Log Message:
Move the ipsec6_input prototype into ipsec6.h, and style.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/netipsec/
Module Name:src
Committed By: maxv
Date: Sat Apr 28 14:21:04 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.c ipsec.h
src/sys/rump/librump/rumpnet: net_stub.c
Log Message:
Stop using a macro, rename the function to ipsec_init_pcbpolicy directly.
To generate a d
Module Name:src
Committed By: maxv
Date: Sat Apr 28 14:01:51 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.c ipsec.h
Log Message:
Style and remove unused stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.7
Module Name:src
Committed By: maxv
Date: Sat Apr 28 13:44:19 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_netbsd.c
Log Message:
Fix the net.inet6.ipsec6.def_policy node, the variable should be
&ip6_def_policy.policy, otherwise we're overwriting other fields of the
stru
Module Name:src
Committed By: riastradh
Date: Sat Apr 28 13:38:00 UTC 2018
Modified Files:
src/libexec/ftpd: ftpd.8 ftpd.c
Log Message:
Add -f option to ftpd to stay in foreground with -D.
>From nia in PR bin/53221.
To generate a diff of this commit:
cvs rdiff -u -r1.86
Module Name:src
Committed By: maxv
Date: Sat Apr 28 13:26:57 UTC 2018
Modified Files:
src/sys/netinet: raw_ip.c tcp_input.c udp_usrreq.c
src/sys/netinet6: icmp6.c raw_ip6.c udp6_usrreq.c
Log Message:
Remove unused ipsec_var.h includes.
To generate a diff of this
Module Name:src
Committed By: maxv
Date: Sat Apr 28 13:23:18 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_var.h key_var.h
Log Message:
Remove unused macros.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netipsec/ipsec_var.h
cvs rdiff -u -r1.4 -r
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 12:45:03 UTC 2018
Modified Files:
src/etc/etc.aarch64: MAKEDEV.conf
Log Message:
Create bpf and openfirm devices
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.aarch64/MAKEDEV.conf
Please n
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 12:33:17 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: types.h
Log Message:
Define __HAVE_OLD_DISKLABEL for compatibility with the arm32 port.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: nonaka
Date: Sat Apr 28 12:20:41 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist: configure configure.in
Log Message:
gmake: Apply patch to support GLIBC glob interface v2
http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116
F
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 11:49:48 UTC 2018
Modified Files:
src/sys/arch/arm/dts: sun50i-a64-pinebook.dts
Log Message:
Add support for Pinebook lid switch and eMMC
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 11:49:06 UTC 2018
Modified Files:
src/sys/dev/fdt: gpiokeys.c
Log Message:
Add support for lid switch event codes.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/gpiokeys.c
Please note
Module Name:src
Committed By: jmcneill
Date: Sat Apr 28 10:53:03 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: param.h
Log Message:
Increase default MSGBUFSIZE to match arm32 defaults
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch
Module Name:src
Committed By: maxv
Date: Sat Apr 28 08:34:45 UTC 2018
Modified Files:
src/share/man/man9: mbuf.9
src/sys/kern: uipc_mbuf.c
Log Message:
Rename the 'flags' and 'nowait' arguments to 'how'. The other BSDs did the
same. Also, in m_defrag, rename 'mold'
Module Name:src
Committed By: maxv
Date: Sat Apr 28 08:16:15 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Modify m_defrag, so that it never frees the first mbuf of the chain. While
here use the given 'flags' argument, and not M_DONTWAIT.
We have a probl
34 matches
Mail list logo