I write this reply from another machine...
Here is what I have tested so far.
Is this the right approach?
Thank you in advance,
Andreas
Index: lib/libc/powerpc/SYS.h
===
--- lib/libc/powerpc/SYS.h (revision 230383)
+++ lib
On Sat, 21 Jan 2012, Andreas Tobler wrote:
On 21.01.12 03:52, Bruce Evans wrote:
On Fri, 20 Jan 2012, Andreas Tobler wrote:
Log:
Disable GUPROF on archs other than i386/amd64 since the fine details are
not
implemented.
This was intentionally not done. Just don't use config -pp on arc
On Wed, Jan 18, 2012 at 03:13:22PM +, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Wed Jan 18 15:13:21 2012
> New Revision: 230307
> URL: http://svn.freebsd.org/changeset/base/230307
>
> Log:
> Fix two issues related to the use of SIGINFO in fetch(1) to display
> progress information.
Author: andreast
Date: Sat Jan 21 11:42:40 2012
New Revision: 230422
URL: http://svn.freebsd.org/changeset/base/230422
Log:
Revert r230390.
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/conf/kern.pre.mk
==
-
On Sat, 21 Jan 2012, Andreas Tobler wrote:
I write this reply from another machine...
Here is what I have tested so far.
Is this the right approach?
Seems mostly what I want. I wouldn't change the right-justification
of the backslashes, since most places don't need it and it gives
unreadabl
Author: trasz
Date: Sat Jan 21 11:48:48 2012
New Revision: 230423
URL: http://svn.freebsd.org/changeset/base/230423
Log:
Replace the beerware license on mdconfig(8) with standard 2-clause BSD.
Approved by: phk@
Modified:
head/sbin/mdconfig/mdconfig.c
Modified: head/sbin/mdconfig/mdconf
Author: hselasky
Date: Sat Jan 21 13:31:38 2012
New Revision: 230424
URL: http://svn.freebsd.org/changeset/base/230424
Log:
Add support for the DesignWare USB 2.0 OTG controller chipset.
Currently the code is not built by any modules. That will
be fixed later. The Atmel ARM bus interface fil
On Sat, 21 Jan 2012 13:31:38 + (UTC)
Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sat Jan 21 13:31:38 2012
> New Revision: 230424
> URL: http://svn.freebsd.org/changeset/base/230424
>
> Log:
> Add support for the DesignWare USB 2.0 OTG controller chipset.
> Currently the code is
On 01/21/12 12:46, Bruce Evans wrote:
On Sat, 21 Jan 2012, Andreas Tobler wrote:
I write this reply from another machine...
Here is what I have tested so far.
Is this the right approach?
Seems mostly what I want. I wouldn't change the right-justification
of the backslashes, since most place
Author: kib
Date: Sat Jan 21 17:45:27 2012
New Revision: 230426
URL: http://svn.freebsd.org/changeset/base/230426
Log:
Add support for the extended FPU states on amd64, both for native
64bit and 32bit ABIs. As a side-effect, it enables AVX on capable
CPUs.
In particular:
- Query t
Author: kib
Date: Sat Jan 21 17:50:14 2012
New Revision: 230427
URL: http://svn.freebsd.org/changeset/base/230427
Log:
Adopt to new layout of struct pcb.
MFC after:1 month
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
Modified: head/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
=
Author: kib
Date: Sat Jan 21 18:00:28 2012
New Revision: 230429
URL: http://svn.freebsd.org/changeset/base/230429
Log:
Add API for obtaining extended machine context states that cannot be
fit into existing mcontext_t.
On i386 and amd64 do return the extended FPU states using
getcontextx
Author: kib
Date: Sat Jan 21 18:06:18 2012
New Revision: 230430
URL: http://svn.freebsd.org/changeset/base/230430
Log:
Use getcontextx(3) internal API instead of getcontext(2) to provide
the signal handlers with the context information in the deferrred
case.
Only enable the use of getco
On Sun, Jan 08, 2012 at 02:58:56PM -0800, Adrian Chadd wrote:
> On 8 January 2012 02:43, Pawel Jakub Dawidek wrote:
> > If someone is actually using GENERIC kernel. This change will break all
> > my system next time I upgrade. Adding UFS_ACL option to the kernel
> > config to make ZFS kernel modul
Author: pjd
Date: Sat Jan 21 20:13:37 2012
New Revision: 230436
URL: http://svn.freebsd.org/changeset/base/230436
Log:
Fix minor memory leak.
MFC after:3 days
Modified:
head/sbin/hastd/parse.y
Modified: head/sbin/hastd/parse.y
Author: jilles
Date: Sat Jan 21 20:39:17 2012
New Revision: 230437
URL: http://svn.freebsd.org/changeset/base/230437
Log:
sh: Remove "kill" example function, which is superseded by the kill builtin
MFC after:1 week
Deleted:
head/bin/sh/funcs/kill
_
Author: pjd
Date: Sat Jan 21 21:12:53 2012
New Revision: 230438
URL: http://svn.freebsd.org/changeset/base/230438
Log:
Dramatically optimize listing snapshots when user requests only snapshot
names and wants to sort them by name, ie. when executes:
# zfs list -t snapshot -o name -s
Author: kib
Date: Sun Jan 22 01:11:06 2012
New Revision: 230441
URL: http://svn.freebsd.org/changeset/base/230441
Log:
Remove the nc_time and nc_ticks elements from struct namecache, and
provide struct namecache_ts which is the old struct namecache. Only
allocate struct namecache_ts if non-n
Author: bz
Date: Sun Jan 22 02:13:19 2012
New Revision: 230442
URL: http://svn.freebsd.org/changeset/base/230442
Log:
Clean up some #endif comments removing from short sections. Add #endif
comments to longer, also refining strange ones.
Properly use #ifdef rather than #if defined() where
Author: bz
Date: Sun Jan 22 02:16:31 2012
New Revision: 230443
URL: http://svn.freebsd.org/changeset/base/230443
Log:
Fix ip_divert handling of inet and inet6 and module building some more.
Properly sort the "carp" case in modules/Makefile after it was renamed.
Reported by: bde (most)
Hi,
I'm sorry I got distracted by other things. I'll see about creating a kld
with all of this code in it and set the depedencies appropriately.
adrian
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To
On 20 January 2012 18:41, Rui Paulo wrote:
> This commit doesn't help much and keeps us more toolchain dependent like
> Alexander pointed out in IRC. Since ether_sprintf() wasn't causing any
> trouble, please consider backing this out.
>
> This commit also introduces unnecessary changes which ma
On 20 January 2012 18:42, Rui Paulo wrote:
> I tested this exact topology when I implemented HWMP, so I don't know what
> went wrong. The commit log doesn't say much about what was wrong and the
> code changes are, again, mixed with style changes so I haven't had time to
> fully appreciate these
Author: adrian
Date: Sun Jan 22 04:51:00 2012
New Revision: 230445
URL: http://svn.freebsd.org/changeset/base/230445
Log:
Bring over the visibility control tool for Monthadar's wtap project.
This allows basic control over which wtap nodes can see which other
wtap nodes.
Added:
head/too
Author: adrian
Date: Sun Jan 22 05:30:29 2012
New Revision: 230447
URL: http://svn.freebsd.org/changeset/base/230447
Log:
Mark the taskqueue as the _net80211_ taskqueue.
This makes it much easier to determine whether an event occurs in the
net80211 taskqueue (which was called "ath0 taskq"
25 matches
Mail list logo