svn commit: r267601 - head/lib/libc/stdtime

2014-06-17 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 18 02:36:21 2014 New Revision: 267601 URL: http://svnweb.freebsd.org/changeset/base/267601 Log: stdtime: style(9) fixes. Obtained from:illumos MFC after:5 days Modified: head/lib/libc/stdtime/strftime.c head/lib/libc/stdtime/strptime.c head/lib

svn commit: r267600 - head/sys/dev/cxgbe

2014-06-17 Thread Navdeep Parhar
Author: np Date: Wed Jun 18 00:16:35 2014 New Revision: 267600 URL: http://svnweb.freebsd.org/changeset/base/267600 Log: cxgbe(4): Fix bug in the fast rx buffer recycle path. In some cases rx buffers were getting recycled when they should have been left alone. MFC after:3 days Modi

svn commit: r267599 - in head: . share/man/man7

2014-06-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 17 22:23:36 2014 New Revision: 267599 URL: http://svnweb.freebsd.org/changeset/base/267599 Log: - Add a LOCAL_ITOOLS to allow adding additional tools required for the installworld and distributeworld targets PR: 179562 Submitted by: Garrett Coo

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

2014-06-17 Thread Michael Tuexen
Author: tuexen Date: Tue Jun 17 21:48:04 2014 New Revision: 267597 URL: http://svnweb.freebsd.org/changeset/base/267597 Log: Different versions of the ARM processor use different registers. Fix the code used on a Raspberry Pi. Reviewed by: markm@ Modified: head/sys/arm/arm/cpufunc.c

svn commit: r267595 - head/release/doc/share/xml

2014-06-17 Thread Glen Barber
Author: gjb Date: Tue Jun 17 21:08:49 2014 New Revision: 267595 URL: http://svnweb.freebsd.org/changeset/base/267595 Log: Drop 'Inc.' for consistency. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/share/xml/sponsor.ent Modified: head/release/doc/share/xml/sponsor.ent =

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-17 Thread Michael Tuexen
On 17 Jun 2014, at 21:05, Mark R V Murray wrote: > > On 17 Jun 2014, at 19:58, Michael Tuexen wrote: >> So you want something like: > > Yup! Looks good! :-) > > If you want to blame me for reviewing this, thats fine, but I’ve not run it > (I’m waiting for a replacement RPI, still). OK, I'll

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-17 Thread Mark R V Murray
On 17 Jun 2014, at 19:58, Michael Tuexen wrote: > So you want something like: Yup! Looks good! :-) If you want to blame me for reviewing this, thats fine, but I’ve not run it (I’m waiting for a replacement RPI, still). Please don’t be offended if a follow-up commit of mine rearranges this sl

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-17 Thread Michael Tuexen
On 17 Jun 2014, at 20:33, Mark R V Murray wrote: > Hi Michael, > > If that works, then Brilliant! :-) :-) > > Could you please fix this so the _PMC_USER_READ_WRITE_ is all in one place > (it’s too dangerous to split up), and put an architecture-specific #ifdef > around just the MCR instructio

svn commit: r267591 - in head/etc: etc.amd64 etc.i386

2014-06-17 Thread Peter Grehan
Author: grehan Date: Tue Jun 17 18:51:03 2014 New Revision: 267591 URL: http://svnweb.freebsd.org/changeset/base/267591 Log: Convert the potential console port over to using 3wire, for i386/amd64. (This change was already in place for other arches via r262957) Reviewed by: nwhitehorn

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-17 Thread Mark R V Murray
Hi Michael, If that works, then Brilliant! :-) :-) Could you please fix this so the _PMC_USER_READ_WRITE_ is all in one place (it’s too dangerous to split up), and put an architecture-specific #ifdef around just the MCR instruction we care about. With that, its good to commit, I’d say. I’ll li

svn commit: r267589 - in head/sys: arm/at91 dev/ahci dev/ata dev/de dev/mvs dev/nfe dev/nxge dev/vxge

2014-06-17 Thread John Baldwin
Author: jhb Date: Tue Jun 17 18:10:06 2014 New Revision: 267589 URL: http://svnweb.freebsd.org/changeset/base/267589 Log: Don't bother clearing maps for static DMA allocations to NULL. Instead, leave them as purely opaque values that are only set by bus_dmamem_alloc(). Modified: head/sys/a

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

2014-06-17 Thread Ed Maste
Author: emaste Date: Tue Jun 17 16:25:50 2014 New Revision: 267583 URL: http://svnweb.freebsd.org/changeset/base/267583 Log: Update src.conf.5 after r267582 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r267582 - head/tools/build/options

2014-06-17 Thread Ed Maste
Author: emaste Date: Tue Jun 17 16:21:50 2014 New Revision: 267582 URL: http://svnweb.freebsd.org/changeset/base/267582 Log: share/vt now also includes keymaps Modified: head/tools/build/options/WITHOUT_VT_SUPPORT Modified: head/tools/build/options/WITHOUT_VT_SUPPORT

svn commit: r267581 - in head/sys/dev/sound: pci pci/hda pcm

2014-06-17 Thread John Baldwin
Author: jhb Date: Tue Jun 17 16:07:57 2014 New Revision: 267581 URL: http://svnweb.freebsd.org/changeset/base/267581 Log: Fix various bugs with freeing static DMA allocations in sound drivers: - Don't compare the DMA map to NULL to determine if bus_dmamap_unload() should be called when rel

svn commit: r267580 - in head/sys/dev: cadence et oce ti txp wpi

2014-06-17 Thread John Baldwin
Author: jhb Date: Tue Jun 17 14:47:49 2014 New Revision: 267580 URL: http://svnweb.freebsd.org/changeset/base/267580 Log: Fix teardown of static DMA allocations in various NIC drivers: - Add missing calls to bus_dmamap_unload() in et(4). - Check the bus address against 0 to decide when to ca

svn commit: r267578 - head/share/vt/fonts

2014-06-17 Thread Ed Maste
Author: emaste Date: Tue Jun 17 13:12:30 2014 New Revision: 267578 URL: http://svnweb.freebsd.org/changeset/base/267578 Log: Add glyphs from converted syscons iso* fonts This consists of the unique glyphs from the following font files in /usr/share/syscons/fonts: iso*.fnt ISO-885

svn commit: r267577 - in head: . usr.bin usr.bin/send-pr

2014-06-17 Thread Gavin Atkinson
Author: gavin Date: Tue Jun 17 12:59:03 2014 New Revision: 267577 URL: http://svnweb.freebsd.org/changeset/base/267577 Log: Add a stub send-pr that simply points people towards the online support pages, to give people used to send-pr a bit of guidance. MFC after:3 days Added: head/

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-17 Thread Michael Tuexen
On 16 Jun 2014, at 22:13, Mark R V Murray wrote: Hi Mark, I just adopted the comments to the code change. So here is the improved patch: Index: cpufunc.c === --- cpufunc.c (revision 267575) +++ cpufunc.c (working copy) @@ -1404,

www.freebsd.org

2014-06-17 Thread Georgia
Hi, I found your contact over the web and wanted to send you a quick note. With Search Engine Optimization and Web Development, I can help your business achieve better ranking on prominent search engines like Google, Bing & others to generate more leads/sales. This may look like one of tho

svn commit: r267575 - head/sys/x86/x86

2014-06-17 Thread Konstantin Belousov
Author: kib Date: Tue Jun 17 09:33:22 2014 New Revision: 267575 URL: http://svnweb.freebsd.org/changeset/base/267575 Log: Do not reference native_lapic_ipi_*() functions in the UP build. The functions' definitions are protected by #ifdef SMP. Keeping apic_ops.ipi_*() methods NULL would allow

svn commit: r267574 - head/sys/cam/ctl

2014-06-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jun 17 09:02:10 2014 New Revision: 267574 URL: http://svnweb.freebsd.org/changeset/base/267574 Log: Make cs_terminating a bool; no functional changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c head/sys/cam/ctl/ctl_front

Re: svn commit: r267526 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86 x86/xen

2014-06-17 Thread Roger Pau Monné
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/06/14 08:46, Konstantin Belousov wrote: > On Mon, Jun 16, 2014 at 08:43:03AM +, Roger Pau Monnц╘ wrote: >> Author: royger Date: Mon Jun 16 08:43:03 2014 New Revision: >> 267526 URL: http://svnweb.freebsd.org/changeset/base/267526 >> >> Log:

svn commit: r267572 - head/cddl/contrib/opensolaris/cmd/zdb

2014-06-17 Thread Xin LI
Author: delphij Date: Tue Jun 17 08:11:45 2014 New Revision: 267572 URL: http://svnweb.freebsd.org/changeset/base/267572 Log: MFV r249332 (illumos-gate 14005:55fc53126003) Illumos ZFS issues: 3654 zdb should print number of ganged blocks MFC after:2 weeks Modified: head/cddl

svn commit: r267564 - in head/sys: fs/devfs fs/msdosfs fs/tmpfs kern sys ufs/ufs

2014-06-17 Thread Konstantin Belousov
Author: kib Date: Tue Jun 17 07:11:00 2014 New Revision: 267564 URL: http://svnweb.freebsd.org/changeset/base/267564 Log: In msdosfs_setattr(), add a check for result of the utimes(2) permissions test, forgotten in r164033. Refactor the permission checks for utimes(2) into vnode helper