imization).
https://en.cppreference.com/w/cpp/language/ebo
Empty base classes aren't subject to the requirement that objexts should
have an unique address.
A+
Paul
me into
uncharted waters, as the testing base for these non-default package builds is
lower than for the default package builds. I am assuming that risk on myself
by electing to build my own packages via Poudriere.
Straying off the beaten path can sometimes take you to lonely places. :-)
Cheers,
Paul.
BE boots just fine, so something is broken.
I get the same thing trying to install FreeBSD/arm64 -CURRENT on a MacBook Air
M2 using UTM. I'm trying to boot
FreeBSD-15.0-CURRENT-arm64-aarch64-20241024-8b2e7da70855-273174-disc1.iso and
it fails to do so. I have a FreeBSD/arm64 14.1-RELEASE VM that runs under UTM
on the same hardware just fine. I guess I just got unlucky choosing that
particular snapshot? Something is broken?
Cheers,
Paul.
t the ExeContext is not saved for each lock. Each thread has a
set of held lock IDs. It might be useful to change that, depending on
the memory and time overhead.
I'll try to see if there is an efficient way to check that the
ExeContext for pthread_mutex_lock is exit/__libc_start1.
A+
Paul
allowed on exit another option will be to try to fiddle around with what
happens during a call to exit(). That would mean something like ignoring
the lock count when called from exit().
And the last resort will be to just turn this check off.
A+
Paul
>
>
> I can probably check whether it's the main thread (I assume that this code
> doesn't run on subsidiary threads)
>
No it looks like it can be any thread.
A+
Paul
>
> On Wed, 9 Oct 2024 at 09:08, Konstantin Belousov
> wrote:
>
On Wed, Oct 09, 2024 at 06:35:08AM +, Paul Floyd wrote:
> > The biggest problem is with Helgrind. All apps now generate an extra
> error
> >
> > ==68593== Thread #1: Exiting thread still holds 1 l
with pthread tracing turned on but that just
gave me one more problem - a crash due to the tracing fprintf
(https://bugs.kde.org/show_bug.cgi?id=494327).
A+
Paul
it worked reliably for me. Then,
starting a few weeks ago, it has reverted to the behaviour you describe above.
It is not as bad right now as it got when I quit using it. Now, sometimes it
will fail, but it will succeed when re-running a "poudriere bulk" run.
I'd love it to go back to when it was working 100% of the time.
Cheers,
Paul.
ibelf.so.2.
See
https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27
A+
Paul
few new testcase failures. Some are libsys
related and fairly unimportant. There are also a few more serious issues
that I'm still investigating, not necessarily anything to do with libsys.
A+
Paul
ht cause me problems if libc isn't linked.
>>
>> Could you do a quick test with an exe linked to libsys but not libc running
>> under Valgrind memcheck, please?
>
> Could you suggest a more concrete example?
I don’t think that it really matters. Just an empty main(). The important thing
would be linking to libsys and not libc.
A+
Paul
thout requiring libc.
I see that pagesize is on the list of functions that are moving. There
are a couple of other functions that might cause me problems if libc
isn't linked.
Could you do a quick test with an exe linked to libsys but not libc
running under Valgrind memcheck, please?
A+
Paul
A modern and standard solution is std::byteswap.
https://en.cppreference.com/w/cpp/numeric/byteswap
According to this
https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B23_library_features
you will need llvm 14 for that.
A+
Paul
H_SYSTEM_COMPILER=yes
WITHOUT_CROSS_COMPILER=yes
When I commented these out in the jail-src.conf Poudriere file the jail built
correctly.
I figure the system built fine because its system compiler is LLVM 14.x. The
Poudriere system compiler is LLVM 15.x, which has the breaking change wrt.
old-style prototypes.
Cheers,
Paul.
at it works".
This was "fixed" by ANSI C going on for 35 years ago. Ancient code like
this is probably safe enough - the finger crossing seems to have worked
for a long time.
It's no wonder people are clamouring to only use safe languages like
Rust for new projects.
A+
Paul
On 04-01-23 11:24, Konstantin Belousov wrote:
On Tue, Jan 03, 2023 at 11:38:55AM +0100, Floyd, Paul wrote:
On 30/12/2022 01:54, Konstantin Belousov wrote:
The backtrace is needed to make a further analysis.
Any suggestions for getting a backtrace? I get the panic booting either the
On 30/12/2022 01:54, Konstantin Belousov wrote:
The backtrace is needed to make a further analysis.
Any suggestions for getting a backtrace? I get the panic booting either
the installer ISO or the VM image, both in VirtualBox.
A+
Paul
ee8 not in kstack VA 0x2420000 4
A+
Paul
On 28-12-22 18:05, Graham Perrin wrote:
If the guest has more than CPU, try reducing to one.
A step further: try booting the guest in safe mode.
Neither of those changed anything (I was using 2 CPUs)
A+
Paul
to see the last message before the panic as it
scrolls past too quickly.
Any suggestions for a working either how to get more info or what vbox
settings to use?
A+
Paul
ght have to wait for Samba to
switch to 4.16 in /usr/ports/Mk/bsd.default-versions.mk before GNOME/Samba
ports shake out the way you like.
Cheers,
Paul.
and so forth,
and even mark the new boot environment as the one to be active on reboot. All
you need to do is reboot. I've been using it for source upgrades for a while
now without problems. The best thing, for me, is it cuts out all that time
doing "make installworld" and etcupdate in single user mode, thus minimising
downtime.
Cheers,
Paul.
01.html
This worked well for me, at least until I stopped running FreeBSD on my ARM
systems. I don't know whether it still works.
Cheers,
Paul.
meone show me what I'm missing in either of mine (in private, if
> you prefer)?
I don't know whether you're missing anything, but I wanted to mention I
recently found a tool useful in helping my own BE-based source
upgrades: /usr/src/tools/build/beinstall.sh
I've found it helps with the build/upgrade steps. See man beinstall(8)
for details.
Cheers,
Paul.
On Feb 24, 2021, at 11:18 AM, Jung-uk Kim wrote:
> On 21. 2. 24., Paul Mather wrote:
>> I have two systems on which I run -CURRENT. I updated them yesterday to the
>> following: FreeBSD 14.0-CURRENT #1 main-n245033-6ab923cbca87: Tue Feb 23
>> 21:29:31 EST 2021. Both
ebruary 2021) worked fine.
Cheers,
Paul.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
s (otherwise it would be a huge POLA
violation).
I track NetBSD src via Git, even though that project currently officially uses
CVS.
Cheers,
Paul.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
I think you can pay XinuOS to support FreeBSD in a LTS situation.
It is just like linux where you have to pay Red Hat, Suse, etc.
They break things even with point releases. Suse majorly
screwed with video drivers back in the 9.x series. Totally
broke major release. Their answer then was pay us or
> FreeBSD beaglebone 11.0-ALPHA4 FreeBSD 11.0-ALPHA4 #0 r302028M: Mon Jun 20
> 18:19:55 EDT 2016
> kwhite@freebsd11:/usr/obj/arm.armv6/usr/src/sys/BEAGLEBONE-LOCAL arm armv6
>
> ...keith
The patch also fixes the problem for
Wed Jun 15 14:23:28 EDT 2016
That's just two days apart. Maybe that might help track down the potential
revision that caused the problem. I've not been able to buildworld via NFS
since the problem began, so I've reverted back to the r301779 kernel for now.
Cheer
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
to zoom in or out
from a given symptom (i.e., binary or library that might have changed). I
don't believe this is possible in the current FreeBSD setup. This is a huge
gain in functionality.
Cheers,
Paul.
___
freebsd-current@freebsd.org mail
components
affected.
Arguably, a packaged base will make it easier to help people, because it makes
more explicit the dependencies of different parts of the system. It's been my
experience that the interactions and impact of the various /etc/src.conf
settings are not entirely well kn
On Wed, Apr 12, 2016 at 11:01PM, Paul Wootton wrote:
>On Tue, Apr 12, 2016 at 02:02PM, Paul Wootton wrote:
>
>With the help of Konstantin, I have got a proper disassembly.
>
>I have recompiled a few times so my new panic is
>instruction pointer = 0x20:0x80fed
On Tue, Apr 12, 2016 at 02:02PM, Paul Wootton wrote:
>On Tue, Apr 12, 2016 at 08:56AM, Konstantin Belousov wrote:
>>Anyway, please do 'kgdb kernel.debug' for your HEAD kernel, and
>>send me the disassemble of the native_lapic_setup function.
>
>"
add %al,(%rax)
I downloaded an ISO of r294499 and that booted correctly inside VBox.
I SVNed down to r294499, compiled and that did not boot. Did a disassembley
and it's the same as above.
I downloaded an ISO of r297692 and that booted correctly.
So it's got to be either my kernel conf or
e so they can correctly answer the question.
Why was the default changed from "No" to "Yes" ?
Paul.
--
Paul Koch | Founder, CEO
AKIPS Network Monitor
http://www.akips.com
Brisbane, Australia
___
freebsd-current@freebsd.org mailin
11/xorg.conf, I did do the X -configure.
> Usually unnecessary, and not a great idea unless it is necessary.
>
>
ok, I'll check out the freebsd pages, and I'll let you know. thanks!
--
Paul Cartwright
Registered Linux User #367800 and new counter #561587
__
as using this guide to set everything up:
https://cooltrainer.org/a-freebsd-desktop-howto/#with-radeon-intel-or-otherwise
am I missing something?
I do have an /etc/X11/xorg.conf, I did do the X -configure.
--
Paul Cartwright
Registered Linux User #367800 and new co
atter if it is best for FreeBSD for it to
continue. Without someone to take ownership of it, then even if it continues it
will not be top quality, and having something in FreeBSD that is not top
quality would be a mistake (IMHO).
--
Paul Kraus
p...@kraus-haus.org
_
On Dec 24, 2013, at 2:53 PM, Xin Li wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 12/24/13 14:36, Paul Hoffman wrote:
>> On Dec 24, 2013, at 12:44 PM, Xin Li wrote:
>>
>>> I think we shouldn't save entropy inside jails, as the data is
might be used by some userland
program (running as root, of course) that knows about the directory and wants
some fresh entropy for its own use.
Is there a problem with saving the directory in jails? It certainly isn't
taking up much spa
Details on pastebin: http://pastebin.com/raw.php?i=dNzL3yXR
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
27;ve commented this out and am rebuilding again.
Thanks again!
Paul
On 05/12/13 09:35, Dan Mack wrote:
>
> It's sound familiar; in /usr/src/UPDATING there is mention of this '-l'
> issue. Search for 'install' in UPDATING and I think there is a
> work-aroun
makewhatis or
mklocale. It seems that something is trying to use the '-l' option to
install, which is only present in FreeBSD 10.
Any ideas how to get around this issue?
Thanks,
Paul
# cd /usr/src
# make buildworld
.
.
.
===> bin/cat (obj,depend,all,install)
/usr/obj/usr/src/tm
On May 11, 2013, at 11:13 AM, Alexander Yerenkow wrote:
2013/5/11 Paul Kraus On May 11, 2013, at 10:03 AM, Alexander Yerenkow wrote:
>
> > There's no mature (or flexible, or "can do what I want" ) way to
> > increase/decrease disk sizes in FreeBSD for now {ZFS,U
ent disk and copy back.
Is this a statement or a question ? If a statement, then it is factually FALSE.
If it is supposed to be a question, it does not ask anything.
--
Paul Kraus
Deputy Technical Director, LoneStarCon 3
Sound Coordinator, Sche
ah my miss interpretation sorry :)
On 03/05/2013, Eitan Adler wrote:
> On 3 May 2013 08:31, Paul Webster wrote:
>> it was not really meant to be trolling I am sorry if you see it that
>> way; I just thought it was as my original posts state quite funny,
>> never thought it
t; 2013/4/28 Paul Webster :
>>> Just got this link on IRC, (freenode/##freebsd) was so funny I thought
>>> I would see if I could get any of you guys to spit out you're coffee
>>> :)
>>>
>>> http://antibsd.wordpress.com/
>>
>> Do not post
Just got this link on IRC, (freenode/##freebsd) was so funny I thought
I would see if I could get any of you guys to spit out you're coffee
:)
http://antibsd.wordpress.com/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis
stion: is the os version accessible comewhere, i.e. can I ask for
a manpage from a specific version of FreeBSD?
I have to disagree with Darren Pilgrim however, this is not "slight abuse"
of rewrite rules but putting rewrite rules to "better use" :-)
Kind regards,
Pau
u wanted to add just a 4th drive
because you've only one bay left you should consider leaving that one
unoccupied so you can easily grow to bigger disks now or in the future.
HTH
Paul Schenkeveld
___
freebsd-current@freebsd.org mailing list
http://li
Hey there gary,
this works for talktalk/UK ADSL modem in PPPoE mode, or did beore my house
move ill double cobnfirm in 6 days when my new line is active.
#talktalk:
set reconnect 999 1
set device PPPoE:xl0 # replace xl1 with your Ethernet device
set authname my-house-p
kernel module in 9.0/9.1 -RELEASE I would
happily report how well it works
-- paul
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-uns
I only really need one question answered in honesty;
I personally think that by forking our own version of PF we have
essentially made something totally different to what everyone wants to
use. Which is fine, but because of that development of new features have
dropped behind.
If we had k
dback from you guys as to be honest
there seems to be quite a few users who actually DO want the new style
format and functionality that comes with.
I Attached the log of the conversation just for reference.
-- Thank you for your time
-- Paul G Webster 'daemon'
Using Opera's revolut
Regards
Steve
- Original Message - From: "Paul Wootton"
To: "freeBSD-CURRENT Mailing List"
Sent: Monday, November 05, 2012 10:25 AM
Subject: ZFS RaidZ-2 problems
state: FAULTED
status: One or more devices could not be opened. There are
insufficient
r
I've already posted this to freebsd-fs@ but still have no idea as to why
the below has happened.
On 10/30/12 09:08, Paul Wootton wrote:
Hi,
I have had lots of bad luck with SATA drives and have had them fail on
me far too often. Started with a 3 drive RAIDZ and lost 2 drives at
the
7;d never even heard of
clang until recently. I'm not a programmer. If I can't get my ports to
compile with clang without a knowledge of programming, I'll abandon them.
I'm too old and too tired to try learning a brand new system. I doubt I'm
alone.
--
Paul Schmehl
On Mon, Aug 13, 2012 at 11:30:06PM +0200, Pierre DAVID wrote:
> On Sun, Aug 12, 2012 at 05:49:24PM +0200, Paul Schenkeveld wrote:
> > Hi,
> >
> > I am trying to build a NanoBSD image for Soekris net4801 with a recent
> > -CURRENT. The kernel boots fine but when it
.
Any ideas?
With kind regards,
Paul Schenkeveld
[boot -v log]
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of
usr/ports are
NFS mounted from a fileserver and I have devfs mounted on /dev.
Thanks for any help!
With kind regards,
Paul Schenkeveld
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe,
在 2012年1月31日 下午11:28,Konstantin Belousov 写道:
> On Tue, Jan 31, 2012 at 09:23:50AM +0800, Paul Ambrose wrote:
>> ?? 2012??1??31?? 12:43??Kostik Belousov ??
>> > On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote:
>> >> ?? 2012??1??
在 2012年1月31日 上午12:43,Kostik Belousov 写道:
> On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote:
>> ?? 2012??1??30?? 2:36??Kostik Belousov ??
>> > On Mon, Jan 30, 2012 at 10:15:51AM +0800, Paul Ambrose wrote:
>> >> I have two boxes, one is AMD
在 2012年1月30日 下午2:36,Kostik Belousov 写道:
> On Mon, Jan 30, 2012 at 10:15:51AM +0800, Paul Ambrose wrote:
>> I have two boxes, one is AMD Athlon 610e 2.4G with FreeBSD-current
>> patched with pcid.2.patch? It works well without other issue and it
>> seem the pcid patch
>
I have two boxes, one is AMD Athlon 610e 2.4G with FreeBSD-current
patched with pcid.2.patch? It works well without other issue and it
seem the pcid patch
does not affect other part of the kernel. The other one is Sandy
Bridge i5-2300 with FreeBSD 9 release patched with pcid.1.patch( the
pcid.2.pa
like "Can't we all just get along" but we are just so
polar in our beliefs, I don't see it happening. Just drop it. If you have
something constructive to say, spin off this thread and let the primary thread
just die. (It should have a week ago.) Solve the benchmarking
I think dtrace for freebsd userland is close to complete( after
r227290, at least no more kernel panic). but is not suitable for a
daily use now.
在 2011年11月30日 上午5:42,Sevan / Venture37 写道:
> I assume every who responded so far doesn't use dtrace?
>
>
> Sevan
> __
f8072eab7 in Xfast_syscall ()
at /usr/src/sys/amd64/amd64/exception.S:387
#17 0x000800882bbc in ?? ()
Previous frame inner to this frame (corrupt stack?)
(kgdb)
在 2011年11月18日 上午2:52,Davide Italiano 写道:
> On Tue, Nov 15, 2011 at 3:44 AM, Paul Ambrose wrote:
>> hi, I apply your
On 11/21/11, John Baldwin wrote:
> On Friday, November 18, 2011 11:48:20 am Paul B. Mahol wrote:
>> Hi,
>>
>> Is there nice way in FreeBSD to force reprobe of devices for specific
>> driver like it is done when kernel module is loaded (via
>> DRIVER_MODULE(...) s
Hi,
Is there nice way in FreeBSD to force reprobe of devices for specific
driver like it is done when kernel module is loaded (via
DRIVER_MODULE(...) stuff)?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-c
hi, I apply your patch on this
[root@capoor-daemon /usr/src]# git show
commit 4ec1d958bad5e78bcd3cc61a0da6b5a1302f8ec2
Author: kensmith
Date: Mon Nov 14 00:45:25 2011 +
The releng/9.0 release branch has been created so convert stable/9 over
to our standard "Politically Correct" name
If there is anything I can do for kern/160307 or other Dtrace issue ,
please let me know
2011/11/8 Ryan Stone :
> On Mon, Nov 7, 2011 at 9:16 AM, Paul Ambrose wrote:
>> diff --git a/sys/kern/kern_ctf.c b/sys/kern/kern_ctf.c
>> index bdff96e..2737860 100644
>> --- a/sys/ker
Thank you for your work. I will give it a try in stable/9. I have
another two PR:
kern/160307 and bin/160275 that maybe you can help;
the reason of bin/160275 is complicated, but the fix for kernel crash
caused by module without ctf section(for example, nvidia.ko) missed
somthing
(my mistake)
i
There are many other compile-with not started with ${NORMAL_C}, your
patch adds
${NORMAL_CTFCONVERT} to them too, which could not be suitable for this.
2011/10/19 Ryan Stone :
> I have run into the same issue recently. I have been testing the
> following patch(on 8.2-RELEASE) and it seems to ha
when I digged the a PR(bin/160275), I found in_proto.c and
if_ethersubr.c ( see sys/conf/files ) does not get
${NORMAL_CTFCONVERT} post-processing in Makefile
(/usr/obj/usr/src/sys/MYKERNEL/Makefile) generated by config(8), so
the objs does not contain ctf section
In /usr/src/usr.sbin/config/mkmak
On Oct 4, 2011, at 12:09 PM, Olivier Smedts wrote:
> 2011/10/3 Paul Mather :
>> I know ZFS does not have a fsck utility ("because it doesn't need one":),
>> but does anyone know of any way of fixing this corruption short of
>> destroying the pool, creating
the wiki DTrace (http://wiki.freebsd.org/DTrace) is available and
enough for being a HOWTO.
2011/10/9 Adrian Chadd
>
> Hi,
>
> the subject says it all - does anyone have a step by step howto for
> doing userland and kernel dtrace on 9.0?
>
> Thanks,
>
>
> Adrian
>
o such file or directory
total 3
drwxrws--- 4 500 501 4 Oct 3 11:53 07DLAAdmin
tape#
Plus, the "rm -rf" I tried (that failed) ought not to fall foul of such weird
whitespace problems.
Cheers,
Paul.
___
freebsd-current@freebsd.org ma
On Oct 3, 2011, at 6:19 PM, Artem Belevich wrote:
> On Mon, Oct 3, 2011 at 11:21 AM, Paul Mather wrote:
>> =
>>
>> The pool itself reports no errors. I performed a scrub on the pool yet this
>> bizarre filesystem corruption persists:
>>
>> =
pool, creating a new one, and restoring from backup? Is there some way of
exporting and re-importing the pool that has the side-effect of doing some kind
of fsck-like repairing of subtle corruption like this?
Cheers,
Paul.
___
freebsd-current@freebsd
YPE;
+printf("%s(%d): module %s CTF format version is %d\n", __func__,
__LINE__,
+lf->pathname, ctf_hdr[2]);
goto out;
+}
/* Check if the data is compressed. */
if ((ctf_hdr[3] & 0x1) != 0) {
format\n", __func__, __LINE__,
+lf->pathname);
goto out;
+}
/* Check if version 2. */
-if (ctf_hdr[2] != 2)
+if (ctf_hdr[2] != 2) {
+error = EFTYPE;
+printf("%s(%d): module %s CTF format version is %d\n", __func__,
__LINE__,
+
Hi, Ryan, I came across the similar problem on 8-stable when I run
# dtrace -lv
the panic message says:
page fault just happened at fbt.c
if (*lc.ctfoffp == NULL) { // page fault
/*
* Initialise the
is a good place to start.
>
> --
> Craig Rodrigues
> rodr...@crodrigues.org
>
>
> On Tue, Aug 30, 2011 at 9:21 PM, Paul Ambrose
> wrote:
> > BTW, I am a Chinese and live in Chengdu, China, I can't have access to
> > dtrace.what-creek.com because of GFW, so
I can help, I just changed my job and get more spare time. Currently I can
help write doc and test. There is much documentation about DTrace ( thanks
Sun), but none of these describes the technical details of FreeBSD DTrace
implementation, so I think we can start with this.
1 write doc about what
I do not believe the current status of DTrace is appropriate for promoting
1. DTrace is an experimental function or Semi-finished products. The kernel
dtrace support is ok, but the userland support is far from completion(at
least the pid provider has many bugs)
2 the FreeBSD implementation is
s
between src parts, /usr/src will consume only a modest bit of space
in base but documents wat ont would be able to do is sbase/ssys were
installed.
Regards,
Paul Schenkeveld
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On Sat, Feb 26, 2011 at 4:25 PM, Bernhard Schmidt wrote:
> Hi,
>
> while working on a wireless driver for a Cardbus card I stumbled over
> an issue which bugs me quite a bit.
>
> The device:
>
> % none3@pci0:22:0:0: class=0x028000 card=0x107f1043 chip=0x02011814
> rev=0x01 hdr=0x00
>
> Loadi
On 11/25/10, Weongyo Jeong wrote:
> Hello all,
>
> I'm sending this email to check whether my approach is reasonable that I
> added 2 line into ifconfig(8) to skip IFT_USB interfaces as follows:
>
> + if (sdl != NULL && sdl->sdl_type == IFT_USB)
> + continue;
>
> An
On 11/22/10, Paul B Mahol wrote:
> On 11/22/10, Alberto Villa wrote:
>> On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote:
>>> Please use ndis5 branch. master branch is in heavy development.
>>> CURRENT branch just blindly (and badly) track code on F
On 11/22/10, Alberto Villa wrote:
> On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote:
>> Please use ndis5 branch. master branch is in heavy development.
>> CURRENT branch just blindly (and badly) track code on FreeBSD
> CURRENT.
>
> ok. unfortunately in this test
On Sun, Nov 21, 2010 at 10:42 PM, Ivan Voras wrote:
> On 11/21/10 23:19, Eir Nym wrote:
>>
>> On 22 November 2010 01:00, Eir Nym wrote:
>>>
>>> On 22 November 2010 00:47, Bruce Cran wrote:
On Mon, 22 Nov 2010 00:43:03 +0300
Eir Nym wrote:
> Which type of MFS do you use?
On 11/21/10, Paul B Mahol wrote:
> On 11/19/10, Paul B Mahol wrote:
>> On 11/18/10, Bjoern A. Zeeb wrote:
>>> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>>>
>>> Hi,
>>>
>>>> It appears we do not log such events anymore (at least with wlan
&
On 11/19/10, Paul B Mahol wrote:
> On 11/18/10, Bjoern A. Zeeb wrote:
>> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>>
>> Hi,
>>
>>> It appears we do not log such events anymore (at least with wlan
>>> devices) in console.
>>>
>>> I
On Fri, Nov 19, 2010 at 1:29 AM, Pyun YongHyeon wrote:
> On Sat, Oct 30, 2010 at 09:19:06PM -0700, Pyun YongHyeon wrote:
>> On Sat, Oct 30, 2010 at 5:40 PM, Paul B Mahol wrote:
>> > Hi,
>> >
>> > Loading if_bfe module after boot hangs machine, i
On 11/18/10, Bjoern A. Zeeb wrote:
> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>
> Hi,
>
>> It appears we do not log such events anymore (at least with wlan
>> devices) in console.
>>
>> I set this sysctl to 0 via sysctl.conf, if I set it to 1, nothing will
&
On 11/17/10, Alberto Villa wrote:
> On Mon, Nov 15, 2010 at 2:41 PM, Paul B Mahol wrote:
>> Feel free to test code at:
>>
>> gitorious.org/NDISulator
>> github.com/richardpl/NDISulator
>>
>> The code is developed on CURRENT. But with small changes it can b
On 11/15/10, Alberto Villa wrote:
> On Wed, Oct 27, 2010 at 3:36 PM, Paul B Mahol wrote:
>> Currently amd64 is broken with some/most drivers. Drivers appears to
>> use fpu registers.
>> I dunno how it ever worked, probably original developer(s) never
>> encoun
1 - 100 of 562 matches
Mail list logo