CVS commit: src/usr.sbin/wakeonlan

2018-05-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 14 06:52:33 UTC 2018 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: End sentence with a dot. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/wakeonlan/wakeonlan.8 Please note that

CVS commit: src/usr.bin/locate/locate

2018-05-13 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon May 14 05:17:11 UTC 2018 Modified Files: src/usr.bin/locate/locate: locate.c Log Message: locate: fix support for multiple databases Ensure that the first database is correctly added when more than one database is provided. F

CVS commit: src/sys/net

2018-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 14 02:55:03 UTC 2018 Modified Files: src/sys/net: bpf.c if.c if_bridge.c Log Message: Protect packet input routines with KERNEL_LOCK and splsoftnet if_input, i.e, ether_input and friends, now runs in softint without any

CVS commit: src/sys/net

2018-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 14 02:55:46 UTC 2018 Modified Files: src/sys/net: if.c Log Message: Protect if_deferred_start_softint with KERNEL_LOCK if the interface isn't MP-safe To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423 src/

CVS commit: src/sys/net

2018-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 14 02:53:29 UTC 2018 Modified Files: src/sys/net: if.c Log Message: Use if_is_mpsafe (NFC) To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/net/if.c Please note that diffs are not public domain;

CVS commit: src/sys/netipsec

2018-05-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon May 14 02:16:30 UTC 2018 Modified Files: src/sys/netipsec: xform_tcp.c Log Message: Restore TCP header inclusions for TCP_SIGNATURE To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/netipsec/xform_tcp.c

CVS commit: src/sys/dev/usb

2018-05-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon May 14 00:26:02 UTC 2018 Modified Files: src/sys/dev/usb: xhci.c Log Message: With the hope it fixes PR #52911, be extra paranoid about assuring the Device Context DMA memory is sync'd immediately before reading from it. T

CVS commit: src/tests/lib/libc/sys

2018-05-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun May 13 23:14:48 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace.c t_ptrace_amd64_wait.h t_ptrace_wait.c Log Message: Add a new ptrace(2) ATF exploit for: CVE-2018-8897 (POP SS debug exception) The origina

CVS commit: src/tests/lib/libc/sys

2018-05-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun May 13 23:01:25 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h t_ptrace_x86_wait.h Log Message: Refactor code in ATF ptrace(2) tests Move the can_we_set_dbregs() auxiliary function from t_ptrace_x86_wait.h to

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 22:58:58 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Battery charge state is invalid until we refresh the first time To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/a

CVS commit: src/usr.sbin/wakeonlan

2018-05-13 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun May 13 22:44:58 UTC 2018 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: Document history. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/wakeonlan/wakeonlan.8 Please note that diff

CVS commit: src/sys/netinet

2018-05-13 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 13 22:42:52 UTC 2018 Modified Files: src/sys/netinet: in.c Log Message: Fix spello in a comment To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 src/sys/netinet/in.c Please note that diffs are not public

CVS commit: src/usr.bin/make

2018-05-13 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun May 13 22:13:28 UTC 2018 Modified Files: src/usr.bin/make: job.c Log Message: Just skip polling job token pipe. The sigchld pipe ensures no busy wait. PR: 53285 Reviewed by: To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/share/misc

2018-05-13 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun May 13 18:52:00 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add another APM, advanced power management. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/share/misc/acronyms.comp Ple

CVS commit: src/sys/netinet

2018-05-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun May 13 18:39:06 UTC 2018 Modified Files: src/sys/netinet: udp_usrreq.c Log Message: Clarify ESP-in-UDP. To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/sys/netinet/udp_usrreq.c Please note that diffs are n

CVS commit: src/sys/netipsec

2018-05-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun May 13 18:34:59 UTC 2018 Modified Files: src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c Log Message: Remove unused calls to nat_t_ports_get. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/netip

CVS commit: src/share/misc

2018-05-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun May 13 16:53:04 UTC 2018 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: Add APM, APM, APU and ZFS >From Nikolai Lifanov in PR misc/53147 To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src

CVS commit: src/sys/arch/macppc/macppc

2018-05-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun May 13 16:03:25 UTC 2018 Modified Files: src/sys/arch/macppc/macppc: cpu.c Log Message: fix the fix To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/macppc/macppc/cpu.c Please note that diffs are

CVS commit: src/sys/arch/macppc/macppc

2018-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 13 14:55:35 UTC 2018 Modified Files: src/sys/arch/macppc/macppc: cpu.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/macppc/macppc/cpu.c Please note t

CVS commit: src/sys/kern

2018-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 13 14:45:23 UTC 2018 Modified Files: src/sys/kern: kern_resource.c Log Message: correct the function name. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/kern/kern_resource.c Please note that

CVS commit: src/usr.bin/make

2018-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 13 12:10:37 UTC 2018 Modified Files: src/usr.bin/make: job.c Log Message: PR/53285: Andreas Gustafsson: Build times tripled with make/job.c 1.193 Revert previous: 2018.05.12.15.14.49/bracket.db:build_wall_time=4896.0

CVS commit: src/sys/dev/i2c

2018-05-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 13 11:13:02 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use IRQs to update status whenever we can. Reduces the amount of work that needs to be done whenever sysmon_envsys refreshes sensors. To gene