svn commit: r285621 - head/usr.sbin/devctl

2015-07-15 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 16 05:14:20 2015 New Revision: 285621 URL: https://svnweb.freebsd.org/changeset/base/285621 Log: Fix formatting. Modified: head/usr.sbin/devctl/devctl.8 Modified: head/usr.sbin/devctl/devctl.8

svn commit: r285617 - head/tools/build/mk

2015-07-15 Thread Andrey A. Chernov
Author: ache Date: Thu Jul 16 02:08:54 2015 New Revision: 285617 URL: https://svnweb.freebsd.org/changeset/base/285617 Log: Comment out usr/sbin/mailwrapper removal because for no mailwrapper case we have: /usr/sbin/sendmail - /usr/sbin/mailwrapper /usr/sbin/mailwrapper -

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

2015-07-15 Thread Neel Natu
Author: neel Date: Thu Jul 16 04:15:22 2015 New Revision: 285619 URL: https://svnweb.freebsd.org/changeset/base/285619 Log: If uart interrupts are not functioning then schedule the callout to do the polling at device attach time [1]. Add tunables 'debug.uart_force_poll' and

svn commit: r285620 - head/sys/powerpc/aim

2015-07-15 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 16 05:13:08 2015 New Revision: 285620 URL: https://svnweb.freebsd.org/changeset/base/285620 Log: Fix userland program exception handling for powerpc64. It appears that the linker will not handle 64-bit relocations at addresses that are not aligned to

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-15 Thread Mark Murray
On 15 Jul 2015, at 23:43, Adrian Chadd adrian.ch...@gmail.com wrote: - Add harvesting of slab allocator events. This needs to be checked for weighing down the allocator code. Hi, Is this really doing it upon every one of those events? eg, for each mbuf alloc through UMA? Only if

svn commit: r285618 - head/usr.sbin/ypbind

2015-07-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jul 16 02:34:22 2015 New Revision: 285618 URL: https://svnweb.freebsd.org/changeset/base/285618 Log: Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will break strict-aliasing rules. Declare some variables as statics as well

Re: svn commit: r285552 - head/usr.bin/xargs

2015-07-15 Thread Bruce Evans
On Tue, 14 Jul 2015, Ian Lepore wrote: On Tue, 2015-07-14 at 13:44 -0700, Xin Li wrote: On 07/14/15 13:29, Garrett Cooper wrote: On Jul 14, 2015, at 12:16, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Tue Jul 14 19:16:14 2015 New Revision: 285552 URL:

svn commit: r285596 - head/sys/compat/cloudabi

2015-07-15 Thread Ed Schouten
Author: ed Date: Wed Jul 15 09:14:06 2015 New Revision: 285596 URL: https://svnweb.freebsd.org/changeset/base/285596 Log: Make posix_fallocate() and posix_fadvise() work. We can map these system calls directly to the FreeBSD counterparts. The other filesystem related system calls will be

Re: svn commit: r285552 - head/usr.bin/xargs

2015-07-15 Thread David Chisnall
On 15 Jul 2015, at 01:02, Xin Li delp...@delphij.net wrote: My only concern with strtonum() is that it's English only. Given that strtonum() wraps strtoll, it ought to support whatever the current locale is (assuming that the program calls setlocale() before calling strtonum(), otherwise it

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

2015-07-15 Thread Zbigniew Bodek
Author: zbb Date: Wed Jul 15 09:24:45 2015 New Revision: 285597 URL: https://svnweb.freebsd.org/changeset/base/285597 Log: Add identify_cpu() to ARM64 init_secondary routine Identify current CPU. This is necessary to setup affinity registers and to provide support for runtime chip

Re: svn commit: r285592 - in head/sys: amd64/conf dev/ixgbe dev/netmap

2015-07-15 Thread Baptiste Daroussin
On Wed, Jul 15, 2015 at 01:02:02AM +, Patrick Kelsey wrote: Author: pkelsey Date: Wed Jul 15 01:02:01 2015 New Revision: 285592 URL: https://svnweb.freebsd.org/changeset/base/285592 Log: Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). Differential Revision:

Re: svn commit: r285592 - in head/sys: amd64/conf dev/ixgbe dev/netmap

2015-07-15 Thread Garrett Cooper
On Jul 14, 2015, at 23:00, Baptiste Daroussin b...@freebsd.org wrote: On Wed, Jul 15, 2015 at 01:02:02AM +, Patrick Kelsey wrote: Author: pkelsey Date: Wed Jul 15 01:02:01 2015 New Revision: 285592 URL: https://svnweb.freebsd.org/changeset/base/285592 Log: Add netmap support for

Re: svn commit: r285552 - head/usr.bin/xargs

2015-07-15 Thread Julian Elischer
On 7/15/15 8:02 AM, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/14/15 15:17, Ian Lepore wrote: On Tue, 2015-07-14 at 13:44 -0700, Xin Li wrote: On 07/14/15 13:29, Garrett Cooper wrote: On Jul 14, 2015, at 12:16, Baptiste Daroussin b...@freebsd.org wrote: Author:

svn commit: r285595 - head/usr.bin/ministat

2015-07-15 Thread John-Mark Gurney
Author: jmg Date: Wed Jul 15 06:14:04 2015 New Revision: 285595 URL: https://svnweb.freebsd.org/changeset/base/285595 Log: fix error message... errx since errno may not be set (if we didn't parse the full field), and err and errx add their own newline at the end... Sponsored by:

svn commit: r285607 - head/sys/kern

2015-07-15 Thread Konstantin Belousov
Author: kib Date: Wed Jul 15 17:36:35 2015 New Revision: 285607 URL: https://svnweb.freebsd.org/changeset/base/285607 Log: Reset non-zero it_need indicator to zero atomically with fetching its current value. It is believed that the change is the real fix for the issue which was covered

svn commit: r285610 - head/usr.bin/calendar

2015-07-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 15 18:49:15 2015 New Revision: 285610 URL: https://svnweb.freebsd.org/changeset/base/285610 Log: Fix trimming spaces writing at index -1 if an empty string is passed Submitted by: Gennady Proskurin gpr...@mail.ru Modified: head/usr.bin/calendar/io.c Modified:

svn commit: r285606 - head/sys/kern

2015-07-15 Thread Konstantin Belousov
Author: kib Date: Wed Jul 15 17:14:05 2015 New Revision: 285606 URL: https://svnweb.freebsd.org/changeset/base/285606 Log: Style. Remove excessive brackets. Compare non-boolean with zero. Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/sys/kern/kern_intr.c

svn commit: r285598 - head/sys/compat/cloudabi

2015-07-15 Thread Ed Schouten
Author: ed Date: Wed Jul 15 11:27:34 2015 New Revision: 285598 URL: https://svnweb.freebsd.org/changeset/base/285598 Log: Implement the trivial socket system calls: shutdown() and listen(). Modified: head/sys/compat/cloudabi/cloudabi_sock.c Modified: head/sys/compat/cloudabi/cloudabi_sock.c

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-15 Thread Adrian Chadd
On 30 June 2015 at 10:00, Mark Murray ma...@freebsd.org wrote: Author: markm Date: Tue Jun 30 17:00:45 2015 New Revision: 284959 URL: https://svnweb.freebsd.org/changeset/base/284959 - Add harvesting of FFS atime events. This needs to be checked for weighing down the FS code. - Add

svn commit: r285616 - head/sys/kern

2015-07-15 Thread Konstantin Belousov
Author: kib Date: Wed Jul 15 21:44:16 2015 New Revision: 285616 URL: https://svnweb.freebsd.org/changeset/base/285616 Log: Do not use atomic_swap_int(9), it is not available on all architectures. Atomic_cmpset_int(9) is a direct replacement, due to loop. The change fixes arm, arm64, mips

svn commit: r285615 - head/sbin/newfs

2015-07-15 Thread John-Mark Gurney
Author: jmg Date: Wed Jul 15 21:35:09 2015 New Revision: 285615 URL: https://svnweb.freebsd.org/changeset/base/285615 Log: fix the docs, the number of frags per inode (NFPI) changed in r228794 to 2 from 4, but the man page didn't get updated... other minor changes to make igor happy...

svn commit: r285600 - head/sys/dev/isp

2015-07-15 Thread Alexander Motin
Author: mav Date: Wed Jul 15 12:04:12 2015 New Revision: 285600 URL: https://svnweb.freebsd.org/changeset/base/285600 Log: MULTI_ID supported does not mean it is used. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp.c

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

2015-07-15 Thread Andrew Turner
Author: andrew Date: Wed Jul 15 13:28:25 2015 New Revision: 285601 URL: https://svnweb.freebsd.org/changeset/base/285601 Log: Fix an infinite loop when a node doesn't have an interrupt-parent property. Submitted by: Aleksey Kuleshov rnd...@yandex.ru Differential Revision: