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

2016-02-21 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 22 06:28:18 2016 New Revision: 295877 URL: https://svnweb.freebsd.org/changeset/base/295877 Log: hyperv/hn: Add TX method for txeof processing. Preamble to implement ifnet.if_transmit method. Reviewed by: adrian Approved by: adrian (mentor) MFC after:

Re: svn commit: r295854 - head/bin/dd

2016-02-21 Thread Bruce Evans
On Sun, 21 Feb 2016, Edward Tomasz Napierala wrote: Log: Make the "invalid numeric value" error message actually displayable (was a dead code before). Submitted by: bde@ (earlier version) Reviewed by: bde@ Thanks. Modified: head/bin/dd/args.c Modified: head/bin/dd/args.c

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

2016-02-21 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 22 06:22:47 2016 New Revision: 295876 URL: https://svnweb.freebsd.org/changeset/base/295876 Log: hyperv/hn: Staticize and rename packet TX done function It is only used in hv_netvsc_drv_freebsd.c; and rename it to hn_tx_done() mainly to reserve "xmit" for

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

2016-02-21 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 22 06:17:26 2016 New Revision: 295875 URL: https://svnweb.freebsd.org/changeset/base/295875 Log: hyperv/hn: Rename TX related function and struct fields a bit Preamble to implement the ifnet.if_transmit method. Reviewed by: adrian Approved by: adrian

Re: svn commit: r295864 - head/sys/kern

2016-02-21 Thread Bruce Evans
On Sun, 21 Feb 2016, Ian Lepore wrote: Log: Allow a dynamic env to override a compiled-in static env by passing in the override indication in the env data. Submitted by: bde Thanks. Bruce ___ svn-src-head@freebsd.org mailing list

svn commit: r295874 - head/sys/dev/usb/wlan

2016-02-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Feb 22 01:15:02 2016 New Revision: 295874 URL: https://svnweb.freebsd.org/changeset/base/295874 Log: urtwn: shutdown the device properly - R92C path: NetBSD (mostly) - R88E path: TP-Link driver Tested with RTL8188EU and RTL8188CUS. Reviewed by: kevlo

svn commit: r295873 - in head/sys/dev: msk sk

2016-02-21 Thread Pyun YongHyeon
Author: yongari Date: Mon Feb 22 00:58:04 2016 New Revision: 295873 URL: https://svnweb.freebsd.org/changeset/base/295873 Log: ifnet lock was changed to use sx(9) long time ago. Don't hold a driver lock for if_free(9). Modified: head/sys/dev/msk/if_msk.c head/sys/dev/sk/if_sk.c

svn commit: r295871 - in head/sys: conf dev/usb/wlan modules/usb modules/usb/urtwn

2016-02-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Feb 22 00:48:53 2016 New Revision: 295871 URL: https://svnweb.freebsd.org/changeset/base/295871 Log: urtwn: add an option to compile the driver without firmware specific code - Add URTWN_WITHOUT_UCODE option (will disable any firmware specific code when set). -

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

2016-02-21 Thread Alan Somers
On Sun, Feb 21, 2016 at 3:00 PM, Andrew Turner wrote: > On Thu, 18 Feb 2016 20:08:01 + (UTC) > Alan Somers wrote: > >> Author: asomers >> Date: Thu Feb 18 20:08:01 2016 >> New Revision: 295768 >> URL: https://svnweb.freebsd.org/changeset/base/295768

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

2016-02-21 Thread Andrew Turner
On Thu, 18 Feb 2016 20:08:01 + (UTC) Alan Somers wrote: > 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

svn commit: r295869 - in head/sys/boot/efi: include libefi

2016-02-21 Thread Andrew Turner
Author: andrew Date: Sun Feb 21 21:20:23 2016 New Revision: 295869 URL: https://svnweb.freebsd.org/changeset/base/295869 Log: Make efi_time and EFI_GetTimeOfDay static, neither are used by other parts of the efi code. Sponsored by: ABT Systems Ltd Modified:

svn commit: r295868 - head/bin/sh

2016-02-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 21 20:58:24 2016 New Revision: 295868 URL: https://svnweb.freebsd.org/changeset/base/295868 Log: sh: Don't hash alias name when there are no aliases. Modified: head/bin/sh/alias.c Modified: head/bin/sh/alias.c

svn commit: r295867 - head/usr.sbin/config

2016-02-21 Thread Ian Lepore
Author: ian Date: Sun Feb 21 18:58:05 2016 New Revision: 295867 URL: https://svnweb.freebsd.org/changeset/base/295867 Log: Document the ability to override compiled-in env and hints using variables in the bootloader-provided env. Modified: head/usr.sbin/config/config.5 Modified:

svn commit: r295866 - head/bin/sh

2016-02-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 21 18:54:17 2016 New Revision: 295866 URL: https://svnweb.freebsd.org/changeset/base/295866 Log: sh: Optimize setprompt(0). Avoid doing work to print an empty prompt (such as when reading scripts). Modified: head/bin/sh/parser.c Modified:

svn commit: r295865 - head/sys/dev/rtwn

2016-02-21 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 21 18:51:48 2016 New Revision: 295865 URL: https://svnweb.freebsd.org/changeset/base/295865 Log: rtwn: import r290048. - Fix scanning from AUTH state. Tested by: Simone Mario Lombardo PR: 203105 Reviewed by: kevlo

svn commit: r295864 - head/sys/kern

2016-02-21 Thread Ian Lepore
Author: ian Date: Sun Feb 21 18:35:01 2016 New Revision: 295864 URL: https://svnweb.freebsd.org/changeset/base/295864 Log: Allow a dynamic env to override a compiled-in static env by passing in the override indication in the env data. Submitted by: bde Modified:

svn commit: r295863 - head/sys/i386/i386

2016-02-21 Thread Ian Lepore
Author: ian Date: Sun Feb 21 18:17:09 2016 New Revision: 295863 URL: https://svnweb.freebsd.org/changeset/base/295863 Log: Minor style cleanups. Submitted by: bde Modified: head/sys/i386/i386/machdep.c Modified: head/sys/i386/i386/machdep.c

svn commit: r295862 - head/bin/sh

2016-02-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 21 16:48:37 2016 New Revision: 295862 URL: https://svnweb.freebsd.org/changeset/base/295862 Log: sh: Remove unnecessary flushouts while reading script. Output is flushed when a builtin is done or immediately after writing it (error messages, set -v output,

Re: svn commit: r295856 - head/sys/compat/linprocfs

2016-02-21 Thread Mateusz Guzik
On Sun, Feb 21, 2016 at 02:56:05PM +, Dag-Erling Smørgrav wrote: First of all I received this patch over a month ago and then I forgot a about it, for which I have to apologize. Now back to business. > Author: des > Date: Sun Feb 21 14:56:05 2016 > New Revision: 295856 > URL:

svn commit: r295861 - head/sys/dev/pms/freebsd/driver/ini/src

2016-02-21 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 21 16:45:22 2016 New Revision: 295861 URL: https://svnweb.freebsd.org/changeset/base/295861 Log: ostiInitiatorIOCompleted(): wrong sizeof() argument. Detected by: PVS Static Analysis CID: 1331601, 1331523 Modified:

svn commit: r295857 - head/contrib/binutils/bfd

2016-02-21 Thread Ian Lepore
Author: ian Date: Sun Feb 21 14:59:24 2016 New Revision: 295857 URL: https://svnweb.freebsd.org/changeset/base/295857 Log: Unconditionally set e_ident[OSABI]=ELFOSABI_FREEBSD in arm binary headers. When the armv6 support was imported from a project branch, this complex conditional logic

svn commit: r295856 - head/sys/compat/linprocfs

2016-02-21 Thread Dag-Erling Smørgrav
Author: des Date: Sun Feb 21 14:56:05 2016 New Revision: 295856 URL: https://svnweb.freebsd.org/changeset/base/295856 Log: Implement /proc/$$/limits. PR: 207386 Submitted by: Szymon Śliwa MFC after:3 weeks Modified:

svn commit: r295854 - head/bin/dd

2016-02-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 21 14:36:50 2016 New Revision: 295854 URL: https://svnweb.freebsd.org/changeset/base/295854 Log: Make the "invalid numeric value" error message actually displayable (was a dead code before). Submitted by: bde@ (earlier version) Reviewed by: bde@ MFC

svn commit: r295844 - in head/cddl/contrib/opensolaris/cmd: zfs zpool

2016-02-21 Thread Dimitry Andric
Author: dim Date: Sun Feb 21 13:03:58 2016 New Revision: 295844 URL: https://svnweb.freebsd.org/changeset/base/295844 Log: Fix "invalid type '(null)'" usage messages in zfs(8) and zpool(8). Currently, zfs(8) and zpool(8) print "invalid type '(null)'" or similar messages, if you pass in