On Mon, 12 Nov 2012, Bruce Evans wrote:
On Sun, 11 Nov 2012, Dimitry Andric wrote:
It works just fine now with clang. For the first example, I get:
pushl %ebp
movl%esp, %ebp
andl$-32, %esp
as prolog, and for the second:
pushl %ebp
movl%es
Author: eadler
Date: Mon Nov 12 14:16:39 2012
New Revision: 242918
URL: http://svnweb.freebsd.org/changeset/base/242918
Log:
Clarify where the authorized_key file lives.
Approved by: bcr (mentor)
MFC after:3 days
Modified:
head/usr.bin/ssh-copy-id/ssh-copy-id.1
Modified: head/usr
Author: sbruno
Date: Mon Nov 12 18:09:25 2012
New Revision: 242922
URL: http://svnweb.freebsd.org/changeset/base/242922
Log:
Update MAX_TASKS to scale a bit based on MAXCPU
This alleviates issues on newer Sandy/Ivy Bridge gear that seems to require
boatloads more ACPI resources than befor
Author: dteske
Date: Mon Nov 12 18:38:54 2012
New Revision: 242923
URL: http://svnweb.freebsd.org/changeset/base/242923
Log:
Fix a stack leak in [unused] cycle_menuitem function while we're here
(required misconfiguration and/or missing environment vars to occur).
Reviewed by: peterj, ad
Author: jeff
Date: Mon Nov 12 19:53:55 2012
New Revision: 242924
URL: http://svnweb.freebsd.org/changeset/base/242924
Log:
- Fix a bug that has existed since the original softdep implementation.
When a background copy of a cg is written we complete any work associated
with that bmsafe
Author: edwin
Date: Mon Nov 12 20:44:59 2012
New Revision: 242927
URL: http://svnweb.freebsd.org/changeset/base/242927
Log:
Merge of vendor import of 242925, tzdata2012i
Update to tzdata2012i:
- Cuba is changing back to Standard Time on 4 November 2012.
Modified:
head/contrib/tzdata/as
Author: dim
Date: Mon Nov 12 20:50:11 2012
New Revision: 242931
URL: http://svnweb.freebsd.org/changeset/base/242931
Log:
Fix a minor warning in sys/i386/xen/clock.c.
MFC after:3 days
Modified:
head/sys/i386/xen/clock.c
Modified: head/sys/i386/xen/clock.c
===
Author: dim
Date: Mon Nov 12 22:01:29 2012
New Revision: 242933
URL: http://svnweb.freebsd.org/changeset/base/242933
Log:
Redo r242842, now actually fixing the warnings, as follows:
- In sys/ofed/drivers/infiniband/core/cma.c, an enum struct member is
interpreted as an int, so cast it to a
Author: dim
Date: Mon Nov 12 22:28:32 2012
New Revision: 242934
URL: http://svnweb.freebsd.org/changeset/base/242934
Log:
Redo r242889, now using the method from projects/amd64_xen_pv r240747.
Reminded by: kib
MFC after:3 days
Modified:
head/sys/dev/xen/netback/netback_unit_tests.
Author: neel
Date: Mon Nov 12 22:38:54 2012
New Revision: 242935
URL: http://svnweb.freebsd.org/changeset/base/242935
Log:
Add a callback function to userboot.so to fetch a list of environment
variables and pass them to the kernel.
Reviewed by: dfr
Modified:
head/sys/boot/userboot/tes
On Mon, Nov 12, 2012 at 5:28 PM, Dimitry Andric wrote:
> Author: dim
> Date: Mon Nov 12 22:28:32 2012
> New Revision: 242934
> URL: http://svnweb.freebsd.org/changeset/base/242934
>
> Log:
> Redo r242889, now using the method from projects/amd64_xen_pv r240747.
>
> Reminded by: kib
> MFC af
On Tue, Oct 23, 2012 at 02:58:25PM +, Warner Losh wrote:
> Log:
> Start a clean-room implementation of files.mips. This is sufficient
> for SWARM64 and SWARM64_SMP to compile. Other kernels will be layered
> in.
> Modified:
> head/sys/conf/files.mips
...
> -# Copyright (c) 2001, 2004-
On Mon, Nov 12, 2012 at 04:29:07PM -0800, David O'Brien (@FreeBSD) wrote:
> $ diff -Bbw files.mips.r241680,sorted files.mips.r241933,sorted | egrep -v
> '^(\+|-|@@)' | wc -l
> 43
Sorry, should have better ensured all input lines appeared in the output.
$ diff -u999 -Bbw files.mips.r241680,
On Mon, Nov 12, 2012 at 7:47 PM, David O'Brien wrote:
> On Mon, Nov 12, 2012 at 04:29:07PM -0800, David O'Brien (@FreeBSD) wrote:
>> $ diff -Bbw files.mips.r241680,sorted files.mips.r241933,sorted | egrep -v
>> '^(\+|-|@@)' | wc -l
>> 43
>
> Sorry, should have better ensured all input lines
Author: emaste
Date: Tue Nov 13 01:21:17 2012
New Revision: 242936
URL: http://svnweb.freebsd.org/changeset/base/242936
Log:
Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git revision e8395b4efd1
Author: obrien
Date: Tue Nov 13 01:48:00 2012
New Revision: 242938
URL: http://svnweb.freebsd.org/changeset/base/242938
Log:
Use consistent style.
Modified:
head/sys/netinet6/in6_src.c
Modified: head/sys/netinet6/in6_src.c
=
On Fri, Sep 14, 2012 at 11:51:51AM +, Gleb Smirnoff wrote:
> Log:
> o Create directory sys/netpfil, where all packet filters should
> reside, and move there ipfw(4) and pf(4).
> o Move most modified parts of pf out of contrib.
Why didn't contrib/ipfilter/ move to sys/netpfil/ as well?
On Nov 12, 2012, at 5:29 PM, David O'Brien wrote:
> On Tue, Oct 23, 2012 at 02:58:25PM +, Warner Losh wrote:
>> Log:
>> Start a clean-room implementation of files.mips. This is sufficient
>> for SWARM64 and SWARM64_SMP to compile. Other kernels will be layered
>> in.
>> Modified:
>> hea
Author: alc
Date: Tue Nov 13 02:50:39 2012
New Revision: 242941
URL: http://svnweb.freebsd.org/changeset/base/242941
Log:
Replace the single, global page queues lock with per-queue locks on the
active and inactive paging queues.
Reviewed by: kib
Modified:
head/sys/sys/vmmeter.h
head
Author: emaste
Date: Tue Nov 13 03:05:28 2012
New Revision: 242943
URL: http://svnweb.freebsd.org/changeset/base/242943
Log:
Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b6d3ae9b164b3747986a
Author: obrien
Date: Tue Nov 13 03:09:26 2012
New Revision: 242944
URL: http://svnweb.freebsd.org/changeset/base/242944
Log:
Garbage collect the explicit "compile-with", they are no longer needed.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
===
Author: theraven
Date: Tue Nov 13 03:27:43 2012
New Revision: 242945
URL: http://svnweb.freebsd.org/changeset/base/242945
Log:
Import new version of libc++ into base.
Modified:
head/contrib/libc++/include/__config
head/contrib/libc++/include/__functional_base
head/contrib/libc++/include/_
Author: kevlo
Date: Tue Nov 13 05:58:52 2012
New Revision: 242947
URL: http://svnweb.freebsd.org/changeset/base/242947
Log:
Check the return value of uiomove(9).
Modified:
head/sys/dev/iicbus/iic.c
Modified: head/sys/dev/iicbus/iic.c
==
Author: kevlo
Date: Tue Nov 13 06:03:43 2012
New Revision: 242948
URL: http://svnweb.freebsd.org/changeset/base/242948
Log:
Use uiomove return value instead of returning 0.
Modified:
head/sys/dev/adb/adb_mouse.c
Modified: head/sys/dev/adb/adb_mouse.c
=
Author: obrien
Date: Tue Nov 13 06:07:13 2012
New Revision: 242949
URL: http://svnweb.freebsd.org/changeset/base/242949
Log:
Be more consistent.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
--- head
Author: adrian
Date: Tue Nov 13 06:28:57 2012
New Revision: 242951
URL: http://svnweb.freebsd.org/changeset/base/242951
Log:
Add some debugging to try and catch an invalid TX rate (0x0) that is
being reported.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_tx.c
==
On 2012-11-12 23:57, Ben Kaduk wrote:> On Mon, Nov 12, 2012 at 5:28 PM, Dimitry
Andric wrote:
Author: dim
Date: Mon Nov 12 22:28:32 2012
New Revision: 242934
URL: http://svnweb.freebsd.org/changeset/base/242934
Log:
Redo r242889, now using the method from projects/amd64_xen_pv r240747.
Author: jmallett
Date: Tue Nov 13 07:33:45 2012
New Revision: 242952
URL: http://svnweb.freebsd.org/changeset/base/242952
Log:
Fix build for FreeBSD kernel.
Modified:
head/sys/contrib/octeon-sdk/octeon-pci-console.c
Modified: head/sys/contrib/octeon-sdk/octeon-pci-console.c
=
Author: jmallett
Date: Tue Nov 13 07:34:46 2012
New Revision: 242953
URL: http://svnweb.freebsd.org/changeset/base/242953
Log:
Add some useful options to consider.
Modified:
head/sys/mips/conf/OCTEON1
Modified: head/sys/mips/conf/OCTEON1
==
Author: jmallett
Date: Tue Nov 13 07:39:49 2012
New Revision: 242955
URL: http://svnweb.freebsd.org/changeset/base/242955
Log:
Add preliminary Octeon PCI console support. Radisys-specific PCI console
support may follow soon (it uses a proprietary memory layout, but operation
looks pretty tr
On 13.11.2012 03:50, Alan Cox wrote:
Author: alc
Date: Tue Nov 13 02:50:39 2012
New Revision: 242941
URL: http://svnweb.freebsd.org/changeset/base/242941
Log:
Replace the single, global page queues lock with per-queue locks on the
active and inactive paging queues.
Hear hear! Now if onl
31 matches
Mail list logo