Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk

2018-03-18 Thread Mariusz Zaborski
On Mon, Mar 05, 2018 at 11:19:16AM -0600, Mark Linimon wrote: > On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote: > > The growing divergence with stable/11 makes it rather painful to > > maintain a port, depending on libcasper, that aims to work on both 11 > > and head. > > Even an MF

svn commit: r331118 - head/sys/geom/label

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 15:09:55 2018 New Revision: 331118 URL: https://svnweb.freebsd.org/changeset/base/331118 Log: Remove unneeded variable which was introduced in r328472. Pointed out by: pjd@ Modified: head/sys/geom/label/g_label.c Modified: head/sys/geom/label/g_lab

svn commit: r331119 - head/lib/libcasper/services/cap_pwd

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 15:13:37 2018 New Revision: 331119 URL: https://svnweb.freebsd.org/changeset/base/331119 Log: Document the pwd Casper service. PR: 226102 Reviewed by: bcr@ Differential Revision:https://reviews.freebsd.org/D14605 Added: head/lib/lib

svn commit: r331120 - head/lib/libcasper/services/cap_sysctl

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 15:16:47 2018 New Revision: 331120 URL: https://svnweb.freebsd.org/changeset/base/331120 Log: Document the sysctl Casper service. PR: 226102 Reviewed by: bcr@ Differential Revision:https://reviews.freebsd.org/D14606 Added: head/lib/

svn commit: r331121 - head/lib/libcasper/libcasper

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 15:24:45 2018 New Revision: 331121 URL: https://svnweb.freebsd.org/changeset/base/331121 Log: Update libcasper references to all new man pages. Remove obsolete example. All services has they own example. This example also show old type of limiting method whic

svn commit: r331122 - head/share/man/man7

2018-03-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 18 15:44:07 2018 New Revision: 331122 URL: https://svnweb.freebsd.org/changeset/base/331122 Log: Here's the new development(7), which removes information that's no longer relevant (read: most of what was there) and adds some quick links to point newcomers in the r

svn commit: r331123 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 15:56:10 2018 New Revision: 331123 URL: https://svnweb.freebsd.org/changeset/base/331123 Log: Do not overwrite the contents of BIO_WRITE buffers. SPI inherently transfers data in both directions at once. When writing to the device, use a dummy buffer for the in

svn commit: r331124 - head/lib/libcasper/services/cap_pwd

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 16:02:41 2018 New Revision: 331124 URL: https://svnweb.freebsd.org/changeset/base/331124 Log: Fix typo. Submitted by: Trond Endrestøl Modified: head/lib/libcasper/services/cap_pwd/cap_pwd.3 Modified: head/lib/libcasper/services/cap_pwd/cap_pwd.3 ===

svn commit: r331125 - in head/lib/libcasper: libcasper services/cap_dns services/cap_sysctl

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 16:06:35 2018 New Revision: 331125 URL: https://svnweb.freebsd.org/changeset/base/331125 Log: Fix similar typos to r331124. Modified: head/lib/libcasper/libcasper/libcasper.3 head/lib/libcasper/services/cap_dns/cap_dns.3 head/lib/libcasper/services/cap_sys

svn commit: r331126 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 16:10:14 2018 New Revision: 331126 URL: https://svnweb.freebsd.org/changeset/base/331126 Log: Remove a pointless KASSERT and reword a comment a bit. The KASSERT tested for the same condition that the preceeding lines checked for and would have returned EIO, so t

svn commit: r331127 - head/share/man/man7

2018-03-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 18 16:24:11 2018 New Revision: 331127 URL: https://svnweb.freebsd.org/changeset/base/331127 Log: Fix typo. MFC after:2 weeks Modified: head/share/man/man7/development.7 Modified: head/share/man/man7/development.7 ==

svn commit: r331128 - head/sys/vm

2018-03-18 Thread Mark Johnston
Author: markj Date: Sun Mar 18 16:35:40 2018 New Revision: 331128 URL: https://svnweb.freebsd.org/changeset/base/331128 Log: Have vm_page_replace() assert that the new page is not enqueued. The new page does not belong to a VM object, but the page daemon does not expect to encounter such

svn commit: r331129 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 16:36:14 2018 New Revision: 331129 URL: https://svnweb.freebsd.org/changeset/base/331129 Log: Eliminate some unneeded intermediate variables. Eliminate some redundant parens in shift-and-mask expressions. Reword and reflow some comments. Modified: head/sys/dev

svn commit: r331130 - in head/sys: kern vm

2018-03-18 Thread Mark Johnston
Author: markj Date: Sun Mar 18 16:40:56 2018 New Revision: 331130 URL: https://svnweb.freebsd.org/changeset/base/331130 Log: Have vm_page_{deactivate,launder}() requeue already-queued pages. In many cases the page is not enqueued so the change will have no effect. However, the change is n

svn commit: r331131 - head/sys/vm

2018-03-18 Thread Mark Johnston
Author: markj Date: Sun Mar 18 16:49:30 2018 New Revision: 331131 URL: https://svnweb.freebsd.org/changeset/base/331131 Log: Avoid dequeuing the fault page during a soft fault. Such pages are re-enqueued at the end of the fault handler, preserving LRU. Rather than performing two separate

svn commit: r331132 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 16:52:31 2018 New Revision: 331132 URL: https://svnweb.freebsd.org/changeset/base/331132 Log: Bugfix: wait for writes/erases to complete after starting them, instead of before starting them. Using the wait-before logic would make sense if there was useful time

svn commit: r331134 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2018-03-18 Thread Mark Johnston
Author: markj Date: Sun Mar 18 17:01:50 2018 New Revision: 331134 URL: https://svnweb.freebsd.org/changeset/base/331134 Log: Fix an access of an uninitialized variable in dtrace_probe(). Reported by: Coverity, via cem MFC after:3 days Modified: head/sys/cddl/contrib/opensolaris/ut

svn commit: r331135 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall

2018-03-18 Thread Mark Johnston
Author: markj Date: Sun Mar 18 17:03:26 2018 New Revision: 331135 URL: https://svnweb.freebsd.org/changeset/base/331135 Log: Use __syscall(2) rather than syscall(2) in syscall/tst.args.c. Some of mmap(2)'s arguments are 64 bits wide. MFC after:3 days Modified: head/cddl/contrib/

Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk

2018-03-18 Thread Mark Johnston
On Sun, Mar 18, 2018 at 03:20:39PM +0100, Mariusz Zaborski wrote: > On Mon, Mar 05, 2018 at 11:19:16AM -0600, Mark Linimon wrote: > > On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote: > > > The growing divergence with stable/11 makes it rather painful to > > > maintain a port, dependin

svn commit: r331136 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 17:25:23 2018 New Revision: 331136 URL: https://svnweb.freebsd.org/changeset/base/331136 Log: Add sc_parent to the softc and use it in place of device_get_parent() calls all over the place. Also pass the softc as the arg to all the internal functions instead of

svn commit: r331137 - head/lib/libcasper/services/cap_sysctl

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 17:27:37 2018 New Revision: 331137 URL: https://svnweb.freebsd.org/changeset/base/331137 Log: Fix reference to man page in Makefile. I broke it in r331120. Modified: head/lib/libcasper/services/cap_sysctl/Makefile Modified: head/lib/libcasper/services/cap_s

svn commit: r331138 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 17:47:57 2018 New Revision: 331138 URL: https://svnweb.freebsd.org/changeset/base/331138 Log: Make all internal routines return an int error status, and check the status at all call points. Combine the get_status and wait_for_ready routines, since waiting for re

svn commit: r331139 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 18:37:47 2018 New Revision: 331139 URL: https://svnweb.freebsd.org/changeset/base/331139 Log: Add support for 4K and 32K erase block sizes. Many of the supported chips have these flags set in the ident table, but there was no code to support using the smaller er

svn commit: r331140 - head/stand

2018-03-18 Thread Warner Losh
Author: imp Date: Sun Mar 18 18:50:48 2018 New Revision: 331140 URL: https://svnweb.freebsd.org/changeset/base/331140 Log: Don't add links or cleanfiles for NO_OBJ case, in addition to not creating them. Move them under the if after the all: target. They are just defines, so it doesn't real

svn commit: r331141 - head/sys/dev/flash

2018-03-18 Thread Ian Lepore
Author: ian Date: Sun Mar 18 18:58:47 2018 New Revision: 331141 URL: https://svnweb.freebsd.org/changeset/base/331141 Log: Add the device/chip type to the disk d_descr field, and print more info about the chip including the erase block size at attach time. Also add myself to the copyright

svn commit: r331146 - head/lib/libcasper/services/cap_grp

2018-03-18 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Mar 18 19:50:32 2018 New Revision: 331146 URL: https://svnweb.freebsd.org/changeset/base/331146 Log: The gids argument can be declared as const. We don't modified it in this function. Modified: head/lib/libcasper/services/cap_grp/cap_grp.3 head/lib/libcasper/serv

Re: svn commit: r319510 - head/contrib/xz/src/liblzma/check

2018-03-18 Thread Eitan Adler
On 2 June 2017 at 19:42, Ed Maste wrote: > Author: emaste > Date: Sat Jun 3 02:42:49 2017 > New Revision: 319510 > URL: https://svnweb.freebsd.org/changeset/base/319510 > > Log: > xz: set noexec stack flag on FreeBSD Heya. Is this one safe to MFC ? -- Eitan Adler __

svn commit: r331153 - head/usr.bin/calendar/calendars

2018-03-18 Thread Mateusz Guzik
Author: mjg Date: Mon Mar 19 00:25:10 2018 New Revision: 331153 URL: https://svnweb.freebsd.org/changeset/base/331153 Log: Update my calendar entry to be more specific now that UTF8 turns out to be fine Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calend

Re: svn commit: r331049 - in head/sys: conf crypto/chacha20 modules modules/chacha20

2018-03-18 Thread Dag-Erling Smørgrav
Conrad Meyer writes: > Log: > Garbage collect unused chacha20 code This is wrong. You should have asked me before committing. Please revert and contact me off-list. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r331049 - in head/sys: conf crypto/chacha20 modules modules/chacha20

2018-03-18 Thread Conrad Meyer
On Sun, Mar 18, 2018 at 6:05 PM, Dag-Erling Smørgrav wrote: > Conrad Meyer writes: >> Log: >> Garbage collect unused chacha20 code > > This is wrong. Please elaborate a little bit on why you think so. Conrad ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r331049 - in head/sys: conf crypto/chacha20 modules modules/chacha20

2018-03-18 Thread Dag-Erling Smørgrav
Conrad Meyer writes: > Dag-Erling Smørgrav writes: > > This is wrong. > Please elaborate a little bit on why you think so. Answered off-list. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org

svn commit: r331180 - head/usr.sbin/rpcbind

2018-03-18 Thread Xin LI
Author: delphij Date: Mon Mar 19 05:49:26 2018 New Revision: 331180 URL: https://svnweb.freebsd.org/changeset/base/331180 Log: Plug a possible memory leak. MFC after:2 weeks Modified: head/usr.sbin/rpcbind/rpcbind.c Modified: head/usr.sbin/rpcbind/rpcbind.c =