svn commit: r285808 - head/sys/kern

2015-07-22 Thread Jeff Roberson
Author: jeff Date: Thu Jul 23 02:20:41 2015 New Revision: 285808 URL: https://svnweb.freebsd.org/changeset/base/285808 Log: - Don't defeat the FIFO nature of the buffer cache by eliminating the most recently used buffer when we are under paging pressure. This is a perversion of the b

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-22 Thread Warner Losh
> On Jul 22, 2015, at 4:53 PM, Jeff Roberson wrote: > > On Wed, 22 Jul 2015, Mark R V Murray wrote: > >> >>> On 22 Jul 2015, at 22:42, Jeff Roberson wrote: >>> >>> On Tue, 30 Jun 2015, Mark Murray wrote: >>> - Add harvesting of slab allocator events. This needs to be checked for

svn commit: r285807 - head/sys/dev/vt

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 23:30:54 2015 New Revision: 285807 URL: https://svnweb.freebsd.org/changeset/base/285807 Log: vt: cpu logos: Correct reversed 0/1 beastie descriptions Differential Revision:https://reviews.freebsd.org/D3158 Approved by: markj (mentor) Obtained from:

svn commit: r285806 - head/sys/dev/vt

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 23:23:12 2015 New Revision: 285806 URL: https://svnweb.freebsd.org/changeset/base/285806 Log: vt: Change default CPU logo to Orb Differential Revision:https://reviews.freebsd.org/D3156 Approved by: markj (mentor) MFC after:1 week Modified: he

svn commit: r285805 - head/sys/dev/vt

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 23:19:53 2015 New Revision: 285805 URL: https://svnweb.freebsd.org/changeset/base/285805 Log: vt: Default to cpu logos off Apologies, this was how it was supposed to land. Mea culpa. Differential Revision:https://reviews.freebsd.org/D3157 Reviewed

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-22 Thread Jeff Roberson
On Wed, 22 Jul 2015, Mark R V Murray wrote: On 22 Jul 2015, at 22:42, Jeff Roberson wrote: On Tue, 30 Jun 2015, Mark Murray wrote: - Add harvesting of slab allocator events. This needs to be checked for weighing down the allocator code. Neither filesystem operations nor allocations are

svn commit: r285804 - head/sbin/mount_nfs

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 22:53:40 2015 New Revision: 285804 URL: https://svnweb.freebsd.org/changeset/base/285804 Log: mount_nfs: Be more clear on nmount(2) error with errmsg unset Differential Revision:https://reviews.freebsd.org/D3147 Reviewed by: rmacklem Approved by: m

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-22 Thread Mark R V Murray
> On 22 Jul 2015, at 22:42, Jeff Roberson wrote: > > On Tue, 30 Jun 2015, Mark Murray wrote: > >> - Add harvesting of slab allocator events. This needs to be checked for >> weighing down the allocator code. > > Neither filesystem operations nor allocations are random events. They are > tri

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-22 Thread Jeff Roberson
On Tue, 30 Jun 2015, Mark Murray wrote: Author: markm Date: Tue Jun 30 17:00:45 2015 New Revision: 284959 URL: https://svnweb.freebsd.org/changeset/base/284959 Log: Huge cleanup of random(4) code. * GENERAL - Update copyright. - Make kernel options for RANDOM_YARROW and RANDOM_DUMMY. Set

svn commit: r285803 - head/bin/ls

2015-07-22 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Jul 22 19:58:21 2015 New Revision: 285803 URL: https://svnweb.freebsd.org/changeset/base/285803 Log: Remove an excess space accidently introduced in the output in ls(1) by r285734 Spotted by: dim Approved by: eadler (mentor) Sponsored by: S

svn commit: r285801 - head/sys/dev/vt

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 18:50:47 2015 New Revision: 285801 URL: https://svnweb.freebsd.org/changeset/base/285801 Log: vt_core.c: Use do/while to highlight missed semi-colon errors Also, fix some nearby #define whitespace while here. (Style cleanup for r285794.) Suggested by:

svn commit: r285797 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2015-07-22 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 22 16:25:07 2015 New Revision: 285797 URL: https://svnweb.freebsd.org/changeset/base/285797 Log: Merge ACPICA 20150717. Added: head/sys/contrib/dev/acpica/components/debugger/dbobject.c - copied, changed from r285728, vendor-sys/acpica/dist/source/components/d

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

2015-07-22 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jul 22 16:25:18 2015 New Revision: 285798 URL: https://svnweb.freebsd.org/changeset/base/285798 Log: sfxge: added fallbacks for pre 4.2.1 firmware support Driver must be able to start against older firmware that is missing recently added MCDI calls, otherwise fi

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

2015-07-22 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 22 16:26:17 2015 New Revision: 285799 URL: https://svnweb.freebsd.org/changeset/base/285799 Log: Catch up with ACPICA 20150717. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c ===

svn commit: r285796 - head/sbin/nvmecontrol

2015-07-22 Thread Jim Harris
Author: jimharris Date: Wed Jul 22 16:10:29 2015 New Revision: 285796 URL: https://svnweb.freebsd.org/changeset/base/285796 Log: nvmecontrol: read controller identify data before any log page operations MFC after:3 days Sponsored by: Intel Modified: head/sbin/nvmecontrol/logpage.c

svn commit: r285794 - head/sys/dev/vt

2015-07-22 Thread Conrad E. Meyer
Author: cem Date: Wed Jul 22 15:30:10 2015 New Revision: 285794 URL: https://svnweb.freebsd.org/changeset/base/285794 Log: vt: Unbreak build on no-splash configurations PR: 201751 Differential Revision:https://reviews.freebsd.org/D3151 Tested by:Andrey Fesenko Ap

Re: svn commit: r285766 - in head/sys: conf dev/vt dev/vt/logo

2015-07-22 Thread Conrad Meyer
On Wed, Jul 22, 2015 at 7:10 AM, Conrad Meyer wrote: > On Tue, Jul 21, 2015 at 9:26 PM, Luiz Otavio O Souza > wrote: >> This seems to break kernels without 'device splash'. >> >> ... >> linking kernel.debug >> vt_core.o: In function `vtterm_cnprobe': >> /usr/src/sys/dev/vt/vt_core.c:1363: undefi

Notice of appearance in Court #00257187

2015-07-22 Thread County Court
Notice to Appear, This is to inform you to appear in the Court on the July 26 for your case hearing. Please, do not forget to bring all the documents related to the case. Note: The case will be heard by the judge in your absence if you do not come. The copy of Court Notice is attached to this em

Cancelled. Quick transfer B9S847SPHS7A0

2015-07-22 Thread cplfloyd
Status message for svn-src-head@freebsd.org Date: 7:10 21-07-2015 Quick payment: B9S847SPHS7A0 State: Cancelled Please review the word document attached with this email to get more details about this transfer. ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r285766 - in head/sys: conf dev/vt dev/vt/logo

2015-07-22 Thread Conrad Meyer
On Tue, Jul 21, 2015 at 9:26 PM, Luiz Otavio O Souza wrote: > This seems to break kernels without 'device splash'. > > ... > linking kernel.debug > vt_core.o: In function `vtterm_cnprobe': > /usr/src/sys/dev/vt/vt_core.c:1363: undefined reference to > `vt_logo_sprite_height' > vt_core.o: In functi

svn commit: r285792 - head/sys/netinet

2015-07-22 Thread Randall Stewart
Author: rrs Date: Wed Jul 22 11:30:37 2015 New Revision: 285792 URL: https://svnweb.freebsd.org/changeset/base/285792 Log: Fix several problems with Stream Reset. 1) We were not handling (or sending) the IN_PROGRESS case if the other side (or our side) was not able to reset (awaiting mo

svn commit: r285791 - head/sys/compat/cloudabi64

2015-07-22 Thread Ed Schouten
Author: ed Date: Wed Jul 22 10:05:46 2015 New Revision: 285791 URL: https://svnweb.freebsd.org/changeset/base/285791 Log: Regenerate system call table. Modified: head/sys/compat/cloudabi64/cloudabi64_proto.h head/sys/compat/cloudabi64/cloudabi64_syscall.h head/sys/compat/cloudabi64/clouda

svn commit: r285790 - in head/sys: compat/cloudabi64 contrib/cloudabi

2015-07-22 Thread Ed Schouten
Author: ed Date: Wed Jul 22 10:04:53 2015 New Revision: 285790 URL: https://svnweb.freebsd.org/changeset/base/285790 Log: Import upstream changes to the system call definitions. Support has been added for providing the scope of a futex operation, whether the futex is local to the process

svn commit: r285789 - head/sys/dev/ahci

2015-07-22 Thread Zbigniew Bodek
Author: zbb Date: Wed Jul 22 09:46:22 2015 New Revision: 285789 URL: https://svnweb.freebsd.org/changeset/base/285789 Log: Introduce support for MSI-X interrupts in AHCI - Allocate resources for MSI-X table and PBA if necessary - Add function ahci_free_mem() to free all resources Rev

svn commit: r285788 - head/sys/netinet6

2015-07-22 Thread Randall Stewart
Author: rrs Date: Wed Jul 22 09:29:50 2015 New Revision: 285788 URL: https://svnweb.freebsd.org/changeset/base/285788 Log: Fix inverted logic bug that David Wolfskill found (thanks David!) MFC after:3 Weeks Modified: head/sys/netinet6/udp6_usrreq.c Modified: head/sys/netinet6/udp6_u

svn commit: r285787 - in head/sys/i386: i386 include

2015-07-22 Thread Konstantin Belousov
Author: kib Date: Wed Jul 22 09:12:40 2015 New Revision: 285787 URL: https://svnweb.freebsd.org/changeset/base/285787 Log: Remove duplicate and useless declarations. Submitted by: bde Modified: head/sys/i386/i386/mp_machdep.c head/sys/i386/include/smp.h Modified: head/sys/i386/i386/mp

svn commit: r285786 - in head/sys/modules: . cloudabi cloudabi64

2015-07-22 Thread Ed Schouten
Author: ed Date: Wed Jul 22 07:32:49 2015 New Revision: 285786 URL: https://svnweb.freebsd.org/changeset/base/285786 Log: Add Makefiles for CloudABI kernel modules. Place all of the machine/pointer size independent code in a kernel module called 'cloudabi'. All of the 64-bit specific code