Module Name:src
Committed By: maxv
Date: Mon May 7 09:08:06 UTC 2018
Modified Files:
src/sys/netipsec: xform.h xform_ipip.c
Log Message:
Clarify IPIP: ipe4_xformsw is not allowed to call ipip_output, so replace
the pointer by ipe4_output, which just panics. Group the ipe4
Module Name:src
Committed By: maxv
Date: Mon May 7 09:16:46 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_output.c xform.h xform_ah.c xform_esp.c
xform_ipcomp.c xform_ipip.c xform_tcp.c
Log Message:
Remove unused 'mp' argument from all the xf_output functio
Module Name:src
Committed By: maxv
Date: Mon May 7 09:25:04 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_output.c xform.h xform_ipip.c
Log Message:
Remove now unused 'isr', 'skip' and 'protoff' arguments from ipip_output.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Mon May 7 09:33:51 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_output.c xform_ipip.c
Log Message:
Remove a dummy reference to XF_IP4, explain briefly why we don't use
ipe4_xformsw, and remove unused includes.
To generate a d
Module Name:src
Committed By: maxv
Date: Mon May 7 09:41:10 UTC 2018
Modified Files:
src/sys/dev/marvell: mvxpbm.c
Log Message:
Fix double-free, m_tag_delete_chain is already called by m_free.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marve
Module Name:src
Committed By: maxv
Date: Mon May 7 09:51:03 UTC 2018
Modified Files:
src/sys/net: if_ieee1394subr.c if_l2tp.c
Log Message:
Use m_remove_pkthdr.
ok knakahara@ (for L2TP)
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/net/if_ieee139
Module Name:src
Committed By: maxv
Date: Mon May 7 09:57:37 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Copy some KASSERTs from m_move_pkthdr into m_copy_pkthdr, and reorder the
latter to reduce the diff with the former.
To generate a diff of this co
Module Name:src
Committed By: maxv
Date: Mon May 7 10:21:08 UTC 2018
Modified Files:
src/sys/netinet6: icmp6.c
Log Message:
Remove misleading comments.
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/sys/netinet6/icmp6.c
Please note that diffs are n
Module Name:src
Committed By: maxv
Date: Mon May 7 10:53:45 UTC 2018
Modified Files:
src/share/man/man9: mbuf.9
Log Message:
Clean up, improve a bit, and document m_remove_pkthdr.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/share/man/man9/mbuf.9
P
Module Name:src
Committed By: jmcneill
Date: Mon May 7 12:58:58 UTC 2018
Modified Files:
src/sys/dev/fdt: pwm_backlight.c
Log Message:
Build fix
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/pwm_backlight.c
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Mon May 7 13:26:03 UTC 2018
Modified Files:
src/sys/dev/usb [netbsd-8]: if_axe.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #782):
sys/dev/usb/if_axe.c: revision 1.85-1.89
propagate pullup
Module Name:src
Committed By: martin
Date: Mon May 7 13:28:35 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #782
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.0
Please note that diffs are not pu
Module Name:src
Committed By: jmcneill
Date: Mon May 7 15:03:19 UTC 2018
Modified Files:
src/sys/dev/i2c: gttwsi_core.c gttwsivar.h
Log Message:
Don't sleep with IPL_VM lock held.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/gttwsi_core.c
Module Name:src
Committed By: maxv
Date: Mon May 7 19:34:04 UTC 2018
Modified Files:
src/sys/netinet: ip_mroute.c
Log Message:
Fix possible buffer overflow. We need to make sure the inner IPv4 packet
doesn't have options, because we validate only an option-less header.
Module Name:src
Committed By: christos
Date: Mon May 7 21:00:14 UTC 2018
Modified Files:
src/sys/uvm: uvm_fault.c uvm_fault_i.h
Log Message:
update maxrss (used to always be 0). Patterned after the OpenBSD changes.
To generate a diff of this commit:
cvs rdiff -u -r1.202
Module Name:src
Committed By: christos
Date: Mon May 7 21:03:45 UTC 2018
Modified Files:
src/sys/kern: kern_exit.c kern_resource.c
src/sys/sys: resourcevar.h
Log Message:
Load the struct rusage text, data, and stack fields from the vmspace struct.
Before they were
Module Name:src
Committed By: uwe
Date: Mon May 7 23:42:13 UTC 2018
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Fix unsigned wraparound on window size calculations.
This is another instance where tp->rcv_adv - tp->rcv_nxt can wrap
around after successful z
Module Name:src
Committed By: christos
Date: Tue May 8 01:02:38 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_getrusage.c
Log Message:
add tests for maxrss, msgsnd
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_getrusage.c
Ple
Module Name:src
Committed By: mlelstv
Date: Tue May 8 03:27:17 UTC 2018
Modified Files:
src/sys/dev/acpi: sdhc_acpi.c
Log Message:
Bail if we have a zero-length memory resource.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/sdhc_acpi.c
Pl
Module Name:src
Committed By: msaitoh
Date: Tue May 8 04:11:10 UTC 2018
Modified Files:
src/sys/dev/pci: if_bnx.c if_bnxvar.h
Log Message:
- Fix a bug that bnx(4) panics on shutdown. Stop callout before restroy.
Reported by Andreas Gustafsson in PR#53265.
- Make sure no
Module Name:src
Committed By: snj
Date: Tue May 8 05:24:22 UTC 2018
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
make fortune fatter
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/games/fortune/datfiles/fortunes
Please note that
Module Name:src
Committed By: maxv
Date: Tue May 8 06:08:19 UTC 2018
Modified Files:
src/sys/net: if_l2tp.c
Log Message:
Simplify: use M_MOVE_PKTHDR directly.
ok knakahara@
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/net/if_l2tp.c
Please note
Module Name:src
Committed By: maxv
Date: Tue May 8 06:11:45 UTC 2018
Modified Files:
src/sys/arch/arm/imx: if_enet.c
Log Message:
Don't remove M_PKTHDR manually, use m_remove_pkthdr instead.
ok ryo@
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/
23 matches
Mail list logo