Author: andrew
Date: Mon Apr 21 09:43:22 2014
New Revision: 264721
URL: http://svnweb.freebsd.org/changeset/base/264721
Log:
Rename the fp{get,set}* files so they no longer conflict with the softfloat
version of these files. Keep them within this directory so they can be used
to implement th
Author: ae
Date: Mon Apr 21 11:17:29 2014
New Revision: 264722
URL: http://svnweb.freebsd.org/changeset/base/264722
Log:
MFC r264364:
Properly release the in6_multi lock.
Sponsored by: Yandex LLC
Modified:
stable/10/sys/netinet6/in6_mcast.c
Directory Properties:
stable/10/ (props
Author: ae
Date: Mon Apr 21 11:24:01 2014
New Revision: 264723
URL: http://svnweb.freebsd.org/changeset/base/264723
Log:
MFC r264364:
Properly release the in6_multi lock.
Sponsored by: Yandex LLC
Modified:
stable/9/sys/netinet6/in6_mcast.c
Directory Properties:
stable/9/sys/ (pro
Author: ae
Date: Mon Apr 21 11:26:46 2014
New Revision: 264724
URL: http://svnweb.freebsd.org/changeset/base/264724
Log:
MFC r264364:
Properly release the in6_multi lock.
Sponsored by: Yandex LLC
Modified:
stable/8/sys/netinet6/in6_mcast.c
Directory Properties:
stable/8/sys/ (pro
Author: jilles
Date: Mon Apr 21 12:39:35 2014
New Revision: 264725
URL: http://svnweb.freebsd.org/changeset/base/264725
Log:
libc: Add fopen() test to regression Makefile.
Modified:
head/tools/regression/lib/libc/stdio/Makefile
Modified: head/tools/regression/lib/libc/stdio/Makefile
On Thu, 2014-03-27 at 20:44 +0100, Dimitry Andric wrote:
> On 27 Mar 2014, at 19:12, Jilles Tjoelker wrote:
> > On Thu, Mar 27, 2014 at 11:05:00AM -0600, Warner Losh wrote:
> >> On Mar 26, 2014, at 4:30 PM, Dimitry Andric wrote:
> >>> Author: dim
> >>> Date: Wed Mar 26 22:30:38 2014
> >>> New Rev
(sorry for the top post)
This looks good to my eye. I’d be tempted to toss in a comment about the
__wait=.WAIT construct is due to the primitive nature of bmake’s parser
so it runs afoul of the .for/.if construction rules and this is needed to expand
the for variable. It tripped me up when I looke
Author: mav
Date: Mon Apr 21 16:26:24 2014
New Revision: 264727
URL: http://svnweb.freebsd.org/changeset/base/264727
Log:
MFC r264191:
Report stripe size and offset of the backing device in READ CAPACITY (16)
as physical sector size and offset.
Modified:
stable/10/sys/cam/ctl/ctl.c
stab
Author: mav
Date: Mon Apr 21 16:29:54 2014
New Revision: 264728
URL: http://svnweb.freebsd.org/changeset/base/264728
Log:
MFC r264191:
Report stripe size and offset of the backing device in READ CAPACITY (16)
as physical sector size and offset.
Modified:
stable/9/sys/cam/ctl/ctl.c
stabl
Author: mav
Date: Mon Apr 21 16:33:49 2014
New Revision: 264729
URL: http://svnweb.freebsd.org/changeset/base/264729
Log:
MFC r264341:
Create zvol devices on zfs clone.
While big and shiny patch is not ready, it is better to have something.
PR: kern/178999
Modified:
stab
Author: mav
Date: Mon Apr 21 16:35:14 2014
New Revision: 264730
URL: http://svnweb.freebsd.org/changeset/base/264730
Log:
MFC r264341:
Create zvol devices on zfs clone.
While big and shiny patch is not ready, it is better to have something.
PR: kern/178999
Modified:
st
Author: gjb
Date: Mon Apr 21 16:35:19 2014
New Revision: 264731
URL: http://svnweb.freebsd.org/changeset/base/264731
Log:
urndis(4) will first appear in 9.3-RELEASE.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man4/urndis.4
Modified: head/share/m
Author: mav
Date: Mon Apr 21 16:42:15 2014
New Revision: 264732
URL: http://svnweb.freebsd.org/changeset/base/264732
Log:
MFC r264077:
Add BIO_DELETE support to ZVOL.
It is an adapted merge from the vendor branch of:
701 UNMAP support for COMSTAR (in part related to ZFS)
2130
Author: mav
Date: Mon Apr 21 16:46:44 2014
New Revision: 264733
URL: http://svnweb.freebsd.org/changeset/base/264733
Log:
MFC r264193:
In addition to r264077, tell GEOM that we do support BIO_DELETE now.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Pro
Author: sbruno
Date: Mon Apr 21 16:55:02 2014
New Revision: 264735
URL: http://svnweb.freebsd.org/changeset/base/264735
Log:
MFC r264127
Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)
Submitted by: Benesh, Scott
Sponsored by: Yahoo! Inc.
Modified:
stable/9/s
Author: sbruno
Date: Mon Apr 21 16:54:38 2014
New Revision: 264734
URL: http://svnweb.freebsd.org/changeset/base/264734
Log:
MFC r264127
Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)
Submitted by: Benesh, Scott
Sponsored by: Yahoo! Inc.
Modified:
stable/10/sys/
Author: emax
Date: Mon Apr 21 17:17:23 2014
New Revision: 264736
URL: http://svnweb.freebsd.org/changeset/base/264736
Log:
MFC r264621
use correct (integer) type for the temperature sysctl
Reviewed by: np, scottl
Obtained from:Netflix
Modified:
stable/10/sys/dev/cxgbe/t4_
Author: jilles
Date: Mon Apr 21 17:40:23 2014
New Revision: 264737
URL: http://svnweb.freebsd.org/changeset/base/264737
Log:
libc/stdio: Fail fdopen() on an execute-only fd.
An execute-only fd (opened with O_EXEC) allows neither read() nor write()
and is therefore incompatible with all st
Author: rmacklem
Date: Mon Apr 21 19:10:23 2014
New Revision: 264738
URL: http://svnweb.freebsd.org/changeset/base/264738
Log:
For an NFSv4 mount with the "nocto" option, don't get the
up to date file attributes upon close. This reduces the
Getattr RPC count by about 65% for software builds.
Author: rmacklem
Date: Mon Apr 21 19:17:19 2014
New Revision: 264739
URL: http://svnweb.freebsd.org/changeset/base/264739
Log:
Add {} braces so that the code conforms to the indentation.
Fortunately, I don't think doing the assignment of cap->tsomax
unconditionally causes any problem.
R
Author: delphij
Date: Mon Apr 21 19:33:27 2014
New Revision: 264740
URL: http://svnweb.freebsd.org/changeset/base/264740
Log:
Use case insensitive match in portsnap.
PR: bin/186510
Submitted by: olli
MFC after:2 weeks
Modified:
head/usr.sbin/portsnap/portsnap/portsnap.s
Author: jmmv
Date: Mon Apr 21 21:39:25 2014
New Revision: 264741
URL: http://svnweb.freebsd.org/changeset/base/264741
Log:
Add placeholder Kyuafiles for various top-level hierarchies.
This change adds tests/ directories in the source tree to create various
subdirectories in /usr/tests/ an
Author: jmmv
Date: Mon Apr 21 22:36:31 2014
New Revision: 264742
URL: http://svnweb.freebsd.org/changeset/base/264742
Log:
Prevent building tests when bootstrapping make.
Should fix the breakage reported by tinderbox when WITHOUT_BMAKE is set,
which was probably introduced in r263346..
M
Author: pfg
Date: Mon Apr 21 22:47:18 2014
New Revision: 264743
URL: http://svnweb.freebsd.org/changeset/base/264743
Log:
Add parameterized position handling to printf(1).
Add a new %n$ option to change the order of the parameters as
done in the ksh93 builtin printf (among others).
F
On Fri, Mar 28, 2014 at 1:32 AM, Julio Merino wrote:
> On Wed, Mar 26, 2014 at 12:25 AM, Dag-Erling Smørgrav wrote:
>> Julio Merino writes:
>>> Log:
>>> Migrate tools/regression/usr.bin/make/ to the new tests layout.
>>>
>>> Note that these tests are for fmake, not bmake, and thus they are n
Author: pfg
Date: Mon Apr 21 22:52:18 2014
New Revision: 264744
URL: http://svnweb.freebsd.org/changeset/base/264744
Log:
Various style(9) fixes and typos in grep, sort and patch.
MFC after:3 days
Modified:
head/usr.bin/grep/grep.c
head/usr.bin/grep/grep.h
head/usr.bin/grep/regex
Author: yongari
Date: Tue Apr 22 04:30:24 2014
New Revision: 264745
URL: http://svnweb.freebsd.org/changeset/base/264745
Log:
MFC r264062:
Correct endianness handling in getting station address from EEPROM.
While I'm here, remove aue_eeprom_getword() as its only usage is to
read stat
Author: yongari
Date: Tue Apr 22 04:31:07 2014
New Revision: 264746
URL: http://svnweb.freebsd.org/changeset/base/264746
Log:
MFC r264062:
Correct endianness handling in getting station address from EEPROM.
While I'm here, remove aue_eeprom_getword() as its only usage is to
read stat
Author: yongari
Date: Tue Apr 22 04:35:07 2014
New Revision: 264747
URL: http://svnweb.freebsd.org/changeset/base/264747
Log:
MFC r264293:
Add workaround for MCP61 Ethernet controller found on MSI K9
motherboard. PHY hardware used for the controller responded at
all possible address
Author: yongari
Date: Tue Apr 22 04:36:53 2014
New Revision: 264748
URL: http://svnweb.freebsd.org/changeset/base/264748
Log:
MFC r264293:
Add workaround for MCP61 Ethernet controller found on MSI K9
motherboard. PHY hardware used for the controller responded at
all possible address
Author: rmacklem
Date: Tue Apr 22 04:42:46 2014
New Revision: 264749
URL: http://svnweb.freebsd.org/changeset/base/264749
Log:
Fixes mkdir for the NFSv2 client that was broken by r264705.
Reported by: bdrewery
MFC after:2 weeks
Modified:
head/sys/fs/nfsclient/nfs_clrpcops.c
Modif
31 matches
Mail list logo