svn commit: r284945 - head/usr.bin/mkesdb

2015-06-29 Thread Justin Hibbits
Author: jhibbits Date: Tue Jun 30 06:02:42 2015 New Revision: 284945 URL: https://svnweb.freebsd.org/changeset/base/284945 Log: The LDFLAGS isn't needed, and breaks the build on powerpc64. This hack is very fragile, and was broken on powerpc64 when metamode was introduced. Removing it su

Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Konstantin Belousov
On Tue, Jun 30, 2015 at 11:19:30AM +0800, Julian Elischer wrote: > On 6/29/15 8:19 PM, Ed Schouten wrote: > > Hi Kostik, > > > > 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : > >> @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) > >> if (bp->b_vflags & BV_BKGRDINPROG) > >>

Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Julian Elischer
On 6/29/15 8:19 PM, Ed Schouten wrote: Hi Kostik, 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) if (bp->b_vflags & BV_BKGRDINPROG) panic("bufwrite: still writing"); } + if ((bp->b_vfla

Re: svn commit: r284912 - head/usr.bin/units

2015-06-29 Thread Julio Merino
> On Jun 28, 2015, at 15:05 , Garrett Cooper wrote: > > >> On Jun 28, 2015, at 09:43, Julio Merino wrote: >> >> Author: jmmv >> Date: Sun Jun 28 16:43:07 2015 >> New Revision: 284912 >> URL: https://svnweb.freebsd.org/changeset/base/284912 >> >> Log: >> Only initialize libedit when necessary

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Glen Barber
On Tue, Jun 30, 2015 at 01:11:46AM +, Glen Barber wrote: > On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > > > > why do we have both the env and

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Glen Barber
On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > why do we have both the env and the -y switch? > Because if pkg is not bootstrapped (pkg(7) versus pkg(8)

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Philip M. Gollucci
On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > why do we have both the env and the -y switch? -- - Curb: Your ride is here 4096R/D21D2752

svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Brad Davis
Author: brd (doc,ports committer) Date: Mon Jun 29 21:26:41 2015 New Revision: 284942 URL: https://svnweb.freebsd.org/changeset/base/284942 Log: Add Support for uploading Vagrant images to Hashicorp Atlas. Approved by: re (gjb) Added: head/release/scripts/atlas-upload.sh (contents, pr

svn commit: r284941 - head/sys/netinet

2015-06-29 Thread Hiren Panchasara
Author: hiren Date: Mon Jun 29 21:23:54 2015 New Revision: 284941 URL: https://svnweb.freebsd.org/changeset/base/284941 Log: Avoid a situation where we do not set persist timer after a zero window condition. If you send a 0-length packet, but there is data is the socket buffer, and neither

Re: svn commit: r284928 - head/usr.bin/ar

2015-06-29 Thread Ed Maste
> On 29 June 2015 at 06:48, Ed Maste wrote: >> Author: emaste >> Date: Mon Jun 29 13:48:44 2015 >> New Revision: 284928 >> URL: https://svnweb.freebsd.org/changeset/base/284928 >> >> Log: >> speed up ar(1) on UFS file systems > > Is this potentially an issue for other applications? Why is it suc

svn commit: r284933 - head/share/man/man4

2015-06-29 Thread Sean Bruno
Author: sbruno Date: Mon Jun 29 17:59:00 2015 New Revision: 284933 URL: https://svnweb.freebsd.org/changeset/base/284933 Log: Delete the refernce to VLAN handling being disabled by default. This is no longer the case. PR: 118693 MFC after:3 days Modified: head/share/ma

Re: svn commit: r284928 - head/usr.bin/ar

2015-06-29 Thread Adrian Chadd
Is this potentially an issue for other applications? Why is it such a big issue for ar? -a On 29 June 2015 at 06:48, Ed Maste wrote: > Author: emaste > Date: Mon Jun 29 13:48:44 2015 > New Revision: 284928 > URL: https://svnweb.freebsd.org/changeset/base/284928 > > Log: > speed up ar(1) on U

svn commit: r284931 - head/sys/x86/isa

2015-06-29 Thread Christian Brueffer
Author: brueffer Date: Mon Jun 29 17:02:09 2015 New Revision: 284931 URL: https://svnweb.freebsd.org/changeset/base/284931 Log: Set the initial system time to a sane (as in: not end of 21st century) value when booting on a PC with CMOS clock set to a year before 2000. This uses 1980 (ins

svn commit: r284930 - head/etc

2015-06-29 Thread Christian Brueffer
Author: brueffer Date: Mon Jun 29 15:38:34 2015 New Revision: 284930 URL: https://svnweb.freebsd.org/changeset/base/284930 Log: Add CouchDB ports (5984 TCP/UDP). PR: 193268 Submitted by: y...@rawbw.com MFC after:1 week Modified: head/etc/services Modified: head/etc/ser

Re: svn commit: r284929 - head/share/examples/csh

2015-06-29 Thread Christian Brueffer
This should have been PR 191759. Chris On 2015-06-29 16:41, Christian Brueffer wrote: Author: brueffer Date: Mon Jun 29 14:41:19 2015 New Revision: 284929 URL: https://svnweb.freebsd.org/changeset/base/284929 Log: Fix issues that kept some of the examples from actually working. PR:

svn commit: r284929 - head/share/examples/csh

2015-06-29 Thread Christian Brueffer
Author: brueffer Date: Mon Jun 29 14:41:19 2015 New Revision: 284929 URL: https://svnweb.freebsd.org/changeset/base/284929 Log: Fix issues that kept some of the examples from actually working. PR: 144534 Submitted by: Nicolas Edel MFC after:1 week Modified: head/share/e

Re: svn commit: r284927 - head/sys/ufs/ffs

2015-06-29 Thread Ed Schouten
2015-06-29 15:06 GMT+02:00 Konstantin Belousov : > Simplify code, no need to test the flag before clearing it. Thanks! :-) -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK/VAT number: 62051717 ___ svn-src-head@freebsd.org mailing list http

svn commit: r284928 - head/usr.bin/ar

2015-06-29 Thread Ed Maste
Author: emaste Date: Mon Jun 29 13:48:44 2015 New Revision: 284928 URL: https://svnweb.freebsd.org/changeset/base/284928 Log: speed up ar(1) on UFS file systems Fault in the buffer prior to writing to workaround poor performance due to interaction with kernel fs deadlock avoidance code. S

svn commit: r284927 - head/sys/ufs/ffs

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 13:06:24 2015 New Revision: 284927 URL: https://svnweb.freebsd.org/changeset/base/284927 Log: Simplify code, no need to test the flag before clearing it. Submitted by: ed MFC after:12 days Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/

Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Ed Schouten
Hi Kostik, 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : > @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) > if (bp->b_vflags & BV_BKGRDINPROG) > panic("bufwrite: still writing"); > } > + if ((bp->b_vflags & BV_BKGRDERR) != 0) > +

svn commit: r284926 - in head/sys/i386: i386 include isa

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 12:06:36 2015 New Revision: 284926 URL: https://svnweb.freebsd.org/changeset/base/284926 Log: Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain and restore the FPU state from the format of machine FSAVE area. The intended use is for ABI emulators

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

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 10:35:00 2015 New Revision: 284925 URL: https://svnweb.freebsd.org/changeset/base/284925 Log: Move CS_SECURE() and EFL_SECURE() macros to the machine/frame.h. They are useful for most implementations of sendsig(). Sponsored by: The FreeBSD Foundation MFC af

svn commit: r284924 - head/sys/compat/svr4

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 10:33:04 2015 New Revision: 284924 URL: https://svnweb.freebsd.org/changeset/base/284924 Log: svr4 emulator has custom sendsig() implementation, it does not use sv_sigtbl. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/compat

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

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 10:31:12 2015 New Revision: 284923 URL: https://svnweb.freebsd.org/changeset/base/284923 Log: Remove sv_sigtbl handling from the arm64 sendsig(). There is no ABI emulators on arm64. Reviewed by: andrew Review: https://reviews.freebsd.org/D2889 Spon

svn commit: r284922 - in head/sys: amd64/include i386/include

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 09:58:40 2015 New Revision: 284922 URL: https://svnweb.freebsd.org/changeset/base/284922 Log: Add a comment about too strong semantic of atomic_load_acq() on x86. Submitted by: bde MFC after:2 weeks Modified: head/sys/amd64/include/atomic.h head/sys/i

Re: svn commit: r284893 - in head/release: . tools

2015-06-29 Thread Christian Brueffer
On 2015-06-27 22:39, Brad Davis wrote: Author: brd (doc,ports committer) Date: Sat Jun 27 20:39:13 2015 New Revision: 284893 URL: https://svnweb.freebsd.org/changeset/base/284893 Log: Add initial support for building Vagrant images for VMWare. Next steps will be adding Virtualbox support and

svn commit: r284921 - in head/sys/amd64: amd64 include linux32

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 07:53:44 2015 New Revision: 284921 URL: https://svnweb.freebsd.org/changeset/base/284921 Log: pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb. Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/sys/amd64/amd64/

svn commit: r284920 - head/etc

2015-06-29 Thread Julian Elischer
Author: julian Date: Mon Jun 29 07:43:09 2015 New Revision: 284920 URL: https://svnweb.freebsd.org/changeset/base/284920 Log: Slight tidy up of comments before MFC MFC after:2 days Modified: head/etc/rc.firewall Modified: head/etc/rc.firewall

svn commit: r284919 - in head/sys: amd64/amd64 i386/i386 x86/include

2015-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 07:07:24 2015 New Revision: 284919 URL: https://svnweb.freebsd.org/changeset/base/284919 Log: Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests to obtain the thread %fs and %gs bases. Add x86 PT_SETFSBASE and PT_SETGSBASE requests to set the ba