Re: svn commit: r295796 - head/sys/net

2016-02-18 Thread Marcelo Araujo
2016-02-19 15:03 GMT+08:00 Kubilay Kocak : > On 19/02/2016 5:35 PM, Marcelo Araujo wrote: > > Author: araujo > > Date: Fri Feb 19 06:35:53 2016 > > New Revision: 295796 > > URL: https://svnweb.freebsd.org/changeset/base/295796 > > > > Log: > > Fix regression introduced on

Re: svn commit: r295796 - head/sys/net

2016-02-18 Thread Kubilay Kocak
On 19/02/2016 5:35 PM, Marcelo Araujo wrote: > Author: araujo > Date: Fri Feb 19 06:35:53 2016 > New Revision: 295796 > URL: https://svnweb.freebsd.org/changeset/base/295796 > > Log: > Fix regression introduced on 272446r. > > lagg(4) supports the protocol none, where it disables any

svn commit: r295797 - head/lib/libc/gen

2016-02-18 Thread Kevin Lo
Author: kevlo Date: Fri Feb 19 06:50:00 2016 New Revision: 295797 URL: https://svnweb.freebsd.org/changeset/base/295797 Log: Remove sys/types.h Modified: head/lib/libc/gen/directory.3 Modified: head/lib/libc/gen/directory.3

svn commit: r295796 - head/sys/net

2016-02-18 Thread Marcelo Araujo
Author: araujo Date: Fri Feb 19 06:35:53 2016 New Revision: 295796 URL: https://svnweb.freebsd.org/changeset/base/295796 Log: Fix regression introduced on 272446r. lagg(4) supports the protocol none, where it disables any traffic without disabling the lagg(4) interface itself. PR:

Re: svn: head/bin/dd

2016-02-18 Thread Maxim Sobolev
Thanks, Thomas. IMHO this is quite serious bug in one of the core utilities, so I suggest it gets faster MFC before 10.3 goes into beta stage on Feb 26. The old code in RELENG_10 is just plain broken anyway now, so it could not make it any worse. Thanks! On Thu, Feb 18, 2016 at 12:44 AM, Thomas

svn commit: r295795 - head/sys/net80211

2016-02-18 Thread Andriy Voskoboinyk
Author: avos Date: Fri Feb 19 05:59:38 2016 New Revision: 295795 URL: https://svnweb.freebsd.org/changeset/base/295795 Log: net80211: add few missing subtype names. - Add definitions for Timing Advertisement and Control Wrapper frames. - Refresh ieee80211_mgt_subtype_name and

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
On Thu, Feb 18, 2016 at 9:32 PM, Adrian Chadd wrote: > Sure. But someone has to do that, and I made a decision that it was > better to commit /something/ than for everyone involved to run out of > time and nothing to be committed. > Well, arguably at the time of commit you

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
Also in purely technical department, that fork should have been done using svn copy for all code, manpages etc, not svn add, so that we would keep all history associated with the code going back to 2004. This would also make it more prominent that the code is really very similar to anyone just

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Adrian Chadd
On 18 February 2016 at 21:20, Maxim Sobolev wrote: > Well, what about "do it once, do it right" motto and ongoing code > maintenance cost? Don't you think there should be a balance between those? > Considering how similar the code really is what we've gained in "immediate >

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
Well, what about "do it once, do it right" motto and ongoing code maintenance cost? Don't you think there should be a balance between those? Considering how similar the code really is what we've gained in "immediate availability" department we've already lost since in the time people spend doing

svn commit: r295794 - head/sys/dev/hyperv/netvsc

2016-02-18 Thread Sepherosa Ziehau
Author: sephe Date: Fri Feb 19 05:13:56 2016 New Revision: 295794 URL: https://svnweb.freebsd.org/changeset/base/295794 Log: hyperv/hn: Free the txdesc buf_ring when the TX ring is destroyed Reviewed by: adrian Approved by: adrian (mentor) MFC after:1 week Sponsored by:

svn commit: r295793 - head/sys/dev/hyperv/netvsc

2016-02-18 Thread Sepherosa Ziehau
Author: sephe Date: Fri Feb 19 05:08:44 2016 New Revision: 295793 URL: https://svnweb.freebsd.org/changeset/base/295793 Log: hyperv/hn: Enable IP header checksum offloading for WIN8 (WinServ2012) Tested on Windows Server 2012. Reviewed by: adrian Approved by: adrian (mentor) MFC

svn commit: r295792 - head/sys/dev/hyperv/netvsc

2016-02-18 Thread Sepherosa Ziehau
Author: sephe Date: Fri Feb 19 05:03:17 2016 New Revision: 295792 URL: https://svnweb.freebsd.org/changeset/base/295792 Log: hyperv/hn: Add option to bind TX taskqueues to the specified CPU It will be used to help tracking host side transmission ring selection issue; and it will be

svn commit: r295791 - head/sys/dev/acpica

2016-02-18 Thread Adrian Chadd
Author: adrian Date: Fri Feb 19 05:02:17 2016 New Revision: 295791 URL: https://svnweb.freebsd.org/changeset/base/295791 Log: document some ACPI related sysctls. Submitted by: Oliver Pinter Sponsored by: HardenedBSD Differential Revision:

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Adrian Chadd
It passed the "it's working code and it's immediately useful" filter. I'd love to see them both unified somehow. I really would! -a On 18 February 2016 at 17:28, Maxim Sobolev wrote: > Sigh, I don't now how it managed to sleep through usually tight FreeBSD >

svn commit: r295790 - in head/sys: dev/arcmsr dev/cy dev/ed dev/fb dev/fdc dev/hpt27xx dev/hptiop dev/hptmv dev/hptnr dev/hptrr dev/isci dev/ixgb dev/lmc dev/mrsas dev/mxge dev/nvme dev/quicc dev/s...

2016-02-18 Thread Justin Hibbits
Author: jhibbits Date: Fri Feb 19 03:37:56 2016 New Revision: 295790 URL: https://svnweb.freebsd.org/changeset/base/295790 Log: Replace several bus_alloc_resource() calls using default arguments with bus_alloc_resource_any() Since these calls only use default arguments,

svn commit: r295788 - head/sys/dev/iwn

2016-02-18 Thread Kevin Lo
Author: kevlo Date: Fri Feb 19 01:57:51 2016 New Revision: 295788 URL: https://svnweb.freebsd.org/changeset/base/295788 Log: Remove bogus cast. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r295787 - head/sys/dev/ixl

2016-02-18 Thread Kevin Lo
Author: kevlo Date: Fri Feb 19 01:56:59 2016 New Revision: 295787 URL: https://svnweb.freebsd.org/changeset/base/295787 Log: Add missing parentheses. Found by: PVS-Studio Modified: head/sys/dev/ixl/if_ixl.c Modified: head/sys/dev/ixl/if_ixl.c

svn commit: r295786 - in head: sys/kern tests/sys/kqueue

2016-02-18 Thread Mark Johnston
Author: markj Date: Fri Feb 19 01:49:33 2016 New Revision: 295786 URL: https://svnweb.freebsd.org/changeset/base/295786 Log: Ensure that we test the event condition when a disabled kevent is enabled. r274560 modified kqueue_register() to only test the event condition if the corresponding

svn commit: r295785 - head/sys/kern

2016-02-18 Thread Mark Johnston
Author: markj Date: Fri Feb 19 01:35:01 2016 New Revision: 295785 URL: https://svnweb.freebsd.org/changeset/base/295785 Log: Return an error if both EV_ENABLE and EV_DISABLE are specified for a kevent. Currently, this combination results in EV_DISABLE being ignored. Reviewed by: kib

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
Sigh, I don't now how it managed to sleep through usually tight FreeBSD peer-review process. It would be interesting to hear some comments from @ray and @adrian, perhaps there were some reasons for it being done this way, although I cannot see any in a hindsight. I am just in the middle of rather

svn commit: r295784 - head/share/man/man5

2016-02-18 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Fri Feb 19 01:08:03 2016 New Revision: 295784 URL: https://svnweb.freebsd.org/changeset/base/295784 Log: - language tightening - cleanup SEE ALSO section (thanks brueffer@) Approved by: wblock (mentor) Differential Revision:

svn commit: r295783 - head/share/man/man4

2016-02-18 Thread Maxim Sobolev
Author: sobomax Date: Fri Feb 19 01:06:45 2016 New Revision: 295783 URL: https://svnweb.freebsd.org/changeset/base/295783 Log: Fix section number of .Xr geom_uzip in r295782. MFC after:1 months (together with r295782) Modified: head/share/man/man4/geom_uncompress.4

svn commit: r295782 - head/share/man/man4

2016-02-18 Thread Maxim Sobolev
Author: sobomax Date: Fri Feb 19 01:00:48 2016 New Revision: 295782 URL: https://svnweb.freebsd.org/changeset/base/295782 Log: Clear up confision as to who the original historical authors of code and manual page were. For whatever reason it listed myself as a primary author, which is

svn commit: r295780 - head/usr.bin/clang/llvm-ar

2016-02-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Feb 19 00:41:38 2016 New Revision: 295780 URL: https://svnweb.freebsd.org/changeset/base/295780 Log: DIRDEPS_BUILD: Add dependencies somehow missed in r295681. Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/clang/llvm-ar/Makefile.depend

svn commit: r295781 - head/sys/conf

2016-02-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Feb 19 00:41:41 2016 New Revision: 295781 URL: https://svnweb.freebsd.org/changeset/base/295781 Log: FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/conf/kern.post.mk Modified:

svn commit: r295779 - in head: share/mk sys/conf

2016-02-18 Thread Bryan Drewery
Author: bdrewery Date: Fri Feb 19 00:41:24 2016 New Revision: 295779 URL: https://svnweb.freebsd.org/changeset/base/295779 Log: Avoid reading .depend.* in simple cases where not needed. This will speed up some tree-walks with FAST_DEPEND which otherwise would include length(SRCS) .depend

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Bryan Drewery
On 2/18/2016 3:57 PM, Maxim Sobolev wrote: > Aleksandr, Adrian, > > I know it's 3 years later, but I really don't know why it's been done > this way. Take a GEOM module and associated usr.bin utility, copy it > verbatim add few lines of code and re-add that as a new module seems > like just

svn commit: r295778 - in head/sys/dev/cxgbe: . common tom

2016-02-18 Thread Navdeep Parhar
Author: np Date: Fri Feb 19 00:29:16 2016 New Revision: 295778 URL: https://svnweb.freebsd.org/changeset/base/295778 Log: cxgbe: catch up with the latest hardware-related definitions. Obtained from:Chelsio Communications Sponsored by: Chelsio Communications Modified:

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
And also geom_uncompress(4) lists myself as a primary historical author of the kernel module code, which I think just plain confusion between my name and name of Max Khon, who is the original creator of geom_uzip(4). It's further reiterates the need to clean this up properly, so only the code with

Re: svn commit: r229537 - in head/sys: conf geom/uncompress modules/geom/geom_uncompress

2016-02-18 Thread Maxim Sobolev
Aleksandr, Adrian, I know it's 3 years later, but I really don't know why it's been done this way. Take a GEOM module and associated usr.bin utility, copy it verbatim add few lines of code and re-add that as a new module seems like just laziness and attempt to avoid doing extra work on making

svn commit: r295777 - head/sys/dev/acpica

2016-02-18 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 18 23:32:11 2016 New Revision: 295777 URL: https://svnweb.freebsd.org/changeset/base/295777 Log: Remove a bogus bzero() call. Found by: PVS-Studio Modified: head/sys/dev/acpica/acpi_package.c Modified: head/sys/dev/acpica/acpi_package.c

svn commit: r295776 - head/sys/contrib/x86emu

2016-02-18 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 18 23:03:37 2016 New Revision: 295776 URL: https://svnweb.freebsd.org/changeset/base/295776 Log: Optimize ROL and ROR emulations and fix comments. Modified: head/sys/contrib/x86emu/x86emu.c Modified: head/sys/contrib/x86emu/x86emu.c

svn commit: r295775 - head/sys/contrib/x86emu

2016-02-18 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 18 23:00:01 2016 New Revision: 295775 URL: https://svnweb.freebsd.org/changeset/base/295775 Log: Silence VPS-Studio errors (V646). These is no functional change. Modified: head/sys/contrib/x86emu/x86emu.c Modified: head/sys/contrib/x86emu/x86emu.c

svn commit: r295774 - head/share/man/man5

2016-02-18 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Thu Feb 18 22:40:24 2016 New Revision: 295774 URL: https://svnweb.freebsd.org/changeset/base/295774 Log: - add dma(8) to examples in mailer.conf(5) PR: 207026 Submitted by: lifa...@mail.lifanov.com Approved by: wblock (mentor)

svn commit: r295773 - head/sys/netinet

2016-02-18 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 18 21:33:10 2016 New Revision: 295773 URL: https://svnweb.freebsd.org/changeset/base/295773 Log: Add protection code. MFC after:3 days CID: 748858 Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

svn commit: r295772 - head/sys/netinet

2016-02-18 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 18 21:21:45 2016 New Revision: 295772 URL: https://svnweb.freebsd.org/changeset/base/295772 Log: Add some protection code. CID: 1331893 MFC after:3 days Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c

svn commit: r295771 - head/sys/netinet6

2016-02-18 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 18 21:05:04 2016 New Revision: 295771 URL: https://svnweb.freebsd.org/changeset/base/295771 Log: Fix reporting of mapped addressed in getpeername() and getsockname() for IPv6 SCTP sockets. This bugs were found because of an issue reported by PVS / D5245.

svn commit: r295769 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Author: se Date: Thu Feb 18 20:20:36 2016 New Revision: 295769 URL: https://svnweb.freebsd.org/changeset/base/295769 Log: Use __unused instead of casting to void to silence the unused parameter warning. Fix the indentation of 2 lines to conform with the style of this file. Submitted

Re: svn commit: r295760 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Am 18.02.2016 um 19:07 schrieb John Baldwin: > On Thursday, February 18, 2016 03:23:26 PM Stefan Esser wrote: >> Author: se >> Date: Thu Feb 18 15:23:25 2016 >> New Revision: 295760 >> URL: https://svnweb.freebsd.org/changeset/base/295760 >> >> Log: >> Make WARNS=6 safe. >> >> Tested with

svn commit: r295768 - head/usr.sbin/iostat

2016-02-18 Thread Alan Somers
Author: asomers Date: Thu Feb 18 20:08:01 2016 New Revision: 295768 URL: https://svnweb.freebsd.org/changeset/base/295768 Log: Fix compiler warnings in iostat Raise WARNS from 1 to 6 (the default) Fix warnings: * Use C99 designated initializers for structs, and initialize all fields

svn commit: r295767 - head/sys/compat/x86bios

2016-02-18 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 18 19:37:39 2016 New Revision: 295767 URL: https://svnweb.freebsd.org/changeset/base/295767 Log: Silence VPS-Studio errors (V512). These buffer underflows are intentional. Modified: head/sys/compat/x86bios/x86bios.c Modified: head/sys/compat/x86bios/x86bios.c

svn commit: r295766 - head/sys/netpfil/ipfw

2016-02-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Feb 18 19:05:30 2016 New Revision: 295766 URL: https://svnweb.freebsd.org/changeset/base/295766 Log: Fix obvious typo, that lead to incorrect sorting. Found by: PVS-Studio Modified: head/sys/netpfil/ipfw/ip_fw_sockopt.c Modified:

svn commit: r295765 - head/lib/libc/sys

2016-02-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Feb 18 18:50:03 2016 New Revision: 295765 URL: https://svnweb.freebsd.org/changeset/base/295765 Log: Bump .Dd for r295764 Also fix a spelling and grammar nit while here. Modified: head/lib/libc/sys/lseek.2 Modified: head/lib/libc/sys/lseek.2

svn commit: r295764 - head/lib/libc/sys

2016-02-18 Thread Maxim Sobolev
Author: sobomax Date: Thu Feb 18 18:41:40 2016 New Revision: 295764 URL: https://svnweb.freebsd.org/changeset/base/295764 Log: Right now, the "virtual hole" API feature of lseek(2) is very vaguely documented and easy to miss. At the same time, it's pretty important for anyone who is

Re: svn commit: r295760 - head/usr.sbin/pciconf

2016-02-18 Thread John Baldwin
On Thursday, February 18, 2016 03:23:26 PM Stefan Esser wrote: > Author: se > Date: Thu Feb 18 15:23:25 2016 > New Revision: 295760 > URL: https://svnweb.freebsd.org/changeset/base/295760 > > Log: > Make WARNS=6 safe. > > Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64. Thanks.

svn commit: r295762 - in head/sys: dev/ofw kern

2016-02-18 Thread Zbigniew Bodek
Author: zbb Date: Thu Feb 18 15:44:45 2016 New Revision: 295762 URL: https://svnweb.freebsd.org/changeset/base/295762 Log: Fix build for i386 and arm64 after r295755 - Take bus_space_tag_t type into consideration when returning default, zero value. - Include missing rman.h required

svn commit: r295761 - in head/sys/riscv: include riscv

2016-02-18 Thread Ruslan Bukin
Author: br Date: Thu Feb 18 15:28:57 2016 New Revision: 295761 URL: https://svnweb.freebsd.org/changeset/base/295761 Log: Increase kernel and user VA space. This allows us to boot with more than 128MB of physical memory. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r295760 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Author: se Date: Thu Feb 18 15:23:25 2016 New Revision: 295760 URL: https://svnweb.freebsd.org/changeset/base/295760 Log: Make WARNS=6 safe. Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64. Modified: head/usr.sbin/pciconf/Makefile head/usr.sbin/pciconf/cap.c

svn commit: r295759 - head/sys/cam/scsi

2016-02-18 Thread Warner Losh
Author: imp Date: Thu Feb 18 15:12:52 2016 New Revision: 295759 URL: https://svnweb.freebsd.org/changeset/base/295759 Log: Remove a stray else. It isn't needed (due to the return at the end of the if statement it pairs with). While not an error today, a careless edit in the future could

Re: svn commit: r295755 - in head/sys: arm/arm arm64/arm64 kern powerpc/powerpc sparc64/sparc64 sys

2016-02-18 Thread John Baldwin
On Thursday, February 18, 2016 01:00:04 PM Zbigniew Bodek wrote: > Author: zbb > Date: Thu Feb 18 13:00:04 2016 > New Revision: 295755 > URL: https://svnweb.freebsd.org/changeset/base/295755 > > Log: > Introduce bus_get_bus_tag() method > > Provide bus_get_bus_tag() for sparc64, powerpc,

svn commit: r295758 - head/sys/conf

2016-02-18 Thread Ruslan Bukin
Author: br Date: Thu Feb 18 14:38:37 2016 New Revision: 295758 URL: https://svnweb.freebsd.org/changeset/base/295758 Log: Use medany (Medium/Anywhere) GCC code model for RISC-V. This will allow us to use bigger relocations and all the 64-bit VA space. Modified: head/sys/conf/kern.mk

svn commit: r295757 - in head: lib/libc/tests/gen/posix_spawn lib/libc/tests/sys sys/boot/efi/boot1 sys/boot/i386/boot2 sys/boot/i386/pxeldr sys/boot/i386/zfsboot

2016-02-18 Thread Ed Maste
Author: emaste Date: Thu Feb 18 14:17:28 2016 New Revision: 295757 URL: https://svnweb.freebsd.org/changeset/base/295757 Log: Remove dd xfer stats emitted during buildworld They result in gratuitous differences when comparing build log output. Modified:

svn commit: r295756 - in head/sys: conf dev/ofw powerpc/mpc85xx powerpc/powermac powerpc/pseries

2016-02-18 Thread Zbigniew Bodek
Author: zbb Date: Thu Feb 18 13:07:21 2016 New Revision: 295756 URL: https://svnweb.freebsd.org/changeset/base/295756 Log: Extract common code from PowerPC's ofw_pci Import portions of the PowerPC OF PCI implementation into new file "ofw_pci.c", common for other platforms. The files

svn commit: r295755 - in head/sys: arm/arm arm64/arm64 kern powerpc/powerpc sparc64/sparc64 sys

2016-02-18 Thread Zbigniew Bodek
Author: zbb Date: Thu Feb 18 13:00:04 2016 New Revision: 295755 URL: https://svnweb.freebsd.org/changeset/base/295755 Log: Introduce bus_get_bus_tag() method Provide bus_get_bus_tag() for sparc64, powerpc, arm, arm64 and mips nexus and its children in order to return a platform specific

svn commit: r295754 - head/sys/dev/ofw

2016-02-18 Thread Zbigniew Bodek
Author: zbb Date: Thu Feb 18 11:53:57 2016 New Revision: 295754 URL: https://svnweb.freebsd.org/changeset/base/295754 Log: Fix bug in ofwbus_release_resource() for non-ofwbus descendants Resource list for devices that are not ofwbus descendants, but got to ofwbus method via

svn commit: r295753 - head/sys/arm64/arm64

2016-02-18 Thread Wojciech Macek
Author: wma Date: Thu Feb 18 11:26:08 2016 New Revision: 295753 URL: https://svnweb.freebsd.org/changeset/base/295753 Log: Fix ThunderX external PEM bus offset Obtained from: Semihalf Sponsored by: Cavium Approved by: cognet (mentor) Reviewed by:

svn commit: r295752 - in head: lib/libkvm sys/arm/include

2016-02-18 Thread Svatopluk Kraus
Author: skra Date: Thu Feb 18 09:30:04 2016 New Revision: 295752 URL: https://svnweb.freebsd.org/changeset/base/295752 Log: Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions and replace them by primary ones where needed. Modified: head/lib/libkvm/kvm_arm.c

svn commit: r295751 - in head/sys/arm: arm include

2016-02-18 Thread Svatopluk Kraus
Author: skra Date: Thu Feb 18 09:28:16 2016 New Revision: 295751 URL: https://svnweb.freebsd.org/changeset/base/295751 Log: Remove redundant L2_ADDR_MASK definition and replace it by primary one. Modified: head/sys/arm/arm/pmap.c head/sys/arm/include/pte.h Modified:

svn commit: r295750 - head/sys/arm/include

2016-02-18 Thread Svatopluk Kraus
Author: skra Date: Thu Feb 18 09:26:58 2016 New Revision: 295750 URL: https://svnweb.freebsd.org/changeset/base/295750 Log: Remove unneeded definitions after r291406. Also remove redundant and not used L1_ADDR_BITS definition. Modified: head/sys/arm/include/pte-v6.h

svn commit: r295749 - head/bin/dd

2016-02-18 Thread Thomas Quinot
Author: thomas Date: Thu Feb 18 08:44:16 2016 New Revision: 295749 URL: https://svnweb.freebsd.org/changeset/base/295749 Log: Reorganize the handling all-zeroes terminal block in sparse mode The intent of the previous code in that case was to force an explicit write, but the