On 03.09.2014 16:57, Alexey Dokuchaev wrote:
>> The VGA vt(4) issues all stem from the relatively complex and arcane
>> VGA hardware and a somewhat limited vt_vga implementation.
>
> Can you elaborate a bit on the technical side of things? Particularly, it
> looks strange that syscons(4) was able
Author: glebius
Date: Thu Sep 4 09:07:14 2014
New Revision: 271088
URL: http://svnweb.freebsd.org/changeset/base/271088
Log:
Provide m_catpkt(), a wrapper around m_cat() that deals with M_PKTHDR mbufs.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_mbuf.c
Author: glebius
Date: Thu Sep 4 09:15:44 2014
New Revision: 271089
URL: http://svnweb.freebsd.org/changeset/base/271089
Log:
Improve r265338. When inserting mbufs into TCP reassembly queue,
try to collapse adjacent pieces using m_catpkt(). In best case
scenario it copies data and frees mbuf
On Wed, Sep 03, 2014 at 12:10:28PM -0700, John-Mark Gurney wrote:
J> > M> > + if (p->p_pptr) {
J> > M> > kp->ki_ppid = proc_realparent(p)->p_pid;
J> > M> > - if (p->p_flag & P_TRACED)
J> > M> > - kp->ki_tracer = p->p_pptr->p_pid;
J> > M> > + if (p->p_fl
Author: dumbbell
Date: Thu Sep 4 09:42:36 2014
New Revision: 271090
URL: http://svnweb.freebsd.org/changeset/base/271090
Log:
drm/radeon: Fix a memory leak when radeonkms is unloaded
This an MFC of r270750.
Modified:
stable/10/sys/dev/drm2/radeon/radeon_fb.c
Directory Properties:
stab
Author: dumbbell
Date: Thu Sep 4 09:49:21 2014
New Revision: 271091
URL: http://svnweb.freebsd.org/changeset/base/271091
Log:
drm/radeon: Fix a memory leak when radeonkms is unloaded
This an MFC of r270750.
Modified:
stable/9/sys/dev/drm2/radeon/radeon_fb.c
Directory Properties:
stabl
Author: gjb
Date: Thu Sep 4 11:15:38 2014
New Revision: 271092
URL: http://svnweb.freebsd.org/changeset/base/271092
Log:
Document r271069, Mac Mini 3,1 support added to asmc(4).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mo
On Thu, 4 Sep 2014, at 10:05, Jean-Sébastien Pédron wrote:
> Unfortunately, reading from the video memory is very expensive. The new
> version of vt_vga never reads from the video memory. Instead, it uses
> the console history to know what those 8 pixels should look like and
> write one byte which
Author: br
Date: Thu Sep 4 12:44:40 2014
New Revision: 271093
URL: http://svnweb.freebsd.org/changeset/base/271093
Log:
Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.
Include board configuration for Terasic SoCKit (Altera Cyclone V).
Sponsored by: DARPA, AFRL
Author: ian
Date: Thu Sep 4 13:13:42 2014
New Revision: 271094
URL: http://svnweb.freebsd.org/changeset/base/271094
Log:
Fix typo in variable name.
Modified:
head/sys/arm/freescale/imx/imx51_iomux.c
Modified: head/sys/arm/freescale/imx/imx51_iomux.c
=
Author: se
Date: Thu Sep 4 13:45:16 2014
New Revision: 271095
URL: http://svnweb.freebsd.org/changeset/base/271095
Log:
MFC r270647: Add references to vt(4) and the configuration files in /usr/sha
MFC r270653: Update man-pages to correctly refer to changed pathes and namin
MFC r270657: More
Author: se
Date: Thu Sep 4 13:47:55 2014
New Revision: 271096
URL: http://svnweb.freebsd.org/changeset/base/271096
Log:
MFC r270931: Fix typo ("by" -> "be").
Modified:
stable/10/usr.sbin/smbmsg/smbmsg.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/smbmsg
Author: ian
Date: Thu Sep 4 14:25:32 2014
New Revision: 271097
URL: http://svnweb.freebsd.org/changeset/base/271097
Log:
Add a basic iomux driver for imx6.
Submitted by: bsam@
Added:
head/sys/arm/freescale/imx/imx6_iomux.c (contents, props changed)
head/sys/arm/freescale/imx/imx6_io
Author: jhb
Date: Thu Sep 4 14:26:25 2014
New Revision: 271098
URL: http://svnweb.freebsd.org/changeset/base/271098
Log:
Merge the amd64 and i386 identcpu.c into a single x86 implementation.
This brings the structured extended features mask and VT-x reporting to
i386 and Intel cache and TLB
Stefan Esser writes:
> Author: se
> Date: Wed Aug 20 17:07:41 2014
> New Revision: 270232
> URL: http://svnweb.freebsd.org/changeset/base/270232
>
> Log:
> The conversion tools have been further improved and some erroneous
> conversions have been detected and fixed.
[...]
> sub local_to_UCS_
Author: royger
Date: Thu Sep 4 14:56:24 2014
New Revision: 271099
URL: http://svnweb.freebsd.org/changeset/base/271099
Log:
Revert r269814: blkfront: add support for unmapped IO
Current busdma code for unmapped bios will not properly align the segment
size, causing corruption on blkfront
Author: ian
Date: Thu Sep 4 14:57:04 2014
New Revision: 271100
URL: http://svnweb.freebsd.org/changeset/base/271100
Log:
Implement the same public interface in imx51 and imx6 iomux; use the common
header file for both. Remove some unused code from imx51_iomux. The iomux
drivers are requir
Author: ian
Date: Thu Sep 4 14:59:27 2014
New Revision: 271101
URL: http://svnweb.freebsd.org/changeset/base/271101
Log:
The iomux driver is no longer optional, all imx platforms have it as
standard now, so remove it from kernel configs.
Modified:
head/sys/arm/conf/DIGI-CCWMX53
head/sys/
El 03/09/14 a les 18.03, Alexander Motin ha escrit:
> On 03.09.2014 18:48, Roger Pau Monné wrote:
>> El 02/09/14 a les 19.18, John-Mark Gurney ha escrit:
>>> Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200:
El 29/08/14 a les 19.52, Roger Pau Monné ha escrit:
> El 28/0
Author: ian
Date: Thu Sep 4 15:11:57 2014
New Revision: 271102
URL: http://svnweb.freebsd.org/changeset/base/271102
Log:
Implement the imx_iomux_get/set_gpr() interface for imx6.
Modified:
head/sys/arm/freescale/imx/imx6_iomux.c
Modified: head/sys/arm/freescale/imx/imx6_iomux.c
On 09/03/14 21:18, Steven Hartland wrote:
>
> - Original Message - From: "Andriy Gapon"
>
>
>> on 03/09/2014 23:22 Nikolai Lifanov said the following:
>>> On 09/03/14 15:22, John Baldwin wrote:
On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote:
> On 09/03/14 04
On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> On 4 Sep, John Baldwin wrote:
> > Author: jhb
> > Date: Thu Sep 4 01:46:06 2014
> > New Revision: 271076
> > URL: http://svnweb.freebsd.org/changeset/base/271076
> >
> > Log:
> > - Move the declaration of has_f00f_hack out of iden
On Thursday, September 04, 2014 02:26:00 AM John Baldwin wrote:
> Author: jhb
> Date: Thu Sep 4 02:25:59 2014
> New Revision: 271082
> URL: http://svnweb.freebsd.org/changeset/base/271082
>
> Log:
> - Move blacklists of broken TSCs out of the printcpuinfo() function
> and into the TSC probe
On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
> Author: benno
> Date: Thu Sep 4 03:31:48 2014
> New Revision: 271085
> URL: http://svnweb.freebsd.org/changeset/base/271085
>
> Log:
> Systems with lots of geom providers can end up with a kern.geom.confxml
> value too large for
Author: tijl
Date: Thu Sep 4 16:05:12 2014
New Revision: 271103
URL: http://svnweb.freebsd.org/changeset/base/271103
Log:
MFC r270757:
In r253839 the default behaviour of ld(1) was changed such that all
libraries that need to be linked into an executable or library have to be
listed on
On 4 Sep, John Baldwin wrote:
> On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> On 4 Sep, John Baldwin wrote:
>> > Author: jhb
>> > Date: Thu Sep 4 01:46:06 2014
>> > New Revision: 271076
>> > URL: http://svnweb.freebsd.org/changeset/base/271076
>> >
>> > Log:
>> > - Move the
On Sep 4, 2014, at 6:51 AM, John Baldwin wrote:
> On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
>> Author: benno
>> Date: Thu Sep 4 03:31:48 2014
>> New Revision: 271085
>> URL: http://svnweb.freebsd.org/changeset/base/271085
>>
>> Log:
>> Systems with lots of geom providers ca
Author: imp
Date: Thu Sep 4 16:40:54 2014
New Revision: 271104
URL: http://svnweb.freebsd.org/changeset/base/271104
Log:
Wrap some long lines.
Modified:
head/sys/arm/at91/at91_pinctrl.c
Modified: head/sys/arm/at91/at91_pinctrl.c
==
Author: emaste
Date: Thu Sep 4 16:51:45 2014
New Revision: 271105
URL: http://svnweb.freebsd.org/changeset/base/271105
Log:
MFC r260047: Clean up license text
- Renumber Regents clauses
- Remove clause 3 and 4 from TNF license, following upstream change
Sponsored by: The FreeBSD
On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote:
> I've still got the old hardware and am often tempted to see if it will
> run a recent version of FreeBSD. I don't think I want to know how long
> it would take to run buildworld post-clang.
My router machine at home is Mendocino-based,
Author: rodrigc
Date: Thu Sep 4 16:55:01 2014
New Revision: 271106
URL: http://svnweb.freebsd.org/changeset/base/271106
Log:
MFC r270512 r270513 r270754
- add comments which describe exit status codes of /usr/sbin/bhyve
- move bhyvectl --destroy outside of the while loop
- Use "f
Author: glebius
Date: Thu Sep 4 17:05:57 2014
New Revision: 271107
URL: http://svnweb.freebsd.org/changeset/base/271107
Log:
Fixes for tcp_respond() comment.
Modified:
head/sys/netinet/tcp_subr.c
Modified: head/sys/netinet/tcp_subr.c
=
Gleb Smirnoff wrote this message on Thu, Sep 04, 2014 at 13:18 +0400:
> On Wed, Sep 03, 2014 at 12:10:28PM -0700, John-Mark Gurney wrote:
> J> > M> > + if (p->p_pptr) {
> J> > M> > kp->ki_ppid = proc_realparent(p)->p_pid;
> J> > M> > - if (p->p_flag & P_TRACED)
> J> > M> > -
Author: se
Date: Thu Sep 4 17:19:16 2014
New Revision: 271108
URL: http://svnweb.freebsd.org/changeset/base/271108
Log:
Fix debug output that has erroneously been committed with the last update.
Obtained from:Jan Beich
MFC after:3 days
Modified:
head/tools/tools/vt/keymaps
Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
> On 4 Sep, John Baldwin wrote:
> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> >> On 4 Sep, John Baldwin wrote:
> >> > Author: jhb
> >> > Date: Thu Sep 4 01:46:06 2014
> >> > New Revision: 271076
> >> > URL: h
Author: se
Date: Thu Sep 4 17:21:54 2014
New Revision: 271109
URL: http://svnweb.freebsd.org/changeset/base/271109
Log:
Fix debug output that has erroneously been committed with the last update.
Obtained from:Jan Beich
Modified:
stable/10/tools/tools/vt/keymaps/convert-keymap.pl
Am 04.09.2014 um 16:52 schrieb Jan Beich:
> Stefan Esser writes:
>
>> Author: se
>> Date: Wed Aug 20 17:07:41 2014
>> New Revision: 270232
>> URL: http://svnweb.freebsd.org/changeset/base/270232
>>
>> Log:
>> The conversion tools have been further improved and some erroneous
>> conversions ha
On 4 Sep, Alexey Dokuchaev wrote:
> On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote:
>> I've still got the old hardware and am often tempted to see if it will
>> run a recent version of FreeBSD. I don't think I want to know how long
>> it would take to run buildworld post-clang.
>
> My
Author: pfg
Date: Thu Sep 4 17:36:21 2014
New Revision: 271110
URL: http://svnweb.freebsd.org/changeset/base/271110
Log:
libc/locale: Remove a wrong comma.
This only had some effect when debugging.
Obtained from:DragonflyBSD
MFC after:3 days
Modified:
head/lib/libc/lo
On 4 Sep, John-Mark Gurney wrote:
> Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
>> On 4 Sep, John Baldwin wrote:
>> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> >> On 4 Sep, John Baldwin wrote:
>> >> > Author: jhb
>> >> > Date: Thu Sep 4 01:46:06 2014
On Thu, Sep 04, 2014 at 10:31:24AM -0700, Don Lewis wrote:
> On 4 Sep, Alexey Dokuchaev wrote:
> > I have a couple of P55-based mobos, but never bothered to install our
> > fresh -CURRENT on them. I guess I should, just to see if we still rock.
>
> RAM size is the probably the biggest issue. [..
Author: emaste
Date: Thu Sep 4 18:15:36 2014
New Revision: 27
URL: http://svnweb.freebsd.org/changeset/base/27
Log:
MFC PS3 vt(4) console support
r265871 (nwhitehorn):
Move the PS3 framebuffer console to use vt instead of syscons and
adjust GENERIC64 for PowerPC to use v
Author: emaste
Date: Thu Sep 4 18:18:29 2014
New Revision: 271112
URL: http://svnweb.freebsd.org/changeset/base/271112
Log:
MFC vt(4) driver for Sun creator(4) framebuffers
r269601 (nwhitehorn):
Add a simple unaccelerated vt(4) framebuffer driver for Sun
framebuffers handled by
Author: nwhitehorn
Date: Thu Sep 4 18:24:47 2014
New Revision: 271113
URL: http://svnweb.freebsd.org/changeset/base/271113
Log:
MFC r268880:
Allow mappings of memory not previously direct-mapped by the kernel when
calling mmap on /dev/mem and add a handler for the possible userland
machin
Author: nwhitehorn
Date: Thu Sep 4 18:28:30 2014
New Revision: 271114
URL: http://svnweb.freebsd.org/changeset/base/271114
Log:
MFC r265883,268898:
Repair bitrot in PS3 memory and interrupt allocation.
Modified:
stable/10/sys/powerpc/ps3/platform_ps3.c
stable/10/sys/powerpc/ps3/ps3bus
Author: emaste
Date: Thu Sep 4 18:30:33 2014
New Revision: 271115
URL: http://svnweb.freebsd.org/changeset/base/271115
Log:
MFC r268350 (nwhitehorn):
Use common vt_fb parts in ofwfb as far as we are able without
sacrificing performance.
Sponsored by: The FreeBSD Foundation
Modi
Author: emaste
Date: Thu Sep 4 18:34:22 2014
New Revision: 271116
URL: http://svnweb.freebsd.org/changeset/base/271116
Log:
MFC r269278 (nwhitehorn):
Make mmap() of the console device when using ofwfb work like other
supported framebuffer drivers. This lets ofwfb work with
xf86-v
Author: emaste
Date: Thu Sep 4 18:43:40 2014
New Revision: 271117
URL: http://svnweb.freebsd.org/changeset/base/271117
Log:
MFC fbd(4) and vt_fb disentanglement:
r268472 (ray):
Should check fb_read method presence instead of double check for fb_write.
r269620 (nwhitehorn):
Author: emaste
Date: Thu Sep 4 18:54:01 2014
New Revision: 271118
URL: http://svnweb.freebsd.org/changeset/base/271118
Log:
MFC r269636 by nwhitehorn:
Set fb_pbase properly on PowerPC in the case where we have to guess at
the right register bank for the framebuffer. Disable the assig
Don Lewis wrote this message on Thu, Sep 04, 2014 at 10:41 -0700:
> On 4 Sep, John-Mark Gurney wrote:
> > Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
> >> On 4 Sep, John Baldwin wrote:
> >> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> >> >> On 4 Sep, Jo
There's an UPDATING entry with this commit. Could you please MFC that
too? Thanks for following all of this.
-Nathan
On 09/04/14 11:34, Ed Maste wrote:
Author: emaste
Date: Thu Sep 4 18:34:22 2014
New Revision: 271116
URL: http://svnweb.freebsd.org/changeset/base/271116
Log:
MFC r269278 (n
Author: jhb
Date: Thu Sep 4 19:09:08 2014
New Revision: 271119
URL: http://svnweb.freebsd.org/changeset/base/271119
Log:
In tcp_input(), don't acquire the pcbinfo global write lock for SYN
packets targeting a listening socket. Permit to reduce TCP input
processing starvation in context of
On Thursday, September 04, 2014 09:29:24 AM Benno Rice wrote:
> On Sep 4, 2014, at 6:51 AM, John Baldwin wrote:
> > On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
> >> Author: benno
> >> Date: Thu Sep 4 03:31:48 2014
> >> New Revision: 271085
> >> URL: http://svnweb.freebsd.org/cha
Author: emaste
Date: Thu Sep 4 19:13:07 2014
New Revision: 271120
URL: http://svnweb.freebsd.org/changeset/base/271120
Log:
MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr.
The same functionality can be obtained by testing for mask != NULL in
vd_bitbltchr, which all implementations
Author: emaste
Date: Thu Sep 4 19:22:01 2014
New Revision: 271121
URL: http://svnweb.freebsd.org/changeset/base/271121
Log:
MFC r270299 (dumbbell): vt_vga: When clearing video memory, don't read from it
The goal is to clear the video memory, in case an application drew to
it. So the
Author: glebius
Date: Thu Sep 4 19:27:30 2014
New Revision: 271122
URL: http://svnweb.freebsd.org/changeset/base/271122
Log:
Change a very strange code in m_demote() to simple assertion.
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_mbuf.c
Modified: head/sys/kern/uipc_mbuf.c
=
Author: glebius
Date: Thu Sep 4 19:28:02 2014
New Revision: 271123
URL: http://svnweb.freebsd.org/changeset/base/271123
Log:
Satisfy assertion in m_demote().
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/tcp_reass.c
Modified: head/sys/netinet/tcp_reass.c
Author: ian
Date: Thu Sep 4 19:52:17 2014
New Revision: 271124
URL: http://svnweb.freebsd.org/changeset/base/271124
Log:
Stop setting the iomux device status to disabled, now that we have a driver.
Modified:
head/sys/boot/fdt/dts/arm/imx6.dtsi
head/sys/boot/fdt/dts/arm/wandboard-dual.dts
Author: ngie
Date: Thu Sep 4 20:02:28 2014
New Revision: 271125
URL: http://svnweb.freebsd.org/changeset/base/271125
Log:
MFC r270216:
Add ${LIBC} to DPADD to fix "make checkdpadd"
Phabric: D632
Approved by: jmmv (mentor)
Modified:
stable/10/gnu/lib/libgcc/Makefile
Director
Author: ngie
Date: Thu Sep 4 20:07:44 2014
New Revision: 271126
URL: http://svnweb.freebsd.org/changeset/base/271126
Log:
MFC r270433:
Garbage collect libl dependency
The application links and runs without libl
Approved by: rpaulo (mentor)
Phabric: D673
Submitted by
Author: hselasky
Date: Thu Sep 4 20:12:36 2014
New Revision: 271127
URL: http://svnweb.freebsd.org/changeset/base/271127
Log:
MFC r270710 and r270821:
- Update the OFED Linux Emulation layer as a preparation for a
hardware driver update from Mellanox Technologies.
- Remove empty files fro
Author: emaste
Date: Thu Sep 4 20:18:08 2014
New Revision: 271128
URL: http://svnweb.freebsd.org/changeset/base/271128
Log:
MFC vt(4) improvements / sync with HEAD
These are largely dumbbell@'s changes. Most significantly they address
the extreme performance degradation with VGA hardwar
Author: emaste
Date: Thu Sep 4 20:21:30 2014
New Revision: 271129
URL: http://svnweb.freebsd.org/changeset/base/271129
Log:
MFC r261591 (nwhitehorn):
Make libstand setjmp work for both 64- and 32-bit ABIs.
Modified:
stable/10/lib/libstand/powerpc/_setjmp.S
Directory Properties:
stab
Author: emaste
Date: Thu Sep 4 20:35:53 2014
New Revision: 271130
URL: http://svnweb.freebsd.org/changeset/base/271130
Log:
r261567: Build a 32-bit libstand under sys/boot/
A 32-bit libstand is needed on 64-bit platforms for use by various
bootloaders. Previously only the 32-bit ver
Author: emaste
Date: Thu Sep 4 20:44:41 2014
New Revision: 271131
URL: http://svnweb.freebsd.org/changeset/base/271131
Log:
MFC libstand32 clean target fixes
r269029 (sbruno):
Update so that clean target in sys/boot will delete the symlink
created for machine
r269036 (sbrun
Author: emaste
Date: Thu Sep 4 20:47:14 2014
New Revision: 271132
URL: http://svnweb.freebsd.org/changeset/base/271132
Log:
MFC r263005 by royger: howto_names: unify declaration
Added:
stable/10/sys/sys/boot.h
- copied unchanged from r263005, head/sys/sys/boot.h
Modified:
stable/10/sy
Author: imp
Date: Thu Sep 4 20:48:16 2014
New Revision: 271133
URL: http://svnweb.freebsd.org/changeset/base/271133
Log:
Update bindings to latest vendor branch representing 3.17-rc2 level of
Linux DTS API.
Added:
- copied unchanged from r270866,
vendor/device-tree/dist/include/dt-bind
Author: emaste
Date: Thu Sep 4 20:49:11 2014
New Revision: 271134
URL: http://svnweb.freebsd.org/changeset/base/271134
Log:
MFC r269077 (sbruno): libstand qdivrem warning fixes
libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is not
true on amd64 I'm not quite posi
Author: emaste
Date: Thu Sep 4 21:01:10 2014
New Revision: 271135
URL: http://svnweb.freebsd.org/changeset/base/271135
Log:
MFC UEFI loader
This MFC consists of the following SVN revisions:
258741 261568 261603 261668 263115 263117 263968 264078 264087 264088
264092 264095 264115 2
Author: emaste
Date: Thu Sep 4 21:05:04 2014
New Revision: 271136
URL: http://svnweb.freebsd.org/changeset/base/271136
Log:
MFC boot1.efi stub loader
r264391 (nwhitehorn):
Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp
from the PowerPC port with all the Op
Author: markj
Date: Thu Sep 4 21:06:33 2014
New Revision: 271137
URL: http://svnweb.freebsd.org/changeset/base/271137
Log:
Add mrsas(4) to GENERIC for i386 and amd64.
Approved by: ambrisko, kadesai
MFC after:3 days
Modified:
head/sys/amd64/conf/GENERIC
head/sys/conf/NOTES
hea
older version of current is a bit fragile.
+20140904:
+ The ofwfb driver, used to provide a graphics console on PowerPC when
+ using vt(4), no longer allows mmap() of all of physical memory. This
+ will prevent Xorg on PowerPC with some ATI graphics cards from
Author: imp
Date: Thu Sep 4 21:26:34 2014
New Revision: 271139
URL: http://svnweb.freebsd.org/changeset/base/271139
Log:
Properly trim the vendor tree to include only those files that we want
merged into FreeBSD. Cherry picking from a full vendor tree was too
hard and lead to undestirable s
Author: imp
Date: Thu Sep 4 21:28:25 2014
New Revision: 271140
URL: http://svnweb.freebsd.org/changeset/base/271140
Log:
Delete old arm dts tree. This was created by cherry picking from a
full vendor tree. This worked great until it was time to update, but
now it is time to update. Hit the
Author: sbruno
Date: Thu Sep 4 21:31:25 2014
New Revision: 271141
URL: http://svnweb.freebsd.org/changeset/base/271141
Log:
Allow multiple image activators to run on the same execution by changing
imgp->interpreted to a bitmask instead of, functionally, a bool. Each
imgactivator now require
Author: gjb
Date: Thu Sep 4 21:44:44 2014
New Revision: 271142
URL: http://svnweb.freebsd.org/changeset/base/271142
Log:
Require explicit re@ approval for commits to stable/10
as, the code freeze for 10.1-RELEASE is now in effect.
Approved by: re (implicit)
Sponsored by: The FreeBSD F
Author: imp
Date: Thu Sep 4 21:48:33 2014
New Revision: 271143
URL: http://svnweb.freebsd.org/changeset/base/271143
Log:
Reimport dts files from vendor repo now that it has been properly
trimmed.
Added:
head/sys/gnu/dts/arm/
- copied from r271142, vendor/device-tree/dist/src/arm/
Author: jilles
Date: Thu Sep 4 21:48:33 2014
New Revision: 271144
URL: http://svnweb.freebsd.org/changeset/base/271144
Log:
sh: Allow enabling job control without a tty in non-interactive mode.
If no tty is available, 'set -m' is still useful to put jobs in their own
process groups.
Mod
Author: hrs
Date: Thu Sep 4 22:00:52 2014
New Revision: 271145
URL: http://svnweb.freebsd.org/changeset/base/271145
Log:
Fix a bug which prevented mount.fstab parameter from being converted
when jail_JID_devfs_enable=NO.
Spotted by: peter
Modified:
head/etc/rc.d/jail
Modified: head
Author: imp
Date: Thu Sep 4 22:22:53 2014
New Revision: 271146
URL: http://svnweb.freebsd.org/changeset/base/271146
Log:
Separate out PCI attachment from the main AHCI driver. Move checks of
PCI IDs into quirks, which mostly fit (though you'd get no argument
from me that AHCI_Q_SATA1_UNIT0
Author: kargl
Date: Thu Sep 4 23:50:05 2014
New Revision: 271147
URL: http://svnweb.freebsd.org/changeset/base/271147
Log:
Remove an initialized, but otherwise, unused variable.
Modified:
head/lib/msun/src/e_lgamma_r.c
head/lib/msun/src/e_lgammaf_r.c
Modified: head/lib/msun/src/e_lgamma_r
Author: jmg
Date: Thu Sep 4 23:53:51 2014
New Revision: 271148
URL: http://svnweb.freebsd.org/changeset/base/271148
Log:
use a straight buffer instead of an iov w/ 1 segment... The aesni
driver when it hits a mbuf/iov buffer, it mallocs and copies the data
for processing.. This improves p
Author: pfg
Date: Fri Sep 5 01:06:45 2014
New Revision: 271149
URL: http://svnweb.freebsd.org/changeset/base/271149
Log:
Apply known workarounds for modern MacBooks.
The legacy USB circuit tends to give trouble on MacBook.
While the original report covered MacBook, extend the fix
preem
Author: imp
Date: Fri Sep 5 02:20:06 2014
New Revision: 271150
URL: http://svnweb.freebsd.org/changeset/base/271150
Log:
Bring in forgotten pinfunc.h files from last import.
Added:
vendor/device-tree/dist/src/arm/imx51-pinfunc.h
- copied unchanged from r271109,
vendor/device-tree/ianc-
Author: imp
Date: Fri Sep 5 02:21:45 2014
New Revision: 271151
URL: http://svnweb.freebsd.org/changeset/base/271151
Log:
Merge forgotten .h files from vendor branch.
Added:
head/sys/gnu/dts/arm/imx51-pinfunc.h
- copied unchanged from r271150,
vendor/device-tree/dist/src/arm/imx51-pinfu
On Tuesday, September 02, 2014 06:41:27 PM Konstantin Belousov wrote:
> On Tue, Sep 02, 2014 at 11:00:57AM -0400, John Baldwin wrote:
> > I thought about that. I could easily make a parallel array, or perhaps
> > use a separate 'susppcb' structure that includes a pcb and the savefpu
> > union and
Author: jhibbits
Date: Fri Sep 5 05:07:38 2014
New Revision: 271153
URL: http://svnweb.freebsd.org/changeset/base/271153
Log:
MFC r258078,258079
Increase the stack size for ppc64 from 4 pages to 8.
I found a stack overflow when a coredump was taken onto a ZFS volume with
heavy netwo
Author: ed
Date: Fri Sep 5 05:20:52 2014
New Revision: 271154
URL: http://svnweb.freebsd.org/changeset/base/271154
Log:
Partially revert r271012.
Incredibly weird: GCC 4.7/4.9 do support the _Noreturn and _Thread_local
keywords, but not during bootstrapping. GCC is by far the weirdest
Author: ed
Date: Fri Sep 5 05:36:32 2014
New Revision: 271155
URL: http://svnweb.freebsd.org/changeset/base/271155
Log:
Roll back r271012 even more aggressively.
I've looked at the GCC sources and I now understand what's going wrong.
THe C11 keywords are simply nonexistent when using C++
89 matches
Mail list logo