Author: pfg
Date: Fri Dec 6 02:19:58 2013
New Revision: 259022
URL: http://svnweb.freebsd.org/changeset/base/259022
Log:
gcc: Include types in error message for build_binary_op.
Mostly cosmetic change, again to reduce differences with Apple's gcc.
Obtained from:gcc 4.3 (rev. 1
On 2013-12-05 23:38, Aleksandr Rybalko wrote:
> Author: ray
> Date: Thu Dec 5 22:38:53 2013
> New Revision: 259016
> URL: http://svnweb.freebsd.org/changeset/base/259016
>
> Log:
> Merge VT(9) project (a.k.a. newcons).
WOHO!
Congratulations!
Don't forget to update kernel configurations, and if
Author: ray
Date: Thu Dec 5 22:58:05 2013
New Revision: 259019
URL: http://svnweb.freebsd.org/changeset/base/259019
Log:
Add VT(9) font tools.
Reviewed by: nwhitehorn
MFC_to_10_after: re approval
Sponsored by: The FreeBSD Foundation
Added:
head/tools/tools/vt/
- copied fr
Author: ray
Date: Thu Dec 5 22:56:37 2013
New Revision: 259018
URL: http://svnweb.freebsd.org/changeset/base/259018
Log:
Install teken.h for userland.
Part of VT(9) project merge.
Reviewed by: nwhitehorn
MFC_to_10_after: re approval
Sponsored by: The FreeBSD Foundation
Modifie
Author: jilles
Date: Thu Dec 5 22:53:32 2013
New Revision: 259017
URL: http://svnweb.freebsd.org/changeset/base/259017
Log:
test: Avoid looking up again the type of a known binary operator.
Modified:
head/bin/test/test.c
Modified: head/bin/test/test.c
===
Author: ray
Date: Thu Dec 5 22:38:53 2013
New Revision: 259016
URL: http://svnweb.freebsd.org/changeset/base/259016
Log:
Merge VT(9) project (a.k.a. newcons).
Reviewed by: nwhitehorn
MFC_to_10_after: re approval
Sponsored by: The FreeBSD Foundation
Added:
head/sys/dev/fb/fb
On Thursday, December 05, 2013 4:49:14 pm John Baldwin wrote:
> Author: jhb
> Date: Thu Dec 5 21:49:14 2013
> New Revision: 259010
> URL: http://svnweb.freebsd.org/changeset/base/259010
>
> Log:
> Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for
> powerpc64. This fixes
Author: jhb
Date: Thu Dec 5 21:58:02 2013
New Revision: 259015
URL: http://svnweb.freebsd.org/changeset/base/259015
Log:
Fix a typo.
Modified:
head/sys/amd64/amd64/machdep.c
head/sys/i386/i386/machdep.c
head/sys/pc98/pc98/machdep.c
Modified: head/sys/amd64/amd64/machdep.c
==
Author: jhb
Date: Thu Dec 5 21:55:10 2013
New Revision: 259014
URL: http://svnweb.freebsd.org/changeset/base/259014
Log:
There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
MFC after:2 weeks
Modified:
head/sys/security/audit/audit_bsm_klib.c
Modified: head/sys/security/audit/
Author: jhb
Date: Thu Dec 5 21:51:54 2013
New Revision: 259013
URL: http://svnweb.freebsd.org/changeset/base/259013
Log:
Fix the processor table entry structure to use a fixed-width type for
32-bit fields so it is the correct size on amd64. Remove a workaround
for the broken structure from
Author: dim
Date: Thu Dec 5 21:51:53 2013
New Revision: 259012
URL: http://svnweb.freebsd.org/changeset/base/259012
Log:
MFC r257109:
Add clang-CC and CC to list of hints allowing clang to identify its operating
mode as c++ instead of defaulting to c for the binary names CC and clang-CC.
Author: dim
Date: Thu Dec 5 21:49:41 2013
New Revision: 259011
URL: http://svnweb.freebsd.org/changeset/base/259011
Log:
MFC r255076:
Pull in r189672 from upstream llvm trunk:
InstCombine: Check for zero shift amounts before subtracting one
causing integer overflow.
PR170
Author: jhb
Date: Thu Dec 5 21:49:14 2013
New Revision: 259010
URL: http://svnweb.freebsd.org/changeset/base/259010
Log:
Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for
powerpc64. This fixes the LINT64 kernel config.
Approved by: nwhitehorn (the idea, not the act
Author: dim
Date: Thu Dec 5 21:46:29 2013
New Revision: 259009
URL: http://svnweb.freebsd.org/changeset/base/259009
Log:
MFC r253802:
Pull in r186696 from upstream clang trunk:
This patch implements __get_cpuid_max() as an inline and __cpuid()
and __cpuid_count() as macros to be
Author: andreast
Date: Thu Dec 5 21:35:52 2013
New Revision: 259008
URL: http://svnweb.freebsd.org/changeset/base/259008
Log:
Do some cosmetic fixes.
Modified:
head/sys/powerpc/pseries/platform_chrp.c
Modified: head/sys/powerpc/pseries/platform_chrp.c
===
Author: andreast
Date: Thu Dec 5 21:34:33 2013
New Revision: 259007
URL: http://svnweb.freebsd.org/changeset/base/259007
Log:
Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logical
regions which represent the total amount of memory. The size of these regions
is not the
Author: andreast
Date: Thu Dec 5 21:25:56 2013
New Revision: 259006
URL: http://svnweb.freebsd.org/changeset/base/259006
Log:
In case we have many continous regions without gaps we have to make soure that
we collapse them into one region. The previous version missed to go back one
step and
Author: pfg
Date: Thu Dec 5 21:22:51 2013
New Revision: 259005
URL: http://svnweb.freebsd.org/changeset/base/259005
Log:
gcc: Add -flax-vector-conversions
Obtained from:gcc 4.3 (rev. 120572, 120688; GPLv2)
Modified:
head/contrib/gcc/ChangeLog.gcc43
head/contrib/gcc/c-common.c
Author: dim
Date: Thu Dec 5 20:25:44 2013
New Revision: 259004
URL: http://svnweb.freebsd.org/changeset/base/259004
Log:
MFC r256082 (by decke)
Rename internal function test() to avoid name clashes with common
macros. This fixes ports like mysql 5.6 which has an internal macro
called t
Author: rmh
Date: Thu Dec 5 20:23:32 2013
New Revision: 259003
URL: http://svnweb.freebsd.org/changeset/base/259003
Log:
Initialize modesetting sysctls in radeonkms.
This is intended for MFC if re@ permits.
Reviewed by: kib, dumbbell
Tested by:Steven Chamberlain
MFC after:
Author: mav
Date: Thu Dec 5 20:12:02 2013
New Revision: 259002
URL: http://svnweb.freebsd.org/changeset/base/259002
Log:
MFC r244280 (by pjd):
sbuf_trim() cannot be used on sbuf with drain function set.
This fixes panic when listing sysctls on INVARIANTS-enabled kernel while
having wbwd l
Author: royger
Date: Thu Dec 5 18:09:48 2013
New Revision: 258997
URL: http://svnweb.freebsd.org/changeset/base/258997
Log:
MFC 258178:
Improve robustness of the Xen balloon driver.
sys/dev/xen/balloon/balloon.c:
Remove unused and commented out code.
Fix deadlock ca
Author: royger
Date: Thu Dec 5 18:08:05 2013
New Revision: 258996
URL: http://svnweb.freebsd.org/changeset/base/258996
Log:
MFC 258176:
Fix accounting for hw.realmem on the i386 and amd64 platforms.
sys/i386/i386/machdep.c:
sys/amd64/amd64/machdep.c:
The value reported by Fr
Author: royger
Date: Thu Dec 5 18:06:12 2013
New Revision: 258995
URL: http://svnweb.freebsd.org/changeset/base/258995
Log:
MFC 257876:
On XenServer the "halt" message is used instead of "poweroff", which
makes FreeBSD halt but not poweroff (as expected when issuing a
shutdown from the
Author: sbruno
Date: Thu Dec 5 17:57:51 2013
New Revision: 258994
URL: http://svnweb.freebsd.org/changeset/base/258994
Log:
MFC r257769 to stable/10
Fix powerd/states on AMD cpus. Resolves issues with system reporting:
hwpstate0: set freq failed, err 6
Tested on FX-8150 and others.
Author: trasz
Date: Thu Dec 5 16:29:22 2013
New Revision: 258990
URL: http://svnweb.freebsd.org/changeset/base/258990
Log:
MFC r258842:
Grammar fix.
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/ctl.conf.5
Directory Properties:
st
Author: trasz
Date: Thu Dec 5 16:14:56 2013
New Revision: 258989
URL: http://svnweb.freebsd.org/changeset/base/258989
Log:
MFC r258841:
Fix typos.
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/parse.y
Directory Properties:
stable/
On Thursday, December 05, 2013 4:53:50 am Jean-Sébastien Pédron wrote:
> On 04.12.2013 21:18, John Baldwin wrote:
> > On Wednesday, December 04, 2013 2:04:57 pm Jean-Sebastien Pedron wrote:
> >> Author: dumbbell
> >> Date: Wed Dec 4 19:04:56 2013
> >> New Revision: 258930
> >> URL: http://svnweb.f
Author: avg
Date: Thu Dec 5 11:29:07 2013
New Revision: 258972
URL: http://svnweb.freebsd.org/changeset/base/258972
Log:
4373 add block contents print to zstreamdump
illumos/illumos-gate@994fb6b8a9d07a8021d77d79f46e30637bca3ad3
Modified:
vendor/illumos/dist/cmd/zstreamdump/zstreamdump.c
On 04.12.2013 21:18, John Baldwin wrote:
> On Wednesday, December 04, 2013 2:04:57 pm Jean-Sebastien Pedron wrote:
>> Author: dumbbell
>> Date: Wed Dec 4 19:04:56 2013
>> New Revision: 258930
>> URL: http://svnweb.freebsd.org/changeset/base/258930
>>
>> Log:
>> drm: Read PCIER_LINK_CAP/PCIER_LIN
30 matches
Mail list logo