Author: pfg
Date: Sun Dec 22 01:00:00 2013
New Revision: 259707
URL: http://svnweb.freebsd.org/changeset/base/259707
Log:
MFC r258651, r258943:
gcc: Altivec register adjustments from Apple.
gcc: On rs6000 update sp_offset depending only on size.
Tested by:Justin Hibbits
Author: pfg
Date: Sun Dec 22 00:45:08 2013
New Revision: 259705
URL: http://svnweb.freebsd.org/changeset/base/259705
Log:
MFC r258017, r258429, r258748, r258817:
Merge updates from FSF pre4.3 GCC inspired on Apple's gcc:
Updates to libiberty and mangling.
New align attribute.
Author: dim
Date: Sun Dec 22 00:08:20 2013
New Revision: 259703
URL: http://svnweb.freebsd.org/changeset/base/259703
Log:
Tag clang release_34 branch r197841 (effectively, 3.4 RC3).
Added:
vendor/clang/clang-release_34-r197841/
- copied from r259702, vendor/clang/dist/
__
Author: neel
Date: Sun Dec 22 00:08:00 2013
New Revision: 259702
URL: http://svnweb.freebsd.org/changeset/base/259702
Log:
Consolidate the virtual apic initialization in a single function:
vlapic_reset()
Modified:
head/sys/amd64/vmm/io/vlapic.c
Modified: head/sys/amd64/vmm/io/vlapic.c
=
Author: dim
Date: Sun Dec 22 00:05:15 2013
New Revision: 259700
URL: http://svnweb.freebsd.org/changeset/base/259700
Log:
Tag llvm release_34 branch r197841 (effectively, 3.4 RC3).
Added:
vendor/llvm/llvm-release_34-r197841/
- copied from r259699, vendor/llvm/dist/
__
Author: jhibbits
Date: Sun Dec 22 00:04:50 2013
New Revision: 259699
URL: http://svnweb.freebsd.org/changeset/base/259699
Log:
Set the PMC trapframe macros appropriately
MFC after:2 weeks
Modified:
head/sys/powerpc/include/pmc_mdep.h
Modified: head/sys/powerpc/include/pmc_mdep.h
===
On Sat, Dec 21, 2013 at 12:45:36PM +, Glen Barber wrote:
> Author: gjb
> Date: Sat Dec 21 12:45:35 2013
> New Revision: 259678
> URL: http://svnweb.freebsd.org/changeset/base/259678
>
> Log:
> Fix build with WITHOUT_CAPSICUM.
Thanks.
--
Pawel Jakub Dawidek http://www
Author: crees (doc,ports committer)
Date: Sat Dec 21 21:56:12 2013
New Revision: 259697
URL: http://svnweb.freebsd.org/changeset/base/259697
Log:
Minor grammar fix
PR: docs/185057
Submitted by: Yuri (y...@rawbw.com)
Approved by: gjb (mentor)
Modified:
head/sbin/ipfw/ipfw.8
Author: pfg
Date: Sat Dec 21 19:53:51 2013
New Revision: 259696
URL: http://svnweb.freebsd.org/changeset/base/259696
Log:
gcc: warnings from -Wformat-security
Minor mismatch in r259666.
Obtained from:Apple GCC 4.2 - 5646 (Radar 5764921)
MFC after:1 week
Modified:
head/
Author: crees (doc,ports committer)
Date: Sat Dec 21 19:29:08 2013
New Revision: 259695
URL: http://svnweb.freebsd.org/changeset/base/259695
Log:
Document the lack of chflags support in pax(1)
PR: docs/135516
Submitted by: arundel (based on)
Approved by: gjb (mentor)
Modifie
Author: pfg
Date: Sat Dec 21 18:47:00 2013
New Revision: 259694
URL: http://svnweb.freebsd.org/changeset/base/259694
Log:
MFC r258017, r258429, r258748, r258817:
Merge updates from FSF pre4.3 GCC inspired on Apple's gcc:
Updates to libiberty and mangling.
New align attribute.
On Dec 21, 2013, at 8:31 AM, Nathan Whitehorn wrote:
> On 12/21/13 10:25, Teske, Devin wrote:
>> On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote:
>>
>>> Looks great, thanks -- although you don't need the f_quietly, which
>>> isn't defined there.
>>>
>>> The issue is that this patch very spe
Author: dteske
Date: Sat Dec 21 16:43:40 2013
New Revision: 259686
URL: http://svnweb.freebsd.org/changeset/base/259686
Log:
Move the installer's keymap solution introduced by SVN r259468. The new
location of /etc/rc.local on the install media is more appropriate as it
knows serial vs. non-s
On 12/21/13 10:25, Teske, Devin wrote:
> On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote:
>
>> Looks great, thanks -- although you don't need the f_quietly, which
>> isn't defined there.
>>
>> The issue is that this patch very specific to running the installer on a
>> video console. There are m
On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote:
> Looks great, thanks -- although you don't need the f_quietly, which
> isn't defined there.
>
> The issue is that this patch very specific to running the installer on a
> video console. There are many circumstances in which it is not, in whic
Author: imp
Date: Sat Dec 21 16:23:31 2013
New Revision: 259685
URL: http://svnweb.freebsd.org/changeset/base/259685
Log:
Plumb the cn_grab and cn_ungrab routines down into the uart
clients. Mask RX interrupts while grabbed on the atmel serial
driver. This UART interrupts every character. Wh
Looks great, thanks -- although you don't need the f_quietly, which
isn't defined there.
The issue is that this patch very specific to running the installer on a
video console. There are many circumstances in which it is not, in which
case this will fail (e.g. a serial console). The other thing is
I tried to rationalize... "in what case is it actually _desirably_ that the
left or right command key _should_ generate an escape sequence
and thus cancel the existing dialog" and I couldn't think of any.
That being said... I'm still happy to move it. Can you have a look at the
attached patch to s
Author: dumbbell
Date: Sat Dec 21 15:40:36 2013
New Revision: 259684
URL: http://svnweb.freebsd.org/changeset/base/259684
Log:
drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...
... for msleep/cv_*wait() return values, where wait_event*() is used
on Linux. ERESTARTSYS is the re
Author: gjb
Date: Sat Dec 21 15:16:28 2013
New Revision: 259683
URL: http://svnweb.freebsd.org/changeset/base/259683
Log:
Honor WITHOUT_CASPER.
Sponsored by: The FreeBSD Foundation
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFile
Author: gjb
Date: Sat Dec 21 15:02:47 2013
New Revision: 259682
URL: http://svnweb.freebsd.org/changeset/base/259682
Log:
Honor WITHOUT_CASPER.
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
Could you please revert this and move the fix to the correct place?
-Nathan
On 12/16/13 10:06, Nathan Whitehorn wrote:
> Please add this to release/rc.local instead under the console setup.
> There is no guarantee that "auto" is running from an environment where
> this is defined -- for example, i
Author: glebius
Date: Sat Dec 21 14:41:32 2013
New Revision: 259681
URL: http://svnweb.freebsd.org/changeset/base/259681
Log:
In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passes
to the soreceive(). This exposed a bug. When reading from a raw socket,
when our fake limit
Author: emaste
Date: Sat Dec 21 13:58:55 2013
New Revision: 259680
URL: http://svnweb.freebsd.org/changeset/base/259680
Log:
Support double-width characters in vt(9)
Normal and bold fonts each have a glyph map for single or left half-
glyphs, and right half glyphs. The flag TF_CJK_RIGHT
Author: dumbbell
Date: Sat Dec 21 12:55:42 2013
New Revision: 259679
URL: http://svnweb.freebsd.org/changeset/base/259679
Log:
vga_pci: Improve boot display detection
The previous code was checking the "VGA Enable" bit on the video card's
parent PCI-to-PCI bridge only. This didn't work fo
Author: gjb
Date: Sat Dec 21 12:45:35 2013
New Revision: 259678
URL: http://svnweb.freebsd.org/changeset/base/259678
Log:
Fix build with WITHOUT_CAPSICUM.
Submitted by: dt71 gmx com
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/tcpdump/addrtoname.c
Modified: head/contrib
Author: jilles
Date: Sat Dec 21 11:59:58 2013
New Revision: 259677
URL: http://svnweb.freebsd.org/changeset/base/259677
Log:
swapon: Fix buffer overflow when configuring encrypted swap on GBDE.
PR: bin/184950
Tested by:Radim Kolar
MFC after:3 days
Modified:
head/sbi
27 matches
Mail list logo