Here's what I have running on my stable/9 VIMAGE laptop.
http://people.freebsd.org/~adrian/ath/20130712-vimage-default-attach-detach.diff
How's this look to put into -HEAD?
-adrian
___
svn-src-head@freebsd.org mailing list
http://lists.f
Author: adrian
Date: Sat Jul 13 04:25:03 2013
New Revision: 253314
URL: http://svnweb.freebsd.org/changeset/base/253314
Log:
Bring over some link aggregation / LACP protocol improvements and debugging
additions.
* Add some new tracing events to aid in debugging.
* Add in a debugging mod
Author: rpaulo
Date: Sat Jul 13 00:39:07 2013
New Revision: 253309
URL: http://svnweb.freebsd.org/changeset/base/253309
Log:
Indent the "scp=... rlv=..." to make it easier to read the backtrace.
Modified:
head/sys/arm/arm/db_trace.c
Modified: head/sys/arm/arm/db_trace.c
=
Author: scottl
Date: Fri Jul 12 23:20:11 2013
New Revision: 253307
URL: http://svnweb.freebsd.org/changeset/base/253307
Log:
Const-ify the new da_delete_functions.
Remove a redundant sanity check
Submitted by: Steven Hartland
Obtained from:Netflix
MFC after:3 days
Modifie
... and as a side-note, I am upgrading my test laptops to -HEAD very
slowly and I'll make sure one gets VIMAGE.
I'm sure I'll then find _all_ the odd crap with VIMAGE when used with
non-server hardware.
-adrian
___
svn-src-head@freebsd.org mailing list
Author: bapt
Date: Fri Jul 12 23:12:37 2013
New Revision: 253306
URL: http://svnweb.freebsd.org/changeset/base/253306
Log:
Regenerate src.conf(5) after changing WITHOUT_PKGTOOLS to WITH_PKGTOOLS
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Hah, because I forgot. I have a lot going on in my head. :-)
Anyway, my detach patch looks like its needed for detach (try doing an
ACPI suspend, see if you panic :-) .. this stuff for setting a default
context during device attach is needed but for attach, rather than
detach.
-adrian
__
Author: bapt
Date: Fri Jul 12 23:11:17 2013
New Revision: 253305
URL: http://svnweb.freebsd.org/changeset/base/253305
Log:
Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when
building world
Added:
head/tools/build/options/
Author: bapt
Date: Fri Jul 12 23:08:44 2013
New Revision: 253304
URL: http://svnweb.freebsd.org/changeset/base/253304
Log:
Ensure the locale is LC_ALL=C when regenerating src.conf.5
MFC after:3 days
Modified:
head/tools/build/options/makeman
Modified: head/tools/build/options/makema
Author: jfv
Date: Fri Jul 12 22:36:26 2013
New Revision: 253303
URL: http://svnweb.freebsd.org/changeset/base/253303
Log:
Change the E1000 driver option header handling to match the
ixgbe driver. As it was, when building them as a module INET
and INET6 are not defined. In these drivers it do
On 12.07.2013 16:36, Hiroki Sato wrote:
Author: hrs
Date: Fri Jul 12 12:36:12 2013
New Revision: 253262
URL: http://svnweb.freebsd.org/changeset/base/253262
Log:
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
routing table with the specified FIB number, not td->td_p
Author: gjb
Date: Fri Jul 12 22:02:11 2013
New Revision: 253290
URL: http://svnweb.freebsd.org/changeset/base/253290
Log:
Document that a literal jail name of 0 (zero) is not allowed.
PR: 174436
Submitted by: Robert Schulze
Reviewed by: mjg
MFC after:3 days
Modified:
Author: delphij
Date: Fri Jul 12 21:36:29 2013
New Revision: 253288
URL: http://svnweb.freebsd.org/changeset/base/253288
Log:
Merge from hpt27xx, r249468 (mav):
MFprojects/camlock r248982:
Stop abusing xpt_periph in random plases that really have no periph related
to CCB, for example, b
Author: jfv
Date: Fri Jul 12 21:21:15 2013
New Revision: 253285
URL: http://svnweb.freebsd.org/changeset/base/253285
Log:
Opps, need to change the VF code as well.
MFC after:ASAP
Modified:
head/sys/dev/ixgbe/ixv.c
Modified: head/sys/dev/ixgbe/ixv.c
==
Author: jfv
Date: Fri Jul 12 21:14:42 2013
New Revision: 253284
URL: http://svnweb.freebsd.org/changeset/base/253284
Log:
Remove the conditional define around the option headers,
when building the driver as a module the result of the present
system results in INET and INET6 being undefined,
On Fri, Jul 12, 2013 at 11:39:34AM -0700, Craig Rodrigues wrote:
> I like your patch. It may be worth having one more Netgraph person review
> it and give a sanity check, but
> I think we should commit your patch ASAP.
> I am new to VNET, but I am wondering if in your patch we can KASSERT if
> nod
Author: trociny
Date: Fri Jul 12 19:08:33 2013
New Revision: 253282
URL: http://svnweb.freebsd.org/changeset/base/253282
Log:
A complete duplication of binding should be allowed if on both new and
duplicated sockets a multicast address is bound and either
SO_REUSEPORT or SO_REUSEADDR is set.
Author: kib
Date: Fri Jul 12 18:52:33 2013
New Revision: 253280
URL: http://svnweb.freebsd.org/changeset/base/253280
Log:
Only copy as much bytes as there in superblock, instead of the full
block copy, when copying the superblock into the snapshot. UFS1 does
not align superblock on the bloc
local collection which works for all
> netgraph nodes.
>
> Maybe we should do that instead of this?
>
> http://people.freebsd.org/~adrian/ath/20130712-netgraph-vimage.diff
>
> That should solve it for all dynamic netgraph stuff, rather than just
> bluetooth.
>
>
>
>
is?
>
> http://people.freebsd.org/~adrian/ath/20130712-netgraph-vimage.diff
>
> That should solve it for all dynamic netgraph stuff, rather than just
> bluetooth.
>
>
>
> -adrian
>
> On 12 July 2013 01:03, Craig Rodrigues wrote:
>> Author: rodrigc
>> Date: Fri
Hm, I just found a patch in my local collection which works for all
netgraph nodes.
Maybe we should do that instead of this?
http://people.freebsd.org/~adrian/ath/20130712-netgraph-vimage.diff
That should solve it for all dynamic netgraph stuff, rather than just bluetooth.
-adrian
On 12
Author: jimharris
Date: Fri Jul 12 18:13:41 2013
New Revision: 253279
URL: http://svnweb.freebsd.org/changeset/base/253279
Log:
%d should be used for printing int32_t instead of %zd.
clang does not complain about this - only gcc.
MFC after:3 days
Modified:
head/sbin/nvmecontrol/
Author: schweikh
Date: Fri Jul 12 17:37:05 2013
New Revision: 253277
URL: http://svnweb.freebsd.org/changeset/base/253277
Log:
Typo corrected.
Modified:
head/lib/libc/stdio/fwrite.c
Modified: head/lib/libc/stdio/fwrite.c
===
Author: pfg
Date: Fri Jul 12 17:22:59 2013
New Revision: 253276
URL: http://svnweb.freebsd.org/changeset/base/253276
Log:
Add creation timestamp (birthtime) support for fuse.
This is based on similar support in MacFUSE.
Modified:
head/sys/fs/fuse/fuse_internal.h
head/sys/fs/fuse/fuse_k
Author: hrs
Date: Fri Jul 12 17:11:30 2013
New Revision: 253275
URL: http://svnweb.freebsd.org/changeset/base/253275
Log:
Add -F fibnum option to specify an FIB number for -r flag.
Modified:
head/usr.bin/netstat/main.c
head/usr.bin/netstat/netstat.1
head/usr.bin/netstat/netstat.h
head/u
Author: ken
Date: Fri Jul 12 17:09:50 2013
New Revision: 253274
URL: http://svnweb.freebsd.org/changeset/base/253274
Log:
Fix a problem with READ ELEMENT STATUS that occurs on some
changers that don't support the DVCID and CURDATA bits that were
introduced in the SMC spec.
These changer
On 07/12/13 10:56, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Fri Jul 12 15:56:30 2013
New Revision: 253272
URL: http://svnweb.freebsd.org/changeset/base/253272
Log:
Fix check: bitwise and has only one &.
MFC after: 1 week
Thanks to rdivacky for finding this!
-Nathan
Author: nwhitehorn
Date: Fri Jul 12 15:56:30 2013
New Revision: 253272
URL: http://svnweb.freebsd.org/changeset/base/253272
Log:
Fix check: bitwise and has only one &.
MFC after:1 week
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
Author: jilles
Date: Fri Jul 12 15:29:41 2013
New Revision: 253271
URL: http://svnweb.freebsd.org/changeset/base/253271
Log:
sh: Do not read from stdin if an error occurs during -i -c cmd.
Although using -i with -c does not seem very useful, it seems inappropriate
to read commands from th
Author: pluknet
Date: Fri Jul 12 15:08:37 2013
New Revision: 253270
URL: http://svnweb.freebsd.org/changeset/base/253270
Log:
- mdoc: remove superfluous paragraph macros.
- fix typo in xref manual section number.
Modified:
head/share/man/man9/vmem.9
Modified: head/share/man/man9/vmem.9
===
Author: glebius
Date: Fri Jul 12 14:46:40 2013
New Revision: 253268
URL: http://svnweb.freebsd.org/changeset/base/253268
Log:
Remove non existent in FreeBSD reference.
Modified:
head/share/man/man9/vmem.9
Modified: head/share/man/man9/vmem.9
==
Author: marius
Date: Fri Jul 12 14:24:52 2013
New Revision: 253266
URL: http://svnweb.freebsd.org/changeset/base/253266
Log:
Prefix the alias macros for members of struct __mcontext with an underscore
in order to avoid a clash in the net80211 code.
Modified:
head/lib/libc/sparc64/gen/makeco
Author: glebius
Date: Fri Jul 12 14:25:58 2013
New Revision: 253267
URL: http://svnweb.freebsd.org/changeset/base/253267
Log:
Add manual page for vmem(9). Obtained from NetBSD, modified to match
our implementation.
Obtained from:NetBSD
Added:
head/share/man/man9/vmem.9 (conte
Author: hrs
Date: Fri Jul 12 12:36:12 2013
New Revision: 253262
URL: http://svnweb.freebsd.org/changeset/base/253262
Log:
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
routing table with the specified FIB number, not td->td_proc->p_fibnum.
Modified:
head/lib/libc/ge
Author: hrs
Date: Fri Jul 12 12:18:07 2013
New Revision: 253261
URL: http://svnweb.freebsd.org/changeset/base/253261
Log:
- Drop GIF_ACCEPT_REVETHIP flag by default.
- Add IFF_MONITOR support.
Modified:
head/sys/net/if_gif.c
Modified: head/sys/net/if_gif.c
=
Author: theraven
Date: Fri Jul 12 11:03:51 2013
New Revision: 253260
URL: http://svnweb.freebsd.org/changeset/base/253260
Log:
Fix the build with C++ where __builtin_types_compatible_p is not allowed.
Modified:
head/lib/msun/src/math.h
Modified: head/lib/msun/src/math.h
=
Author: des
Date: Fri Jul 12 10:07:21 2013
New Revision: 253258
URL: http://svnweb.freebsd.org/changeset/base/253258
Log:
Remove authpf-noip along with authpf.
Reminded by: delphij@
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFi
Author: oleg
Date: Fri Jul 12 09:20:55 2013
New Revision: 253256
URL: http://svnweb.freebsd.org/changeset/base/253256
Log:
Fix 'SEE ALSO' list.
Modified:
head/sbin/recoverdisk/recoverdisk.1
Modified: head/sbin/recoverdisk/recoverdisk.1
On Thu, 11 Jul 2013, Tijl Coosemans wrote:
On 2013-07-11 22:03, Tijl Coosemans wrote:
On 2013-07-11 21:36, David Chisnall wrote:
On 11 Jul 2013, at 19:52, Tijl Coosemans wrote:
@@ -227,8 +250,6 @@ double expm1(double);
double fma(double, double, double);
double hypot(double, double);
On Thu, 11 Jul 2013, David Chisnall wrote:
On 11 Jul 2013, at 19:52, Tijl Coosemans wrote:
GCC doesn't support _Generic yet for -std=c11.
Ugh. Given that they also lack a fine-grained feature check mechanism, they
really should not advertise support for a language dialect if they don't
s
Author: rodrigc
Date: Fri Jul 12 08:03:10 2013
New Revision: 253255
URL: http://svnweb.freebsd.org/changeset/base/253255
Log:
PR: kern/168520
Submitted by: "YAMAMOTO, Shigeru"
Reviewed by: adrian
In PC-BSD 9.1, VIMAGE is enabled in the kernel config.
For laptops with Bluetooth capabi
On 12.07.2013 09:43, Andre Oppermann wrote:
Author: andre
Date: Fri Jul 12 07:43:56 2013
New Revision: 253254
URL: http://svnweb.freebsd.org/changeset/base/253254
Log:
Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.
Reported by: trociny, rodrigc
Sorry for the
Author: andre
Date: Fri Jul 12 07:43:56 2013
New Revision: 253254
URL: http://svnweb.freebsd.org/changeset/base/253254
Log:
Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.
Reported by: trociny, rodrigc
Modified:
head/sys/netinet/tcp_syncache.h
Modified: head
43 matches
Mail list logo