svn commit: r294310 - head/sys/dev/sfxge/common

2016-01-18 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 19 06:07:39 2016 New Revision: 294310 URL: https://svnweb.freebsd.org/changeset/base/294310 Log: sfxge: improve error handling in ef10_ev_rx() Ensure that checksum flags and L3/L4 fields are ignored if lower level errors are reported in the event. Remov

svn commit: r294309 - head/sys/dev/sfxge/common

2016-01-18 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 19 06:03:44 2016 New Revision: 294309 URL: https://svnweb.freebsd.org/changeset/base/294309 Log: sfxge: select whether to read current or backup partition in Medford A/B scheme The dynamic config on Medford is stored using two partitions in flash, and at an

svn commit: r294308 - head/gnu/lib/libgcc

2016-01-18 Thread Ed Maste
Author: emaste Date: Tue Jan 19 03:54:38 2016 New Revision: 294308 URL: https://svnweb.freebsd.org/changeset/base/294308 Log: Remove local override for .cpp.So rule The standard bsd.lib.mk rule is suitable for libgcc_s's C++ source. The local rule had the following non-functional argum

Re: svn commit: r294307 - head/sys/powerpc/booke

2016-01-18 Thread Justin Hibbits
On Jan 18, 2016, at 9:07 PM, Justin Hibbits wrote: @@ -3237,7 +3249,11 @@ tlb1_mapin_region(vm_offset_t va, vm_pad } mapped = (va - base); +#ifdef __powerpc64__ + printf("mapped size 0x%016lx (wasted space 0x%16lx)\n", +#else printf("mapped size 0x%08x (wasted spac

svn commit: r294307 - head/sys/powerpc/booke

2016-01-18 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 19 03:07:25 2016 New Revision: 294307 URL: https://svnweb.freebsd.org/changeset/base/294307 Log: Hide most of the PTE initialization and management. By confining the page table management to a handful of functions it'll be easier to modify the page table sch

svn commit: r294306 - stable/9/tools/regression/sockets/unix_gc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:42:31 2016 New Revision: 294306 URL: https://svnweb.freebsd.org/changeset/base/294306 Log: MFstable/10 r294305: MFC r294128: Fix -Wunused warning with clang/gcc - Get rid of unused argc/argv variables in main - Bump WARNS to 6 Modified: stable

svn commit: r294305 - stable/10/tools/regression/sockets/unix_gc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:41:19 2016 New Revision: 294305 URL: https://svnweb.freebsd.org/changeset/base/294305 Log: MFC r294128: Fix -Wunused warning with clang/gcc - Get rid of unused argc/argv variables in main - Bump WARNS to 6 Modified: stable/10/tools/regression/socke

svn commit: r294304 - stable/9/tools/regression/sockets/accf_data_attach

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:39:29 2016 New Revision: 294304 URL: https://svnweb.freebsd.org/changeset/base/294304 Log: MFstable/10 r294303: MFC r294103: - Check for accf_filter before running the tests, otherwise it will always fail at subtest 9/11 - Use strncpy instead of s

svn commit: r294303 - stable/10/tools/regression/sockets/accf_data_attach

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:38:06 2016 New Revision: 294303 URL: https://svnweb.freebsd.org/changeset/base/294303 Log: MFC r294103: - Check for accf_filter before running the tests, otherwise it will always fail at subtest 9/11 - Use strncpy instead of strcpy with afa.af_name Mo

svn commit: r294302 - stable/10/tools/regression/sockets/so_setfib

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:35:16 2016 New Revision: 294302 URL: https://svnweb.freebsd.org/changeset/base/294302 Log: MFC r294123: Add missing newline to message about requiring root privileges This will help ensure that scripts/parsers don't get confused when the message is pr

svn commit: r294301 - stable/9/lib/libc/rpc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:33:27 2016 New Revision: 294301 URL: https://svnweb.freebsd.org/changeset/base/294301 Log: MFstable/10 r294300: MFC r293715: Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)` This fixes the potential NULL pointer dereference

svn commit: r294300 - stable/10/lib/libc/rpc

2016-01-18 Thread Garrett Cooper
Author: ngie Date: Tue Jan 19 01:30:22 2016 New Revision: 294300 URL: https://svnweb.freebsd.org/changeset/base/294300 Log: MFC r293715: Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)` This fixes the potential NULL pointer dereference properly, and also fixes

Re: svn commit: r293854 - head/sys/dev/e1000

2016-01-18 Thread Marius Strobl
On Fri, Jan 15, 2016 at 12:11:27PM +1100, Kubilay Kocak wrote: > On 14/01/2016 8:47 AM, Marius Strobl wrote: > > Author: marius > > Date: Wed Jan 13 21:47:27 2016 > > New Revision: 293854 > > URL: https://svnweb.freebsd.org/changeset/base/293854 > > > > Log: > > Given that em(4), lem(4) and igb(

svn commit: r294299 - in head: share/man/man9 sys/kern sys/sys

2016-01-18 Thread Mark Johnston
Author: markj Date: Mon Jan 18 22:21:46 2016 New Revision: 294299 URL: https://svnweb.freebsd.org/changeset/base/294299 Log: Add vrefl(), a locked variant of vref(9). This API has no in-tree consumers at the moment but is useful to at least one out-of-tree consumer, and naturally compleme

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread John Baldwin
On Monday, January 18, 2016 01:30:31 PM Nathan Whitehorn wrote: > > On 01/18/16 12:49, John Baldwin wrote: > > On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Sun Feb 22 21:40:27 2015 > >> New Revision: 279189 > >> URL: https://svnweb.freebsd.org

svn commit: r294298 - head/usr.bin/m4

2016-01-18 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 18 22:12:07 2016 New Revision: 294298 URL: https://svnweb.freebsd.org/changeset/base/294298 Log: Import misc.c,v 1.46 from OpenBSD (by espie@) Yet another missed ferror call Modified: head/usr.bin/m4/misc.c Modified: head/usr.bin/m4/misc.c

svn commit: r294297 - head/lib/libelftc

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 21:53:39 2016 New Revision: 294297 URL: https://svnweb.freebsd.org/changeset/base/294297 Log: Update elftc version to 3272M, imported in r292120 Modified: head/lib/libelftc/elftc_version.c Modified: head/lib/libelftc/elftc_version.c ===

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread Nathan Whitehorn
On 01/18/16 12:49, John Baldwin wrote: On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Feb 22 21:40:27 2015 New Revision: 279189 URL: https://svnweb.freebsd.org/changeset/base/279189 Log: Kernel support for the Vector-Scalar eXtension (VSX) fou

svn commit: r294295 - in head: etc/defaults etc/rc.d sbin/ldconfig

2016-01-18 Thread Warner Losh
Author: imp Date: Mon Jan 18 21:40:18 2016 New Revision: 294295 URL: https://svnweb.freebsd.org/changeset/base/294295 Log: Add ldconfig -soft to process the soft float abi libraries and put it into startup scripts for armv6. It acts much like ldconfig -32 does. Modified: head/etc/defaults/r

svn commit: r294296 - in head/libexec/rtld-elf: . arm

2016-01-18 Thread Warner Losh
Author: imp Date: Mon Jan 18 21:40:20 2016 New Revision: 294296 URL: https://svnweb.freebsd.org/changeset/base/294296 Log: Restore ABI variants now that ldconfig groks -soft. In addition, as a transition mechanism, if we don't have /usr/libsoft, assume that soft float ABI binaries are the de

svn commit: r294294 - stable/10/usr.sbin/bhyve

2016-01-18 Thread George V. Neville-Neil
Author: gnn Date: Mon Jan 18 21:24:28 2016 New Revision: 294294 URL: https://svnweb.freebsd.org/changeset/base/294294 Log: MFC: 293459,293643 Add netmap support for bhyve Modified: stable/10/usr.sbin/bhyve/pci_virtio_net.c Directory Properties: stable/10/ (props changed) Modified: s

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread John Baldwin
On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Feb 22 21:40:27 2015 > New Revision: 279189 > URL: https://svnweb.freebsd.org/changeset/base/279189 > > Log: > Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7 > and POWER8

svn commit: r294293 - head/usr.bin/finger

2016-01-18 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 18 20:47:04 2016 New Revision: 294293 URL: https://svnweb.freebsd.org/changeset/base/294293 Log: Fix printing multibyte printing when performing a networked finger(1) request MFC after:1 week Modified: head/usr.bin/finger/net.c Modified: head/usr.bin/finge

svn commit: r294292 - stable/10/sys/dev/drm2/i915

2016-01-18 Thread John Baldwin
Author: jhb Date: Mon Jan 18 20:44:29 2016 New Revision: 294292 URL: https://svnweb.freebsd.org/changeset/base/294292 Log: MFC 292409: It seems certain Intel GPUs use GPIO bitbanging over a child device instead of GMBUS access for I2C transfers. The GMBUS driver falls back to this mode wh

svn commit: r294291 - head/sys/boot/efi/boot1

2016-01-18 Thread Andrew Turner
Author: andrew Date: Mon Jan 18 20:22:51 2016 New Revision: 294291 URL: https://svnweb.freebsd.org/changeset/base/294291 Log: Reset the filesystem cache before reading from a potentially new filesystem. Without this we only read from the first UFS filesystem we find, caching the result.

svn commit: r294290 - in head: lib/libc/sys share/man/man7 usr.bin/iscsictl usr.sbin/jls

2016-01-18 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jan 18 20:21:38 2016 New Revision: 294290 URL: https://svnweb.freebsd.org/changeset/base/294290 Log: mdoc: sort Xr Modified: head/lib/libc/sys/utrace.2 head/share/man/man7/tuning.7 head/usr.bin/iscsictl/iscsictl.8 head/usr.sbin/jls/jls.8 Modified:

svn commit: r294289 - in stable/10: sys/dev/pci usr.sbin/pciconf

2016-01-18 Thread John Baldwin
Author: jhb Date: Mon Jan 18 19:52:20 2016 New Revision: 294289 URL: https://svnweb.freebsd.org/changeset/base/294289 Log: MFC 291225: Add a new -B flag for use with list mode (-l) that lists details about bridges. Currently this includes information about what resources a bridge decodes

svn commit: r294288 - stable/10/contrib/netcat

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 19:42:05 2016 New Revision: 294288 URL: https://svnweb.freebsd.org/changeset/base/294288 Log: MFC r288303: MFV r288243: nc from OpenBSD 5.8. Modified: stable/10/contrib/netcat/nc.1 stable/10/contrib/netcat/netcat.c stable/10/contrib/netcat/socks.c Director

Re: svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Oliver Pinter
On 1/18/16, Andrew Turner wrote: > On Mon, 18 Jan 2016 14:11:34 + (UTC) > Zbigniew Bodek wrote: > >> Author: zbb >> Date: Mon Jan 18 14:11:34 2016 >> New Revision: 294267 >> URL: https://svnweb.freebsd.org/changeset/base/294267 >> >> Log: >> Enable AIO interface on ARM64 platforms >> >> A

svn commit: r294287 - in stable/9: contrib/less usr.bin/less

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 19:27:24 2016 New Revision: 294287 URL: https://svnweb.freebsd.org/changeset/base/294287 Log: MFC r293190: MFV r293125: less v481. Relnotes: yes Added: stable/9/contrib/less/compose.uni - copied unchanged from r293190, head/contrib/less/compose.u

svn commit: r294286 - in stable/10: contrib/less usr.bin/less

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 19:13:54 2016 New Revision: 294286 URL: https://svnweb.freebsd.org/changeset/base/294286 Log: MFC r293190: MFV r293125: less v481. Relnotes: yes Added: stable/10/contrib/less/compose.uni - copied unchanged from r293190, head/contrib/less/compose.

svn commit: r294285 - stable/10/usr.bin/systat

2016-01-18 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 18 18:50:26 2016 New Revision: 294285 URL: https://svnweb.freebsd.org/changeset/base/294285 Log: MFC r289873: Add support to systat to display SCTP statistics. MFC r289874: Bump date in man page. Added: stable/10/usr.bin/systat/sctp.c - copied unchanged

svn commit: r294284 - head/sys/boot/efi/boot1

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 18:41:09 2016 New Revision: 294284 URL: https://svnweb.freebsd.org/changeset/base/294284 Log: boot1: correct typo in error message Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c =

svn commit: r294283 - in stable/10/sys: amd64/include i386/include kern vm

2016-01-18 Thread John Baldwin
Author: jhb Date: Mon Jan 18 18:27:21 2016 New Revision: 294283 URL: https://svnweb.freebsd.org/changeset/base/294283 Log: MFC 290728: Export various helper variables describing the layout and size of certain kernel structures for use by debuggers. This mostly aids in examining cores from

svn commit: r294282 - head/sys/riscv/include

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 17:49:32 2016 New Revision: 294282 URL: https://svnweb.freebsd.org/changeset/base/294282 Log: Correct RISC-V exception types. Modified: head/sys/riscv/include/riscvreg.h Modified: head/sys/riscv/include/riscvreg.h ==

Re: svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 09:29:43 -0800 Nathan Whitehorn wrote: > Nice work! You can remove the #include in this file > now, since it no longer depends on anything in dev/fdt. > -Nathan I think we can also remove setting uart_bus_space_mem in uart_cpu_fdt.c. Andrew > > On 01/18/16 09:03, Ian Lepo

Re: svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Nathan Whitehorn
Nice work! You can remove the #include in this file now, since it no longer depends on anything in dev/fdt. -Nathan On 01/18/16 09:03, Ian Lepore wrote: Author: ian Date: Mon Jan 18 17:03:12 2016 New Revision: 294280 URL: https://svnweb.freebsd.org/changeset/base/294280 Log: Use OF_decode_

svn commit: r294281 - in head/sys/powerpc: ofw pseries

2016-01-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 18 17:27:16 2016 New Revision: 294281 URL: https://svnweb.freebsd.org/changeset/base/294281 Log: Move RTAS PCI-specific interpretation of the "reg" property of the PCI host device to the RTAS driver, where it belongs. Modified: head/sys/powerpc/ofw/ofw_pci.c

svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Ian Lepore
Author: ian Date: Mon Jan 18 17:03:12 2016 New Revision: 294280 URL: https://svnweb.freebsd.org/changeset/base/294280 Log: Use OF_decode_addr() to create a bus_space tag and handle for the console on FDT/OFW platforms. After the refactoring of the powerpc code so that OF_decode_addr() is

svn commit: r294279 - head/sys/sys

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 16:54:26 2016 New Revision: 294279 URL: https://svnweb.freebsd.org/changeset/base/294279 Log: Add RISC-V relocation types. Reviewed by: emaste Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h ===

svn commit: r294278 - stable/10/sbin/mount

2016-01-18 Thread Alan Somers
Author: asomers Date: Mon Jan 18 16:41:26 2016 New Revision: 294278 URL: https://svnweb.freebsd.org/changeset/base/294278 Log: MFC r292573 Fix "mount -a" for NFS and ZFS filesystems with shared mountpoints sbin/mount.c Check whether an fstab entry has the same fstype as a mount

svn commit: r294276 - stable/10/sys/boot/efi/boot1

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 16:09:58 2016 New Revision: 294276 URL: https://svnweb.freebsd.org/changeset/base/294276 Log: MFC r281058: Remove whitespace. Modified: stable/10/sys/boot/efi/boot1/boot1.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/boot/efi/b

svn commit: r294275 - in stable/10/sys/boot/efi: boot1 include loader

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:55:25 2016 New Revision: 294275 URL: https://svnweb.freebsd.org/changeset/base/294275 Log: MFC r293244: Introduce and use new EFI_ERROR_CODE macro for EFI errors Modified: stable/10/sys/boot/efi/boot1/boot1.c stable/10/sys/boot/efi/include/efierr.h stabl

svn commit: r294274 - in stable/10/sys: amd64/include i386/include x86/include

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:52:07 2016 New Revision: 294274 URL: https://svnweb.freebsd.org/changeset/base/294274 Log: MFC r293343: Move amd64 metadata.h to x86 and share with i386 Added: stable/10/sys/x86/include/metadata.h - copied unchanged from r293343, head/sys/x86/include/me

svn commit: r294273 - stable/9/sys/fs/ext2fs

2016-01-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 18 15:43:37 2016 New Revision: 294273 URL: https://svnweb.freebsd.org/changeset/base/294273 Log: MFC r293680 ext4: add support for reading sparse files Add support for sparse files in ext4. Also implement read-ahead, which greatly increases the performance wh

svn commit: r294272 - stable/10/sys/amd64/include

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:43:00 2016 New Revision: 294272 URL: https://svnweb.freebsd.org/changeset/base/294272 Log: MFC r281381: Use explicitly sized types in EFI module metadata This will allow the same metadata struct to be used on all platforms. Modified: stable/10/sys/amd64

svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 18 15:39:32 2016 New Revision: 294271 URL: https://svnweb.freebsd.org/changeset/base/294271 Log: MFC r293680 ext4: add support for reading sparse files Add support for sparse files in ext4. Also implement read-ahead, which greatly increases the performance wh

svn commit: r294270 - stable/10/sys/boot/efi/loader

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:37:41 2016 New Revision: 294270 URL: https://svnweb.freebsd.org/changeset/base/294270 Log: MFC r293165: loader.efi: support non-contiguous console modes Modified: stable/10/sys/boot/efi/loader/main.c Directory Properties: stable/10/ (props changed) Modi

svn commit: r294269 - stable/10/sys/boot/efi/boot1

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:34:10 2016 New Revision: 294269 URL: https://svnweb.freebsd.org/changeset/base/294269 Log: MFC r281117: Move boot1.efi to the global CLEANFILES list It's not x86 specific. Modified: stable/10/sys/boot/efi/boot1/Makefile Directory Properties: stable/10

svn commit: r294268 - in stable/10/sys/boot/efi: boot1 loader

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 15:30:15 2016 New Revision: 294268 URL: https://svnweb.freebsd.org/changeset/base/294268 Log: MFC r287930: Various small cleanups to EFI loader Makefiles. Modified: stable/10/sys/boot/efi/boot1/Makefile stable/10/sys/boot/efi/loader/Makefile Directory Propert

Re: svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 14:11:34 + (UTC) Zbigniew Bodek wrote: > Author: zbb > Date: Mon Jan 18 14:11:34 2016 > New Revision: 294267 > URL: https://svnweb.freebsd.org/changeset/base/294267 > > Log: > Enable AIO interface on ARM64 platforms > > Add VFS_AIO to generic config to allow using

Re: svn commit: r294266 - head/sys/arm64/cavium

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 13:31:29 + (UTC) Zbigniew Bodek wrote: > Author: zbb > Date: Mon Jan 18 13:31:29 2016 > New Revision: 294266 > URL: https://svnweb.freebsd.org/changeset/base/294266 > > Log: > Update ThunderX PCIe driver to fit new DTS layout > > In recent EFI the DTS entries chang

svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Zbigniew Bodek
Author: zbb Date: Mon Jan 18 14:11:34 2016 New Revision: 294267 URL: https://svnweb.freebsd.org/changeset/base/294267 Log: Enable AIO interface on ARM64 platforms Add VFS_AIO to generic config to allow using of high-performance asynchronous disk AIO operation. Reviewed by: imp Ob

svn commit: r294266 - head/sys/arm64/cavium

2016-01-18 Thread Zbigniew Bodek
Author: zbb Date: Mon Jan 18 13:31:29 2016 New Revision: 294266 URL: https://svnweb.freebsd.org/changeset/base/294266 Log: Update ThunderX PCIe driver to fit new DTS layout In recent EFI the DTS entries changed for PCIe controller. This commit fixes internal PCIe, external is yet TBD.

svn commit: r294265 - head/sys/boot/efi/boot1

2016-01-18 Thread Steven Hartland
Author: smh Date: Mon Jan 18 12:02:05 2016 New Revision: 294265 URL: https://svnweb.freebsd.org/changeset/base/294265 Log: Fix EFI_DEBUG option Fix broken DPRINTF and wire up EFI_DEBUG so -DEFI_DEBUG to make works. MFC after:2 weeks X-MFC-With: r293268 Sponsored by: Multiplay

svn commit: r294264 - stable/9/sys/fs/smbfs

2016-01-18 Thread Andrey V. Elsukov
Author: ae Date: Mon Jan 18 11:51:41 2016 New Revision: 294264 URL: https://svnweb.freebsd.org/changeset/base/294264 Log: MFC r293679: Change the type of newsize argument in the smbfs_smb_setfsize() function from int to int64. MSDN says that SMB_SET_FILE_END_OF_FILE_INFO uses signed

svn commit: r294263 - stable/10/sys/fs/smbfs

2016-01-18 Thread Andrey V. Elsukov
Author: ae Date: Mon Jan 18 11:47:03 2016 New Revision: 294263 URL: https://svnweb.freebsd.org/changeset/base/294263 Log: MFC r293679: Change the type of newsize argument in the smbfs_smb_setfsize() function from int to int64. MSDN says that SMB_SET_FILE_END_OF_FILE_INFO uses signed

svn commit: r294262 - head/lib/libc

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 09:36:10 2016 New Revision: 294262 URL: https://svnweb.freebsd.org/changeset/base/294262 Log: Fix compilation on MIPS (typo introduced in r294227). Modified: head/lib/libc/Makefile Modified: head/lib/libc/Makefile ==

svn commit: r294261 - head/contrib/mdocml

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 08:52:09 2016 New Revision: 294261 URL: https://svnweb.freebsd.org/changeset/base/294261 Log: MFV r294260: Fix a wrong assertion in mandoc by applying OpenBSD main.c,v 1.170 (florian): Unbreak reading from stdin after recent parse() restructuring. O

svn commit: r294260 - vendor/mdocml/dist

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 08:41:03 2016 New Revision: 294260 URL: https://svnweb.freebsd.org/changeset/base/294260 Log: Fix a wrong assertion in mandoc by applying OpenBSD main.c,v 1.170 (florian): Unbreak reading from stdin after recent parse() restructuring. OK schwarze@ Modif