Author: avg
Date: Fri Jun 19 06:58:05 2015
New Revision: 284593
URL: https://svnweb.freebsd.org/changeset/base/284593
Log:
MFV r284412: 5911 ZFS "hangs" while deleting file
Reviewed by: Bayard Bell
Reviewed by: Alek Pinchuk
Reviewed by: Simon Klinkert
Reviewed by: Dan McDonald
A
Author: hselasky
Date: Fri Jun 19 06:48:55 2015
New Revision: 284592
URL: https://svnweb.freebsd.org/changeset/base/284592
Log:
Add USB gold driver to default kernel build.
Modified:
head/sys/conf/NOTES
head/sys/conf/files
head/sys/modules/usb/Makefile
Modified: head/sys/conf/NOTES
=
Author: avg
Date: Fri Jun 19 06:41:53 2015
New Revision: 284591
URL: https://svnweb.freebsd.org/changeset/base/284591
Log:
illums compat: use flsl/flsll for highbit/highbit64
Do that only when when fast inline versions are available.
At the moment that can be the case only in the kernel a
Author: bapt
Date: Fri Jun 19 05:42:24 2015
New Revision: 284590
URL: https://svnweb.freebsd.org/changeset/base/284590
Log:
Install loader(8) and zfsloader(8) only once
Differential Revision:https://reviews.freebsd.org/D2841
Reviewed by: imp
Added:
head/sys/boot/common/Makefil
Author: allanjude (doc committer)
Date: Fri Jun 19 05:09:02 2015
New Revision: 284589
URL: https://svnweb.freebsd.org/changeset/base/284589
Log:
Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)
Functionality is hidden behind the -u flag to avoid confusing automounte
Author: adrian
Date: Fri Jun 19 01:44:17 2015
New Revision: 284588
URL: https://svnweb.freebsd.org/changeset/base/284588
Log:
First cut at attempting to buffer frames until we see a beacon.
The iwn(4) firmware forgets most of its channel state after an RXON
command. This means that any b
Author: adrian
Date: Fri Jun 19 01:21:10 2015
New Revision: 284587
URL: https://svnweb.freebsd.org/changeset/base/284587
Log:
Add in library routines not supplied by gcc-4.9 but required by the kernel.
Reviewed by: imp
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mi
Author: mav
Date: Fri Jun 19 00:53:15 2015
New Revision: 284586
URL: https://svnweb.freebsd.org/changeset/base/284586
Log:
MFC r284013: Allow setting only WWNN or only WWPN.
Modified:
stable/10/sys/cam/ctl/scsi_ctl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sy
Author: rpaulo
Date: Fri Jun 19 00:10:30 2015
New Revision: 284585
URL: https://svnweb.freebsd.org/changeset/base/284585
Log:
Synaptics: fix a problem with trackpoint passthrough.
There was a inconsistency which led to enable passthrough commands
being interpreted as actual touchpad comma
Author: gjb
Date: Fri Jun 19 00:00:32 2015
New Revision: 284584
URL: https://svnweb.freebsd.org/changeset/base/284584
Log:
Update stable/10 from 10.1-STABLE to 10.2-PRERELEASE,
marking the official start of the code slush.
Set the default mdoc(7) version to 10.2, and update the
clang(1)
Author: jkim
Date: Thu Jun 18 23:14:45 2015
New Revision: 284583
URL: https://svnweb.freebsd.org/changeset/base/284583
Log:
Merge ACPICA 20150619.
Added:
head/sys/contrib/dev/acpica/include/acclib.h
- copied unchanged from r284563,
vendor-sys/acpica/dist/source/include/acclib.h
Modified
Author: trasz
Date: Thu Jun 18 21:55:55 2015
New Revision: 284582
URL: https://svnweb.freebsd.org/changeset/base/284582
Log:
Fix off-by-one error in fstyp(8) and geom_label(4) that made them use
a single space (" ") as a CD9660 label name when no label was present.
Similar problem was also p
Author: kp
Date: Thu Jun 18 21:25:07 2015
New Revision: 284581
URL: https://svnweb.freebsd.org/changeset/base/284581
Log:
Merge r284280
pf: Remove frc_direction
We don't use the direction of the fragments for anything. The frc_direction
field is assigned, but never read.
Just remov
Author: kp
Date: Thu Jun 18 21:23:41 2015
New Revision: 284580
URL: https://svnweb.freebsd.org/changeset/base/284580
Log:
Merge r284222, r284260
pf: address family must be set when creating a pf_fragment
Fix a panic when handling fragmented ip4 packets with 'drop-ovl' set.
In that sc
Author: kp
Date: Thu Jun 18 21:21:52 2015
New Revision: 284579
URL: https://svnweb.freebsd.org/changeset/base/284579
Log:
Merge r278874, r278925, r278868
- Improve INET/INET6 scope.
- style(9) declarations.
- Make couple of local functions static.
- Even more fixes to !INET and !INET6
Author: jkim
Date: Thu Jun 18 21:18:43 2015
New Revision: 284578
URL: https://svnweb.freebsd.org/changeset/base/284578
Log:
Fix a typo introduced in r262209.
MFC after:3 days
Modified:
head/kerberos5/lib/libhx509/Makefile
Modified: head/kerberos5/lib/libhx509/Makefile
==
Author: kp
Date: Thu Jun 18 20:59:48 2015
New Revision: 284577
URL: https://svnweb.freebsd.org/changeset/base/284577
Log:
Merge r281536
pf: Fix forwarding detection
If the direction is not PF_OUT we can never be forwarding. Some input packets
have rcvif != ifp (looped back packets),
Author: kp
Date: Thu Jun 18 20:57:21 2015
New Revision: 284576
URL: https://svnweb.freebsd.org/changeset/base/284576
Log:
Merge r281234
Evaluate packet size after the firewall had its chance
Defer the packet size check until after the firewall has had a look at it.
This
means that t
Author: kp
Date: Thu Jun 18 20:45:37 2015
New Revision: 284575
URL: https://svnweb.freebsd.org/changeset/base/284575
Log:
Merge r281165
Remove duplicate code
We'll just fall into the same local delivery block under the
'if (m->m_flags & M_FASTFWD_OURS)'.
Suggested by: ae
Author: kp
Date: Thu Jun 18 20:43:16 2015
New Revision: 284574
URL: https://svnweb.freebsd.org/changeset/base/284574
Log:
Merge r281164
pf: Skip firewall for refragmented ip6 packets
In cases where we scrub (fragment reassemble) on both input and output
we risk ending up in infinite
Author: kp
Date: Thu Jun 18 20:41:55 2015
New Revision: 284573
URL: https://svnweb.freebsd.org/changeset/base/284573
Log:
Merge r280956
pf: Deal with runt packets
On Ethernet packets have a minimal length, so very short packets get padding
appended to them. This padding is not stripp
Author: kp
Date: Thu Jun 18 20:40:36 2015
New Revision: 284572
URL: https://svnweb.freebsd.org/changeset/base/284572
Log:
Merge r280955
Preserve IPv6 fragment IDs accross reassembly and refragmentation
When forwarding fragmented IPv6 packets and filtering with PF we
reassemble and re
Author: kp
Date: Thu Jun 18 20:34:39 2015
New Revision: 284571
URL: https://svnweb.freebsd.org/changeset/base/284571
Log:
Merge r278843, r278858
In the forwarding case refragment the reassembled packets with the same
size as they arrived in. This allows the sender to determine the optimal
Author: kp
Date: Thu Jun 18 20:32:53 2015
New Revision: 284570
URL: https://svnweb.freebsd.org/changeset/base/284570
Log:
Merge r278842
Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).
Differential Revision:https://reviews.freebsd.org/D2815
Reviewed by:
Author: kp
Date: Thu Jun 18 20:28:52 2015
New Revision: 284569
URL: https://svnweb.freebsd.org/changeset/base/284569
Log:
Merge r278831, r278834
Update the pf fragment handling code to closer match recent OpenBSD.
That partially fixes IPv6 fragment handling.
Differential Revision:
Author: kp
Date: Thu Jun 18 20:21:02 2015
New Revision: 284568
URL: https://svnweb.freebsd.org/changeset/base/284568
Log:
Merge r278828, r278832
- Factor out ip6_deletefraghdr() function, to be shared between IPv6 stack
and pf(4).
- Move ip6_deletefraghdr() to frag6.c. (Suggested by bz
Author: gjb
Date: Thu Jun 18 19:20:00 2015
New Revision: 284567
URL: https://svnweb.freebsd.org/changeset/base/284567
Log:
Add Makefile.azure, used to upload VHD images to the
Microsoft Azure environment, similar to the EC2 AMIs.
MFC after:3 days
Tested with: stable/10@r284517 (pat
Ian Lepore wrote:
> > I agree but 8 -> 11 is a very big jump.
>
> Not really. We're in the midst of such a change at $work, but it will
Yes we still use 7.x on most machines - these can build head just fine,
but it is a reasonably controlled environment, with minimal
dependence on the host env.
Author: ae
Date: Thu Jun 18 18:28:38 2015
New Revision: 284566
URL: https://svnweb.freebsd.org/changeset/base/284566
Log:
Fix possible use after free in encap[46]_input().
There is small window, when encap_detach() can free matched entry
directly after we release encapmtx. Instead of use poi
Author: ae
Date: Thu Jun 18 17:42:24 2015
New Revision: 284565
URL: https://svnweb.freebsd.org/changeset/base/284565
Log:
MFC r284151:
Teach G_PART_GPT class handle g_resize_provider event.
Modified:
stable/10/sys/geom/part/g_part_gpt.c
Directory Properties:
stable/10/ (props changed)
Author: jkim
Date: Thu Jun 18 17:27:40 2015
New Revision: 284563
URL: https://svnweb.freebsd.org/changeset/base/284563
Log:
Import ACPICA 20150619.
Added:
vendor-sys/acpica/dist/source/include/acclib.h (contents, props changed)
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acp
Author: jkim
Date: Thu Jun 18 17:28:15 2015
New Revision: 284564
URL: https://svnweb.freebsd.org/changeset/base/284564
Log:
Tag ACPICA 20150619.
Added:
vendor-sys/acpica/20150619/
- copied from r284563, vendor-sys/acpica/dist/
___
svn-src-all@f
Author: gonzo
Date: Thu Jun 18 16:51:49 2015
New Revision: 284562
URL: https://svnweb.freebsd.org/changeset/base/284562
Log:
Add missing driver for TDA19988 HDMI framer
Added:
head/sys/arm/ti/am335x/tda19988.c (contents, props changed)
Added: head/sys/arm/ti/am335x/tda19988.c
=
Author: ume
Date: Thu Jun 18 16:46:40 2015
New Revision: 284561
URL: https://svnweb.freebsd.org/changeset/base/284561
Log:
MFC r284229: Add support for '_' occurring at the beginning or
end of a name component.
PR: 176093
Submitted by: landonf__at__bikemonkey.org
Modified:
Author: ume
Date: Thu Jun 18 16:43:38 2015
New Revision: 284560
URL: https://svnweb.freebsd.org/changeset/base/284560
Log:
MFC r284229: Add support for '_' occurring at the beginning or
end of a name component.
PR: 176093
Submitted by: landonf__at__bikemonkey.org
Modified:
Author: ume
Date: Thu Jun 18 16:39:05 2015
New Revision: 284559
URL: https://svnweb.freebsd.org/changeset/base/284559
Log:
MFC r284229: Add support for '_' occurring at the beginning or
end of a name component.
PR: 176093
Submitted by: landonf__at__bikemonkey.org
Modified:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 06/17/15 20:07, Konstantin Belousov wrote:
> On Thu, Jun 18, 2015 at 02:04:21AM +, Sean Bruno wrote:
>> Author: sbruno Date: Thu Jun 18 02:04:20 2015 New Revision:
>> 284535 URL: https://svnweb.freebsd.org/changeset/base/284535
>>
>> Log: Thi
Author: brueffer
Date: Thu Jun 18 16:31:32 2015
New Revision: 284558
URL: https://svnweb.freebsd.org/changeset/base/284558
Log:
Document title should be in CAPS.
Modified:
head/share/man/man9/pci_iov_schema.9
Modified: head/share/man/man9/pci_iov_schema.9
Author: brueffer
Date: Thu Jun 18 16:29:11 2015
New Revision: 284557
URL: https://svnweb.freebsd.org/changeset/base/284557
Log:
Remove EOL whitespace.
Modified:
head/share/man/man9/pci_iov_schema.9
head/share/man/man9/sbuf.9
head/share/man/man9/taskqueue.9
Modified: head/share/man/man9/p
Author: arybchik
Date: Thu Jun 18 15:50:42 2015
New Revision: 284556
URL: https://svnweb.freebsd.org/changeset/base/284556
Log:
MFC: r283679
sfxge: do not use DEBUG_FLAGS to enable extra debug checks
DEBUG_FLAGS are set to DEBUG option value when kernel is built.
For example, it is -
Author: arybchik
Date: Thu Jun 18 15:46:39 2015
New Revision: 284555
URL: https://svnweb.freebsd.org/changeset/base/284555
Log:
MFC: r283514
sfxge: add 7xxx NICs family support
Support 7xxx adapters including firmware-assisted TSO and VLAN tagging:
- Solarflare Flareon Ultra 700
Author: arybchik
Date: Thu Jun 18 15:41:09 2015
New Revision: 284554
URL: https://svnweb.freebsd.org/changeset/base/284554
Log:
sfxge: use if_initbaudrate() to set interface baudrate
It is required to cope with u_long limit for 10 Gbps in a right way.
It is a direct commit to stable/10 si
Author: emaste
Date: Thu Jun 18 14:29:46 2015
New Revision: 284553
URL: https://svnweb.freebsd.org/changeset/base/284553
Log:
Update libcxxrt upgrade instructions
The typeinfo file no longer exists upstream.
Modified:
head/contrib/libcxxrt/FREEBSD-upgrade
Modified: head/contrib/libcxxrt
Author: marius
Date: Thu Jun 18 14:13:16 2015
New Revision: 284552
URL: https://svnweb.freebsd.org/changeset/base/284552
Log:
Fix yet another comment typo in NetBSD rev. 1.16, missed when merging
it in r284447.
Submitted by: yongari
Sponsored by: genua mbh
Modified:
head/sys/dev/mii/
Author: emaste
Date: Thu Jun 18 14:12:08 2015
New Revision: 284551
URL: https://svnweb.freebsd.org/changeset/base/284551
Log:
Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65.
This includes a number of demangler fixes obtained from upstream
ELF Tool Chain.
PR:
Author: emaste
Date: Thu Jun 18 14:02:19 2015
New Revision: 284550
URL: https://svnweb.freebsd.org/changeset/base/284550
Log:
Tag libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65.
Added:
vendor/libcxxrt/2015-06-18-e64e93fe5bba67a6d52cbe5a97f8770c054bfa65/
- copied from r284545, v
Author: emaste
Date: Thu Jun 18 14:00:44 2015
New Revision: 284549
URL: https://svnweb.freebsd.org/changeset/base/284549
Log:
Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65
This includes a number of fixes to the C++ demangler (obtained from
upstream ELF Tool Chain).
Modi
On Sun, 2015-06-14 at 15:00 -0700, Simon J. Gerraty wrote:
> Garrett Cooper wrote:
>
> > Breaking source upgrades to later versions is painful. We want to make
> > sure fmake at least works with upgrade_checks so people can upgrade
> > from earlier versions of 8/9/10 to 11 without having to deal
Author: kib
Date: Thu Jun 18 13:46:32 2015
New Revision: 284548
URL: https://svnweb.freebsd.org/changeset/base/284548
Log:
MFC r284178:
Add barriers when updating and reading th_generation.
MFC r284256:
Tweaks for r284178.
Modified:
stable/10/sys/kern/kern_tc.c
Directory Properties:
Author: tuexen
Date: Thu Jun 18 13:45:07 2015
New Revision: 284547
URL: https://svnweb.freebsd.org/changeset/base/284547
Log:
Fix a bug reported by coverity. Since AF_UNIX sockets don't
have multiple addresses, the problem didn't show up during testing.
Reported by: Coverity
CID:
Author: adrian
Date: Thu Jun 18 13:40:08 2015
New Revision: 284546
URL: https://svnweb.freebsd.org/changeset/base/284546
Log:
Fix compilation of this macro under gcc-4.9 for MIPS32.
Some point after gcc-4.2 the MIPS inline assembly restrictions changed -
=h (hi register) disappeared from
On Sat, 2015-06-13 at 14:53 -0700, Maxim Sobolev wrote:
> Just in case, my debug code and proposed fix can be found here:
>
> https://github.com/sobomax/FreeBSD.arm/commit/48509790f82352cb455d0f5029291b917afb985b
>
> Unless I hear from you I am going to push it into the repository in the
> next f
On 15/06/2015 21:06, Warner Losh wrote:
>
>> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote:
>>
>>
>>
>> On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote:
>>
>> P.S. My personal preference would be to drop that compat code and to
>> convince ZFS/FreeBSD users to always use boot enviro
Author: br
Date: Thu Jun 18 10:33:04 2015
New Revision: 284544
URL: https://svnweb.freebsd.org/changeset/base/284544
Log:
Remove duplicate defines.
Sponsored by: HEIF5
Modified:
head/sys/dev/virtio/mmio/virtio_mmio.h
Modified: head/sys/dev/virtio/mmio/virtio_mmio.h
=
Author: gjb
Date: Thu Jun 18 10:26:27 2015
New Revision: 284543
URL: https://svnweb.freebsd.org/changeset/base/284543
Log:
Increase the FreeBSD/arm image sizes back to 1G for 11-CURRENT.
While 480M is sufficient for 10-STABLE, 11-CURRENT images at
this size fail due to insufficient space.
Author: trasz
Date: Thu Jun 18 10:17:47 2015
New Revision: 284542
URL: https://svnweb.freebsd.org/changeset/base/284542
Log:
Allow '@' in unquoted strings, such as with the "path" statement. Note
that one can use any character they like by using double quotes.
PR: 200895
MFC
Author: mav
Date: Thu Jun 18 09:39:51 2015
New Revision: 284541
URL: https://svnweb.freebsd.org/changeset/base/284541
Log:
Change ATIO/INOT counting to prevent periph destruction while requests
are still running inside CTL.
MFC after:1 week
Modified:
head/sys/cam/ctl/scsi_ctl.c
Mo
Author: mav
Date: Thu Jun 18 07:50:27 2015
New Revision: 284540
URL: https://svnweb.freebsd.org/changeset/base/284540
Log:
In case of target mode disable at least ISP2532 return invalid zero
ct_rxid value on CTIO completion. Try to workaround that using tag_id
from the CCB, pointed by still
58 matches
Mail list logo