On October 28, 2014 11:38:01 PM PDT, Navdeep Parhar wrote:
>On Tue, Oct 28, 2014 at 11:34:11PM -0700, Anthony Cornehl wrote:
>> On October 28, 2014 11:24:13 PM PDT, Navdeep Parhar
>wrote:
>> >Author: np
>> >Date: Wed Oct 29 06:24:12 2014
>> >New Revision: 273811
>> >URL: https://svnweb.freebsd.or
On Tue, Oct 28, 2014 at 11:34:11PM -0700, Anthony Cornehl wrote:
> On October 28, 2014 11:24:13 PM PDT, Navdeep Parhar wrote:
> >Author: np
> >Date: Wed Oct 29 06:24:12 2014
> >New Revision: 273811
> >URL: https://svnweb.freebsd.org/changeset/base/273811
> >
> >Log:
> > rping: make sure that the C
On October 28, 2014 11:24:13 PM PDT, Navdeep Parhar wrote:
>Author: np
>Date: Wed Oct 29 06:24:12 2014
>New Revision: 273811
>URL: https://svnweb.freebsd.org/changeset/base/273811
>
>Log:
> rping: make sure that the CQ event thread can never poll a CQ after it
> has been destroyed.
>
> Submitt
Author: np
Date: Wed Oct 29 06:24:12 2014
New Revision: 273811
URL: https://svnweb.freebsd.org/changeset/base/273811
Log:
rping: make sure that the CQ event thread can never poll a CQ after it
has been destroyed.
Submitted by: Hariprasad at Chelsio dot com
Sponsored by: Chelsio Communic
On Oct 28, 2014, at 21:00, Garrett Cooper wrote:
> On Oct 28, 2014, at 19:17, Craig Rodrigues wrote:
>
>> Hi,
>>
>> The tests started failing after this commit. Can you take a look?
>>
>> https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console
>
> Hi Craig,
> It’s my f
Author: ngie
Date: Wed Oct 29 04:32:46 2014
New Revision: 273810
URL: https://svnweb.freebsd.org/changeset/base/273810
Log:
Fix the logic inversion in the previous commit by ensuring that the matched
expression (:M) is empty, not the not matched (:N) is empty. The former case
means we have n
On Oct 28, 2014, at 19:17, Craig Rodrigues wrote:
> Hi,
>
> The tests started failing after this commit. Can you take a look?
>
> https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console
Hi Craig,
It’s my fault with not fully testing out the fix in r273803. I’m fixing
Author: mav
Date: Wed Oct 29 03:14:29 2014
New Revision: 273809
URL: https://svnweb.freebsd.org/changeset/base/273809
Log:
Implement better handling for ENOSPC error for both CTL and CAM.
This makes VMWare VAAI Thin Provisioning Stun primitive activate, pausing
the virtual machine, when b
Author: jmg
Date: Wed Oct 29 02:23:50 2014
New Revision: 273808
URL: https://svnweb.freebsd.org/changeset/base/273808
Log:
make this compile on arm... bus_size_t is not size_t, and it has
different sizes on different arches...
Modified:
head/sys/dev/safe/safe.c
Modified: head/sys/dev/safe
Hi,
The tests started failing after this commit. Can you take a look?
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console
--
Craig
On Oct 28, 2014 3:14 PM, "Jilles Tjoelker" wrote:
> Author: jilles
> Date: Tue Oct 28 22:14:31 2014
> New Revision: 273802
> URL: https://svn
Author: neel
Date: Wed Oct 29 01:54:37 2014
New Revision: 273807
URL: https://svnweb.freebsd.org/changeset/base/273807
Log:
MFC r273666.
Don't pass the 'error' return from an I/O port handler directly to vm_run().
Modified:
stable/10/sys/amd64/vmm/vmm_ioport.c
Directory Properties:
stable
Author: np
Date: Wed Oct 29 01:15:48 2014
New Revision: 273806
URL: https://svnweb.freebsd.org/changeset/base/273806
Log:
Userspace library for Chelsio's Terminator 5 based iWARP RNICs (pretty
much every T5 card that does _not_ have "-SO" in its name is RDMA
capable).
This plugs into th
Author: mav
Date: Wed Oct 29 00:27:02 2014
New Revision: 273805
URL: https://svnweb.freebsd.org/changeset/base/273805
Log:
MFC r273457: Document sort_io_queue sysctls/tunables.
Modified:
stable/10/share/man/man4/ada.4
stable/10/share/man/man4/da.4
Directory Properties:
stable/10/ (props
Author: ngie
Date: Tue Oct 28 23:01:09 2014
New Revision: 273803
URL: https://svnweb.freebsd.org/changeset/base/273803
Log:
Filter out TESTS_SUBDIRS already added to SUBDIR instead of blindly
appending the TESTS_SUBDIRS variable to SUBDIR
Duplicate directory entries can cause unexpected s
Author: jilles
Date: Tue Oct 28 22:14:31 2014
New Revision: 273802
URL: https://svnweb.freebsd.org/changeset/base/273802
Log:
Treat IFS separators in "$*" as quoted.
This makes a difference if IFS starts with *, ?, [ or a CTL* byte.
Added:
head/bin/sh/tests/parameters/positional6.0 (co
On Tue, 28 Oct 2014, Konstantin Belousov wrote:
Log:
Replace some calls to fuword() by fueword() with proper error checking.
I just noticed some more API design errors. The pointer type for new
APIs should be [qualifed] wordsize_t *, not [qualified] void *. Using
void * reduces type safety
Author: jhb
Date: Tue Oct 28 19:17:44 2014
New Revision: 273800
URL: https://svnweb.freebsd.org/changeset/base/273800
Log:
Rework virtual machine hypervisor detection.
- Move the existing code to x86/x86/identcpu.c since it is x86-specific.
- If the CPUID2_HV flag is set, assume a hypervisor
Author: loos
Date: Tue Oct 28 18:33:59 2014
New Revision: 273799
URL: https://svnweb.freebsd.org/changeset/base/273799
Log:
Make the GPIO children attach to the first unit available and not only to
unit 0.
It seems that this 'simplification' was copied to all GPIO drivers in tree.
Th
On Tuesday, October 28, 2014 11:40:06 am Konstantin Belousov wrote:
> On Tue, Oct 28, 2014 at 03:30:34PM +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Tue Oct 28 15:30:33 2014
> > New Revision: 273785
> > URL: https://svnweb.freebsd.org/changeset/base/273785
> >
> > Log:
> > Conver
Author: des
Date: Tue Oct 28 18:19:22 2014
New Revision: 273798
URL: https://svnweb.freebsd.org/changeset/base/273798
Log:
Merge upstream r825: fix line continuation in whitespace
Modified:
stable/9/contrib/openpam/lib/libpam/openpam_readword.c
Directory Properties:
stable/9/contrib/openpam
Author: np
Date: Tue Oct 28 18:10:57 2014
New Revision: 273797
URL: https://svnweb.freebsd.org/changeset/base/273797
Log:
Always request a completion for every work request for iWARP. The
initial MPA exchange must be tracked this way so that t4_tom's state for
the tid is all clean at the ti
Author: brooks
Date: Tue Oct 28 17:52:26 2014
New Revision: 273796
URL: https://svnweb.freebsd.org/changeset/base/273796
Log:
Import in latest mtree from NetBSD to fix a bug in parsing group files
that jmg fixed upstream.
MFC after:1 week
Sponsored by: DARPA, AFRL
Modified:
head/
Author: trasz
Date: Tue Oct 28 17:11:51 2014
New Revision: 273793
URL: https://svnweb.freebsd.org/changeset/base/273793
Log:
Document iSNS defaults.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld/ctl.conf
Author: bapt
Date: Tue Oct 28 16:27:29 2014
New Revision: 273791
URL: https://svnweb.freebsd.org/changeset/base/273791
Log:
Fix renaming a group via the gr_copy function
Add a regression test to pw(8) because the bug was discovered via using:
pw groupmod
PR: 187189
Report
Author: brooks
Date: Tue Oct 28 16:24:44 2014
New Revision: 273790
URL: https://svnweb.freebsd.org/changeset/base/273790
Log:
Tag 2014-10-28 import of NetBSD's mtree(8)
Added:
vendor/NetBSD/mtree/20141028/
- copied from r273789, vendor/NetBSD/mtree
Author: brooks
Date: Tue Oct 28 16:24:07 2014
New Revision: 273789
URL: https://svnweb.freebsd.org/changeset/base/273789
Log:
Vendor import of NetBSD's mtree(8) at 2014-10-28
Modified:
vendor/NetBSD/mtree/dist/create.c
vendor/NetBSD/mtree/dist/extern.h
vendor/NetBSD/mtree/dist/getid.c
v
Author: jkim
Date: Tue Oct 28 16:19:02 2014
New Revision: 273788
URL: https://svnweb.freebsd.org/changeset/base/273788
Log:
Actually install casuword(9) to fix build.
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
===
On Tue, Oct 28, 2014 at 11:35:54AM -0400, Adam McDougall wrote:
> On 10/28/2014 10:54, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Tue Oct 28 14:54:04 2014
> > New Revision: 273782
> > URL: https://svnweb.freebsd.org/changeset/base/273782
> >
> > Log:
> > Do not delete the group wheel w
Author: bapt
Date: Tue Oct 28 15:46:22 2014
New Revision: 273787
URL: https://svnweb.freebsd.org/changeset/base/273787
Log:
Ensure pw userdel -u do not try to remove root
Check the uid passed is actually a number as early as possible
MFC after:1 week
Modified:
head/usr.sbin/pw/
On Tue, Oct 28, 2014 at 03:30:34PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Oct 28 15:30:33 2014
> New Revision: 273785
> URL: https://svnweb.freebsd.org/changeset/base/273785
>
> Log:
> Convert kern_umtx.c to use fueword() and casueword().
>
> Also fix some mishandling o
On 10/28/2014 10:54, Baptiste Daroussin wrote:
> Author: bapt
> Date: Tue Oct 28 14:54:04 2014
> New Revision: 273782
> URL: https://svnweb.freebsd.org/changeset/base/273782
>
> Log:
> Do not delete the group wheel when bad argument is passed to pw groupdel -g
>
> Check that the -g argument
Author: bapt
Date: Tue Oct 28 15:33:15 2014
New Revision: 273786
URL: https://svnweb.freebsd.org/changeset/base/273786
Log:
Fix atf syntax
Modified:
head/usr.sbin/pw/tests/pw_delete.sh
Modified: head/usr.sbin/pw/tests/pw_delete.sh
=
Author: kib
Date: Tue Oct 28 15:30:33 2014
New Revision: 273785
URL: https://svnweb.freebsd.org/changeset/base/273785
Log:
Convert kern_umtx.c to use fueword() and casueword().
Also fix some mishandling of suword(9) errors as errno, which resulted
in spurious ERESTART.
Sponsored by:
Author: kib
Date: Tue Oct 28 15:28:20 2014
New Revision: 273784
URL: https://svnweb.freebsd.org/changeset/base/273784
Log:
Replace some calls to fuword() by fueword() with proper error checking.
Sponsored by: The FreeBSD Foundation
Tested by:pho
MFC after:3 weeks
Modified:
he
Author: kib
Date: Tue Oct 28 15:22:13 2014
New Revision: 273783
URL: https://svnweb.freebsd.org/changeset/base/273783
Log:
Add fueword(9) and casueword(9) functions. They are like fuword(9)
and casuword(9), but do not mix value read and indication of fault.
I know (or remember) enough as
Author: bapt
Date: Tue Oct 28 14:54:04 2014
New Revision: 273782
URL: https://svnweb.freebsd.org/changeset/base/273782
Log:
Do not delete the group wheel when bad argument is passed to pw groupdel -g
Check that the -g argument is actually a number, if not report an error.
This argument is
2014(r273779)
+++ head/ObsoleteFiles.inc Tue Oct 28 14:48:52 2014(r273780)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141028: debug files accidentally installed as directory name
+OLD_FILES+=usr/lib/debug/usr/lib/i18n
+OLD_FILES+=usr/lib/debug/usr/lib
On Tue, Oct 28, 2014 at 07:50:44AM +0100, Baptiste Daroussin wrote:
> On Mon, Oct 27, 2014 at 05:26:42PM -0700, NGie Cooper wrote:
> > On Mon, Oct 27, 2014 at 4:31 PM, Baptiste Daroussin
> > wrote:
> > > Author: bapt
> > > Date: Mon Oct 27 23:31:07 2014
> > > New Revision: 273755
> > > URL: https
Author: bapt
Date: Tue Oct 28 14:19:17 2014
New Revision: 273779
URL: https://svnweb.freebsd.org/changeset/base/273779
Log:
Fix a regression in pw usermod -G list
The user was perperly adding the to different groups from "list" but was not
removed from the other groups it could have belon
Hi!
> Dag-Erling Smørgrav writes:
> > Kurt Jaeger writes:
> > > I do not have a working arm setup right now.
> > This is a bug on all platforms, and both clang and (recent) gcc should
> > complain about it. That printf() call will print garbage.
>
> Correction: it will print garbage on 32-bit
Author: nwhitehorn
Date: Tue Oct 28 14:11:54 2014
New Revision: 273778
URL: https://svnweb.freebsd.org/changeset/base/273778
Log:
Remove spurious libelf dependency.
Submitted by: pluknet
Modified:
head/usr.sbin/pkg/Makefile
Modified: head/usr.sbin/pkg/Makefile
==
Author: mav
Date: Tue Oct 28 14:01:58 2014
New Revision: 273776
URL: https://svnweb.freebsd.org/changeset/base/273776
Log:
MFS10 r273767 / MFC r273638:
Revert somewhat hackish geom_disk optimization, committed as part of r256880,
and the following r273143 commit, supposed to workaround intro
Author: hselasky
Date: Tue Oct 28 13:38:10 2014
New Revision: 273774
URL: https://svnweb.freebsd.org/changeset/base/273774
Log:
Make some infiniband example utilities easily buildable:
- Add new Makefiles.
- Add more include directories when building.
- Fixed a printf() formatting string.
On 10/27/14 13:43, Lawrence Stewart wrote:
> Hi Hiroki-san,
>
> On 10/02/14 07:37, Hiroki Sato wrote:
>> Author: hrs
>> Date: Wed Oct 1 21:37:32 2014
>> New Revision: 272386
>> URL: https://svnweb.freebsd.org/changeset/base/272386
>>
>> Log:
>> Virtualize lagg(4) cloner. This change fixes a pa
Author: hselasky
Date: Tue Oct 28 12:00:39 2014
New Revision: 273773
URL: https://svnweb.freebsd.org/changeset/base/273773
Log:
The SYSCTL data pointers can come from userspace and must not be
directly accessed. Although this will work on some platforms, it can
throw an exception if the poin
On Tue, 28 Oct 2014, [utf-8] Dag-Erling Sm??rgrav wrote:
Bruce Evans writes:
Dag-Erling Sm??rgrav writes:
This is a bug on all platforms, and both clang and (recent) gcc
should complain about it. That printf() call will print garbage.
No, this is only a bug on 32-bit arches. The is is SSI
Author: bapt
Date: Tue Oct 28 11:20:30 2014
New Revision: 273772
URL: https://svnweb.freebsd.org/changeset/base/273772
Log:
When a group is renamed then the group has been invalidated for sure.
In that case get the group information using the new name.
Add a regression test about this bug
On 10/28/14 10:26, Marcelo Araujo wrote:
Missing the log, my bad!!! And as we don't have 'svn "force commit"' to
append it.
Change log:
Missing break on the switch case statement.
Why commands like:
svn propedit svn:log --revprop -r273766
is not allowed?
AFAIR propedit --revprop was disallow
Author: bapt
Date: Tue Oct 28 10:39:41 2014
New Revision: 273771
URL: https://svnweb.freebsd.org/changeset/base/273771
Log:
Add regression tests for the timeout(1) utility
They are modeled over the regression tests that are provided for the GNU
coreutils timeout(1) utility
Added:
head/
Author: trasz
Date: Tue Oct 28 10:39:29 2014
New Revision: 273770
URL: https://svnweb.freebsd.org/changeset/base/273770
Log:
Fix build after previous commit. While here, improve error messages.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/par
Author: bapt
Date: Tue Oct 28 10:33:31 2014
New Revision: 273769
URL: https://svnweb.freebsd.org/changeset/base/273769
Log:
Improve compatibility with GNU timeout
According to the coreutils regression testsuite for timeout(1)
It is expect to exit with a status being:
125 in case an inva
Author: trasz
Date: Tue Oct 28 10:25:59 2014
New Revision: 273768
URL: https://svnweb.freebsd.org/changeset/base/273768
Log:
Remove the distinction between strings and numbers from ctld(8) yacc parser.
This fixes problems with passing strings that look like numbers to clauses
that expect str
Bruce Evans writes:
> Dag-Erling Smørgrav writes:
> > This is a bug on all platforms, and both clang and (recent) gcc
> > should complain about it. That printf() call will print garbage.
> No, this is only a bug on 32-bit arches. The is is SSIZE_MAX.
If you mean "it only has consequences on 32
On Tue, 28 Oct 2014, [utf-8] Dag-Erling Sm??rgrav wrote:
Kurt Jaeger writes:
Konstantin Belousov writes:
On Mon, Oct 27, 2014 at 11:38:17AM +, Kurt Jaeger wrote:
/scratch/tmp/kib/src/bin/dd/args.c:192: warning: format '%jd' expects type
'intmax_t', but argument 3 has type 'int'
Thanks
Dag-Erling Smørgrav writes:
> Kurt Jaeger writes:
> > I do not have a working arm setup right now.
> This is a bug on all platforms, and both clang and (recent) gcc should
> complain about it. That printf() call will print garbage.
Correction: it will print garbage on 32-bit platforms, where si
Kurt Jaeger writes:
> Konstantin Belousov writes:
> > On Mon, Oct 27, 2014 at 11:38:17AM +, Kurt Jaeger wrote:
> > /scratch/tmp/kib/src/bin/dd/args.c:192: warning: format '%jd' expects type
> > 'intmax_t', but argument 3 has type 'int'
> Thanks for the pointer. I'll take it up with the submi
Author: mav
Date: Tue Oct 28 08:00:28 2014
New Revision: 273767
URL: https://svnweb.freebsd.org/changeset/base/273767
Log:
MFC r273638:
Revert somewhat hackish geom_disk optimization, committed as part of r256880,
and the following r273143 commit, supposed to workaround introduced issue by
2014-10-28 15:19 GMT+08:00 Marcelo Araujo :
> Author: araujo (ports committer)
> Date: Tue Oct 28 07:19:02 2014
> New Revision: 273766
> URL: https://svnweb.freebsd.org/changeset/base/273766
>
> Log:
> Reported by: Coverity
> CID: 1249760
> Reviewed by: neel
> Approved by: neel
Author: araujo (ports committer)
Date: Tue Oct 28 07:19:02 2014
New Revision: 273766
URL: https://svnweb.freebsd.org/changeset/base/273766
Log:
Reported by: Coverity
CID: 1249760
Reviewed by: neel
Approved by: neel
Sponsored by: QNAP Systems Inc.
Modified:
head/sys/amd64/v
59 matches
Mail list logo