svn commit: r309361 - head/sys/x86/cpufreq

2016-12-01 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Thu Dec 1 14:31:05 2016 New Revision: 309361 URL: https://svnweb.freebsd.org/changeset/base/309361 Log: - Mention mismatching numbers in MSR vs. ACPI _PSS count warning: seeing actual numbers would help debugging (also, `MSR' and `ACPI' are standard

svn commit: r309360 - head/sys/boot/common

2016-12-01 Thread Ed Maste
Author: emaste Date: Thu Dec 1 14:28:37 2016 New Revision: 309360 URL: https://svnweb.freebsd.org/changeset/base/309360 Log: EFI loaders: parse rela relocations on amd64 Prior to this change the loader self relocation code interpreted amd64's rela relocations as if they were rel

svn commit: r309362 - in vendor/libarchive/dist: . libarchive libarchive/test tar tar/test

2016-12-01 Thread Martin Matuska
Author: mm Date: Thu Dec 1 15:39:33 2016 New Revision: 309362 URL: https://svnweb.freebsd.org/changeset/base/309362 Log: Update vendor/libarchive to git 2d2b3e928605f795515b03f060fd638c265b0778 Small improvements, style fixes, bugfixes. Important vendor bugfixes: Restore

svn commit: r309363 - in head: contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar contrib/libarchive/tar/test lib/libarchive/tests

2016-12-01 Thread Martin Matuska
Author: mm Date: Thu Dec 1 15:46:26 2016 New Revision: 309363 URL: https://svnweb.freebsd.org/changeset/base/309363 Log: MFC r309362: Sync libarchive with vendor. Small improvements, style fixes, bugfixes. Restores compatibility with tar archives created with Perl Archive::Tar (1)

Re: svn commit: r309350 - head/etc

2016-12-01 Thread Ian Lepore
On Thu, 2016-12-01 at 04:35 +, Warner Losh wrote: > Author: imp > Date: Thu Dec  1 04:35:41 2016 > New Revision: 309350 > URL: https://svnweb.freebsd.org/changeset/base/309350 > > Log: >   If the kenv variable rc_debug is set, turn on rc_debug. > > Modified: >   head/etc/rc.subr > >

Re: svn commit: r309351 - head/etc/defaults

2016-12-01 Thread hiren panchasara
On 12/01/16 at 08:48P, hiren panchasara wrote: > On 12/01/16 at 04:35P, Warner Losh wrote: > > Author: imp > > Date: Thu Dec 1 04:35:43 2016 > > New Revision: 309351 > > URL: https://svnweb.freebsd.org/changeset/base/309351 > > > > Log: > > Revert the 'performance' setting to 'NONE' from C2. >

svn commit: r309364 - head/usr.bin/locale

2016-12-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Dec 1 16:54:02 2016 New Revision: 309364 URL: https://svnweb.freebsd.org/changeset/base/309364 Log: locale: fix buffer management Also, handle signed and unsigned chars, and more gracefully handle invalid input. Submitted by: bde in response to r309331

Re: svn commit: r309344 - head/lib/libutil

2016-12-01 Thread Mark Linimon
On Thu, Dec 01, 2016 at 09:32:07AM -0700, Ian Lepore wrote: > On Wed, 2016-11-30 at 19:07 -0800, Ngie Cooper wrote: > > Really?? I wish you hadn't added me to this list.. I don't in any way > > endorse the way that you went about dealing with this disagreement. > > Really?  Well then feel free to

Re: svn commit: r309344 - head/lib/libutil

2016-12-01 Thread Ian Lepore
On Wed, 2016-11-30 at 19:07 -0800, Ngie Cooper wrote: > > > > On Nov 30, 2016, at 18:21, Conrad E. Meyer wrote: > > > > Author: cem > > Date: Thu Dec  1 02:21:36 2016 > > New Revision: 309344 > > URL: https://svnweb.freebsd.org/changeset/base/309344 > > > > Log: > >  Remove a

Re: svn commit: r309331 - head/usr.bin/locale

2016-12-01 Thread Eric van Gyzen
On 11/30/2016 18:19, Bruce Evans wrote: > On Wed, 30 Nov 2016, Eric van Gyzen wrote: > >> Log: >> Include limits.h for CHAR_MAX >> >> This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX >> on head. Include limits.h anyway, for consistency, and because C >> says so. > >

Re: svn commit: r309344 - head/lib/libutil

2016-12-01 Thread Ngie Cooper (yaneurabeya)
> On Dec 1, 2016, at 9:01 AM, Mark Linimon wrote: > > On Thu, Dec 01, 2016 at 09:32:07AM -0700, Ian Lepore wrote: >> On Wed, 2016-11-30 at 19:07 -0800, Ngie Cooper wrote: >>> Really?? I wish you hadn't added me to this list.. I don't in any way >>> endorse the way that you

svn commit: r309365 - head/sys/vm

2016-12-01 Thread Alan Cox
Author: alc Date: Thu Dec 1 17:26:37 2016 New Revision: 309365 URL: https://svnweb.freebsd.org/changeset/base/309365 Log: During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() was called to allocate a new page of radix trie nodes, there could be a call to vm_radix_remove()

svn commit: r309366 - head/lib/libcapsicum

2016-12-01 Thread Conrad E. Meyer
Author: cem Date: Thu Dec 1 17:28:45 2016 New Revision: 309366 URL: https://svnweb.freebsd.org/changeset/base/309366 Log: capsicum_helpers: Squash errors from closed fds Squash EBADF from closed stdin, stdout, or stderr in caph_limit_stdio(). Any program used during special shell

svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Toomas Soome
Author: tsoome Date: Thu Dec 1 19:06:09 2016 New Revision: 309368 URL: https://svnweb.freebsd.org/changeset/base/309368 Log: MFC r308776 loader: zfs toplevel vdev must have spa set. PR: 214375 Reported by: lstewart Reviewed by: allanjude, imp Approved by: allanjude

Re: svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Oleksandr Tymoshenko
> On Dec 1, 2016, at 11:06 AM, Toomas Soome wrote: > > Author: tsoome > Date: Thu Dec 1 19:06:09 2016 > New Revision: 309368 > URL: https://svnweb.freebsd.org/changeset/base/309368 > > Log: > MFC r308776 > > loader: zfs toplevel vdev must have spa set. > > PR:

Re: svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Oleksandr Tymoshenko
> On Dec 1, 2016, at 12:01 PM, Oleksandr Tymoshenko wrote: > > >> On Dec 1, 2016, at 11:06 AM, Toomas Soome wrote: >> >> Author: tsoome >> Date: Thu Dec 1 19:06:09 2016 >> New Revision: 309368 >> URL: https://svnweb.freebsd.org/changeset/base/309368

Re: svn commit: r309344 - head/lib/libutil

2016-12-01 Thread Ian Lepore
On Thu, 2016-12-01 at 09:33 -0800, Ngie Cooper (yaneurabeya) wrote: > > > > On Dec 1, 2016, at 9:01 AM, Mark Linimon > > wrote: > > > > On Thu, Dec 01, 2016 at 09:32:07AM -0700, Ian Lepore wrote: > > > > > > On Wed, 2016-11-30 at 19:07 -0800, Ngie Cooper wrote: > > > > >

svn commit: r309369 - head/lib/libstand

2016-12-01 Thread Toomas Soome
Author: tsoome Date: Thu Dec 1 19:19:20 2016 New Revision: 309369 URL: https://svnweb.freebsd.org/changeset/base/309369 Log: libstand: dosfs cstyle cleanup for return keyword. Reviewed by: bapt, imp, allanjude Approved by: imp (mentor), allanjude (mentor) Differential Revision:

Re: svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Toomas Soome
> On 1. dets 2016, at 22:01, Oleksandr Tymoshenko wrote: > > >> On Dec 1, 2016, at 11:06 AM, Toomas Soome wrote: >> >> Author: tsoome >> Date: Thu Dec 1 19:06:09 2016 >> New Revision: 309368 >> URL: https://svnweb.freebsd.org/changeset/base/309368 >>

Re: svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Toomas Soome
> On 1. dets 2016, at 22:04, Oleksandr Tymoshenko wrote: > > >> On Dec 1, 2016, at 12:01 PM, Oleksandr Tymoshenko wrote: >> >> >>> On Dec 1, 2016, at 11:06 AM, Toomas Soome wrote: >>> >>> Author: tsoome >>> Date: Thu Dec 1

svn commit: r309375 - in stable/11/sys: dev/gpio modules modules/bytgpio

2016-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Dec 1 22:22:19 2016 New Revision: 309375 URL: https://svnweb.freebsd.org/changeset/base/309375 Log: MFC r308898, r308940, r308942, r308944, r309112 r308898: [bytgpio] Fix USB disconnect event after listsing pins on gpioc2 - Do not set input flag when reading

Re: svn commit: r309368 - stable/11/sys/boot/zfs

2016-12-01 Thread Oleksandr Tymoshenko
> On Dec 1, 2016, at 12:34 PM, Toomas Soome wrote: > > >> On 1. dets 2016, at 22:01, Oleksandr Tymoshenko wrote: >> >> >>> On Dec 1, 2016, at 11:06 AM, Toomas Soome wrote: >>> >>> Author: tsoome >>> Date: Thu Dec 1 19:06:09 2016 >>>

svn commit: r309373 - in head: contrib/netbsd-tests/lib/libc/sys lib/libc/tests/sys

2016-12-01 Thread Bryan Drewery
Author: bdrewery Date: Thu Dec 1 22:12:58 2016 New Revision: 309373 URL: https://svnweb.freebsd.org/changeset/base/309373 Log: Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired. This uses the same fix as r294894 did for the mlock test. The code from that

svn commit: r309374 - in head: sbin/camcontrol sys/cam/scsi

2016-12-01 Thread Kenneth D. Merry
Author: ken Date: Thu Dec 1 22:20:27 2016 New Revision: 309374 URL: https://svnweb.freebsd.org/changeset/base/309374 Log: Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support. This adds support to camcontrol(8) and libcam(3) for getting and setting the time on SCSI protocol drives. This

svn commit: r309370 - stable/11/sys/boot/zfs

2016-12-01 Thread Toomas Soome
Author: tsoome Date: Thu Dec 1 20:31:37 2016 New Revision: 309370 URL: https://svnweb.freebsd.org/changeset/base/309370 Log: Backing out r309368 as it got commited prematurely as we still do not provide skein feature support in boot loader. Approved by: allanjude (mentor) Modified:

svn commit: r309371 - in stable: 10/libexec/rtld-elf 10/libexec/rtld-elf/sparc64 11/libexec/rtld-elf 11/libexec/rtld-elf/sparc64

2016-12-01 Thread John Baldwin
Author: jhb Date: Thu Dec 1 20:36:48 2016 New Revision: 309371 URL: https://svnweb.freebsd.org/changeset/base/309371 Log: MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind(). When symbol versioning was added to rtld, the boolean 'in_plt' argument to find_symdef() was

svn commit: r309371 - in stable: 10/libexec/rtld-elf 10/libexec/rtld-elf/sparc64 11/libexec/rtld-elf 11/libexec/rtld-elf/sparc64

2016-12-01 Thread John Baldwin
Author: jhb Date: Thu Dec 1 20:36:48 2016 New Revision: 309371 URL: https://svnweb.freebsd.org/changeset/base/309371 Log: MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind(). When symbol versioning was added to rtld, the boolean 'in_plt' argument to find_symdef() was

Re: svn commit: r309351 - head/etc/defaults

2016-12-01 Thread Warner Losh
On Thu, Dec 1, 2016 at 9:48 AM, hiren panchasara wrote: > On 12/01/16 at 04:35P, Warner Losh wrote: >> Author: imp >> Date: Thu Dec 1 04:35:43 2016 >> New Revision: 309351 >> URL: https://svnweb.freebsd.org/changeset/base/309351 >> >> Log: >> Revert the

svn commit: r309372 - head/sys/sys

2016-12-01 Thread Ryan Stone
Author: rstone Date: Thu Dec 1 21:08:42 2016 New Revision: 309372 URL: https://svnweb.freebsd.org/changeset/base/309372 Log: Fix a false positive in a buf_ring assert buf_ring contains an assert that checks whether an item being enqueued already exists on the ring. There is a subtle

Re: svn commit: r309364 - head/usr.bin/locale

2016-12-01 Thread Bruce Evans
On Thu, 1 Dec 2016, Eric van Gyzen wrote: Log: locale: fix buffer management Also, handle signed and unsigned chars, and more gracefully handle invalid input. Submitted by: bde in response to r309331 MFC after: 1 week Sponsored by: Dell EMC Thanks. Modified:

svn commit: r309377 - in stable/11: release/doc/en_US.ISO8859-1/hardware share/man/man4 sys/boot/forth sys/conf sys/dev/bnxt sys/modules sys/modules/bnxt

2016-12-01 Thread Stephen Hurd
Author: shurd (ports committer) Date: Thu Dec 1 23:37:17 2016 New Revision: 309377 URL: https://svnweb.freebsd.org/changeset/base/309377 Log: MFC r308696, r308729, r308787, r308813, r309028, r309073, r309078: r308696: New driver for Broadcom NetXtreme-C and NetXtreme-E devices.

svn commit: r309376 - stable/11/sys/ofed/drivers/infiniband/core

2016-12-01 Thread John Baldwin
Author: jhb Date: Thu Dec 1 23:27:59 2016 New Revision: 309376 URL: https://svnweb.freebsd.org/changeset/base/309376 Log: MFC 304838: Do not free an uninitialized pointer on soaccept failure in the iWARP connection manager. Sponsored by: Chelsio Communications Modified:

Re: svn commit: r309351 - head/etc/defaults

2016-12-01 Thread Adrian Chadd
+1 for reverting it from now (from the causer of the pain...) -a On 1 December 2016 at 13:41, Warner Losh wrote: > On Thu, Dec 1, 2016 at 9:48 AM, hiren panchasara > wrote: >> On 12/01/16 at 04:35P, Warner Losh wrote: >>> Author: imp >>> Date:

svn commit: r309379 - stable/10/sys/dev/cxgbe/firmware

2016-12-01 Thread John Baldwin
Author: jhb Date: Fri Dec 2 00:23:10 2016 New Revision: 309379 URL: https://svnweb.freebsd.org/changeset/base/309379 Log: MFC 297797: cxgbe(4): Provide an explicit value for nqpcq in the firmware configuration file. Sponsored by: Chelsio Communications Modified:

Re: svn commit: r309344 - head/lib/libutil

2016-12-01 Thread Ngie Cooper
On Thu, Dec 1, 2016 at 10:32 AM, Ian Lepore wrote: ... > And how is that a bad thing, compared to the prior situation? Insult > has been removed and information has been added. You complain that the > information that was added was incomplete. Well, there is one person > who

svn commit: r309378 - in stable/10: contrib/ofed/libcxgb4 contrib/ofed/libcxgb4/src contrib/ofed/usr.lib contrib/ofed/usr.lib/libcxgb4 sys/dev/cxgb/ulp/iw_cxgb sys/dev/cxgbe/iw_cxgbe sys/ofed/drive...

2016-12-01 Thread John Baldwin
Author: jhb Date: Thu Dec 1 23:38:52 2016 New Revision: 309378 URL: https://svnweb.freebsd.org/changeset/base/309378 Log: MFC 273806,289103,289201,289338,289578,293185,294474,294610,297124,297368, 297406,300875,300888,301158,301896,301897,304838: Pull in most of the Chelsio and iWARP

Re: svn commit: r309351 - head/etc/defaults

2016-12-01 Thread hiren panchasara
On 12/01/16 at 04:35P, Warner Losh wrote: > Author: imp > Date: Thu Dec 1 04:35:43 2016 > New Revision: 309351 > URL: https://svnweb.freebsd.org/changeset/base/309351 > > Log: > Revert the 'performance' setting to 'NONE' from C2. Just a note that this commit reverts r282110. Cheers, Hiren

svn commit: r309367 - head/usr.bin/locale

2016-12-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Dec 1 17:36:31 2016 New Revision: 309367 URL: https://svnweb.freebsd.org/changeset/base/309367 Log: locale: enable more warnings; fix them Do not set WARNS, so it gets the current default of 6. Fix the warnings by sprinkling static, const, or strdup. Make

Re: svn commit: r309300 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar/test lib/libarchive/tests

2016-12-01 Thread Cy Schubert
In message <201612020225.ub22piql039...@slippy.cwsent.com>, Cy Schubert writes: > In message <201611292214.uatmegqh079...@repo.freebsd.org>, Martin Matuska > write > s: > > Author: mm > > Date: Tue Nov 29 22:14:42 2016 > > New Revision: 309300 > > URL:

svn commit: r309382 - head/usr.bin/indent

2016-12-01 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 2 01:52:32 2016 New Revision: 309382 URL: https://svnweb.freebsd.org/changeset/base/309382 Log: indent(1): Do not define opchar unless it will be used. "opchar" is only used once depending on "undef" macro being defined. Conditionalize it in the same way.

svn commit: r309380 - head/usr.bin/indent

2016-12-01 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 2 01:25:51 2016 New Revision: 309380 URL: https://svnweb.freebsd.org/changeset/base/309380 Log: indent(1): Fix indent's confusion about custom FreeBSD macros. Teach indent(1) about storage-class specifiers. Don't assume "in_parameter_declaration" state if

svn commit: r309381 - stable/11/share/man/man4

2016-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Dec 2 01:38:40 2016 New Revision: 309381 URL: https://svnweb.freebsd.org/changeset/base/309381 Log: MFC r308941: [bytgpio] Add bytgpio(4) man page with general description of the driver Added: stable/11/share/man/man4/bytgpio.4 - copied unchanged from

Re: svn commit: r309300 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar/test lib/libarchive/tests

2016-12-01 Thread Cy Schubert
In message <201611292214.uatmegqh079...@repo.freebsd.org>, Martin Matuska write s: > Author: mm > Date: Tue Nov 29 22:14:42 2016 > New Revision: 309300 > URL: https://svnweb.freebsd.org/changeset/base/309300 > > Log: > MFV r309299: > Sync libarchive with vendor. > > Important vendor

svn commit: r309356 - in head/contrib/subversion: . subversion/include subversion/include/private subversion/libsvn_client subversion/libsvn_fs_fs subversion/libsvn_fs_x subversion/libsvn_ra_serf s...

2016-12-01 Thread Peter Wemm
Author: peter Date: Thu Dec 1 07:50:44 2016 New Revision: 309356 URL: https://svnweb.freebsd.org/changeset/base/309356 Log: Update from subversion 1.9.4 to 1.9.5. This includes a security fix for a component that we do not build, and two potentially useful client side fixes for

svn commit: r309354 - in vendor/subversion/dist: . subversion/include subversion/include/private subversion/libsvn_client subversion/libsvn_fs_fs subversion/libsvn_fs_x subversion/libsvn_ra_serf su...

2016-12-01 Thread Peter Wemm
Author: peter Date: Thu Dec 1 07:45:05 2016 New Revision: 309354 URL: https://svnweb.freebsd.org/changeset/base/309354 Log: Import subversion-1.9.5. This includes a security fix for a component that we do not build, and two potentially useful client side fixes for reintegrate merges and

svn commit: r309355 - vendor/subversion/subversion-1.9.5

2016-12-01 Thread Peter Wemm
Author: peter Date: Thu Dec 1 07:46:24 2016 New Revision: 309355 URL: https://svnweb.freebsd.org/changeset/base/309355 Log: Tag import of subversion-1.9.5 Added: vendor/subversion/subversion-1.9.5/ - copied from r309354, vendor/subversion/dist/

svn commit: r309357 - head/usr.sbin/i2c

2016-12-01 Thread Nick Hibma
Author: n_hibma Date: Thu Dec 1 09:14:58 2016 New Revision: 309357 URL: https://svnweb.freebsd.org/changeset/base/309357 Log: Speling fixes and fix line endings for err_msg output. In some cases there was not \n, in other cases there was. Modified: head/usr.sbin/i2c/i2c.c Modified:

svn commit: r309393 - head/usr.sbin/ypldap

2016-12-01 Thread Marcelo Araujo
Author: araujo Date: Fri Dec 2 06:07:27 2016 New Revision: 309393 URL: https://svnweb.freebsd.org/changeset/base/309393 Log: Use memset(3) instead of bzero(3). Obtained from:OpenBSD (r1.12, r1.20, r1.18 and r1.37) Modified: head/usr.sbin/ypldap/ldapclient.c

Re: svn commit: r309393 - head/usr.sbin/ypldap

2016-12-01 Thread Marcelo Araujo
Forgot MFC after two weeks in my last two commits, so noted in my todo list. Br, 2016-12-02 14:07 GMT+08:00 Marcelo Araujo : > Author: araujo > Date: Fri Dec 2 06:07:27 2016 > New Revision: 309393 > URL: https://svnweb.freebsd.org/changeset/base/309393 > > Log: > Use

svn commit: r309394 - head/sys/netpfil/pf

2016-12-01 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 2 06:15:59 2016 New Revision: 309394 URL: https://svnweb.freebsd.org/changeset/base/309394 Log: Fix use-after-free bugs in pfsync(4) Use after free happens for state that is deleted. The reference count is what prevents the state from being freed. When the

svn commit: r309395 - stable/10/share/man/man9

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 06:27:14 2016 New Revision: 309395 URL: https://svnweb.freebsd.org/changeset/base/309395 Log: MFH: r297012 Add a few details that make it easier to use this macro. Sponsored by: Panzura inc Modified: stable/10/share/man/man9/SYSCALL_MODULE.9

svn commit: r309396 - stable/10/share/man/man9

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 06:27:54 2016 New Revision: 309396 URL: https://svnweb.freebsd.org/changeset/base/309396 Log: MFH: r297015 Change a little to match what appears to be the right way of specifying an argument (from looking at other man pages) Sponsored by: Panzura

svn commit: r309383 - stable/10/sys/kern

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:24:51 2016 New Revision: 309383 URL: https://svnweb.freebsd.org/changeset/base/309383 Log: MFH: r306306 Give the user a clue as to which process hit maxfiles. Sponsored by: Panzura Modified: stable/10/sys/kern/kern_descrip.c Directory Properties:

svn commit: r309384 - stable/11/sys/kern

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:25:32 2016 New Revision: 309384 URL: https://svnweb.freebsd.org/changeset/base/309384 Log: MFH: r306306 Give the user a clue as to which process hit maxfiles. Sponsored by: Panzura Modified: stable/11/sys/kern/kern_descrip.c Directory Properties:

svn commit: r309385 - in stable/11/sys: modules/netgraph/checksum netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:36:37 2016 New Revision: 309385 URL: https://svnweb.freebsd.org/changeset/base/309385 Log: MFH: r303612 netgraph module for reconstructing checksums PR: 206108 Submitted by: Dmitry Vagin daemon.ham...@ya.ru Added:

svn commit: r309386 - stable/11/share/man/man4

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:37:32 2016 New Revision: 309386 URL: https://svnweb.freebsd.org/changeset/base/309386 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin Added:

svn commit: r309387 - in stable/10/sys: modules/netgraph/checksum netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:38:25 2016 New Revision: 309387 URL: https://svnweb.freebsd.org/changeset/base/309387 Log: MFH: r303612 netgraph module for reconstructing checksums PR: 206108 Submitted by: Dmitry Vagin daemon.ham...@ya.ru Added:

svn commit: r309388 - stable/10/share/man/man4

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:39:10 2016 New Revision: 309388 URL: https://svnweb.freebsd.org/changeset/base/309388 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin Added:

svn commit: r309389 - stable/10/sys/netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:42:04 2016 New Revision: 309389 URL: https://svnweb.freebsd.org/changeset/base/309389 Log: MFH: r303611 slite style changes. There is an incoming patch that rewrites a lot of this module and I want to get the style and whitespace changes in a separate

svn commit: r309390 - stable/11/sys/netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:42:49 2016 New Revision: 309390 URL: https://svnweb.freebsd.org/changeset/base/309390 Log: MFH: r303611 slite style changes. There is an incoming patch that rewrites a lot of this module and I want to get the style and whitespace changes in a separate

svn commit: r309392 - head/usr.sbin/ypldap

2016-12-01 Thread Marcelo Araujo
Author: araujo Date: Fri Dec 2 05:49:22 2016 New Revision: 309392 URL: https://svnweb.freebsd.org/changeset/base/309392 Log: String terminators are called NUL, not NULL, also the variable mentioned in the comment is p and not u. Obtained from:OpenBSD (r1.34) Modified:

svn commit: r309391 - stable/11/sys/sys

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:47:52 2016 New Revision: 309391 URL: https://svnweb.freebsd.org/changeset/base/309391 Log: MFH: r303287 Split MAKE_SYSENT into two parts so that the initializer part can be used separately if one wants to embed the sysent into a larger structure.