ldn't. This can make converting to 'cc -E' a
> non-trivial exercise.
Huh? Non-trivial?
{"/home/green"}$ echo __FreeBSD__ | cc -E -
# 1 ""
4
> Peter
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]
MAKEDEV accepts "cd2" for "two cd devices". All CD devices work
that way. Disks don't, because there is potential for hard-wiring
there, and will often be gaps.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Se
On Fri, 31 Dec 1999, Chuck Robey wrote:
> On Fri, 31 Dec 1999, Brian Fundakowski Feldman wrote:
>
> > The way certain devices, like cd with its monotonically increasing counter
> > where devices are probed in order and assigned device based on precedence
> > and n
of Maryland, | Website: (Under Construction) |
> | College Park. | http://www.wam.umd.edu/~culverk/|
> =========
(I didn't know you lived so close :)
--
Brian Fundakowski
easily
forward certain mail to /dev/null. If you want an example, I'm
certain I could come up with one for you :)
> -Kip
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`---
dd(1), since that's what came naturally to
me :)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Tue, 4 Jan 2000, Brian Fundakowski Feldman wrote:
>Anyone else experiencing lockups when an underrun/overrun occurs, try
> this patch; it has fixed the problem for me, and now I'm on my way to
> writing music CDs :) The current way to hack around that bug must be
>
dia. But anyway, the padding should work properly, no matter what :)
Thanks for the prompt reply! Now I'll remember that patch...
> -Søren
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`-
bout; yes, I know that blocksizes
should be matched perfectly and padded perfectly to prevent the ATA
driver from having to handle the underrun/overrun cases, but the
current handling is/was still broken.
>
> -Søren
>
--
Brian Fundakowski Feldman \
On Wed, 5 Jan 2000, Soren Schmidt wrote:
> Try this patch instead, it should do the right thing..
Since they're functionally the same, sure, I wouldn't mind either
way :)
>
> -Søren
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
Index: atapi-all.c
===
RCS file: /usr2/ncvs/src/sys/dev/ata/atapi-all.c,v
retrieving revision
On Thu, 6 Jan 2000, Soren Schmidt wrote:
> It seems Brian Fundakowski Feldman wrote:
> > How about this? It's mostly the changes in your patch, but it also takes
> > into account non-int{8,16}_t-sizing/alignment. It also takes care of the
> > truncation problem when
g DAD for fe80:0005::0280:c6ff:fef9:50a6
dc0: DAD complete for fe80:0005::0280:c6ff:fef9:50a6 - no duplicates found
acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00
acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00
acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00
I don
On Sat, 8 Jan 2000, Bryan Liesner wrote:
> On Sat, 8 Jan 2000, Brian Fundakowski Feldman wrote:
>
> >Well, I don't know about anyone else out there having the problems I'm
> >having, but I might as well ask. I'm using the ATA driver with the
> >follo
e driver handles overruns and underruns well, and
this makes everything full-block-size-sized.
> -Søren
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`
03f86 in Xint0x80_syscall ()
#20 0x804a30a in ?? ()
#21 0x80501b1 in ?? ()
#22 0x8048fa9 in ?? ()
(kgdb)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
est that).
If any of you have any hints at all, please let me know.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freeb
startprofclock(p2);
MALLOC(p2->p_cred, struct pcred *, sizeof(struct pcred),
@@ -499,6 +499,7 @@
microtime(&(p2->p_stats->p_start));
p2->p_acflag = AFORK;
(void) splhigh();
+ p2->p_flag |= P_INMEM;
p2->p_stat = SRUN;
set
05/22).
Do you want to do this work, or shall I take out a bit of time and do
it? I'm wondering since quite often when someone fixes something,
you've got a similar fix already sitting in your local tree :)
>
> Bruce
--
Brian Fundakowski Feldman
On Thu, 13 Jan 2000, Soren Schmidt wrote:
> It seems Brian Fundakowski Feldman wrote:
> > I'm sure everyone's seen my e-mail and others' e-mail about ATAPI in the
> > ATA driver, at least, being broken (WRT CD-Rs). The question is, does
> > anyone have any id
Can you try this patch to src/usr.sbin/burncd, and see if things work
after that? Thanks! (BTW, there's also an extra feature in there, hope
you don't mind :)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL
correct. What do you think?
>
> Bruce
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
Index: kern_resource.c
===
.
I wasn't even aware of differences in language like that between files.
Maybe I'm too used to there being no sentence structure :)
Thank you, though! I now understand the idea of header theory a bit
better.
>
> Bruce
>
>
--
Brian Fundakowski Feldman \ Free
fter being free()d. I'd suggest reporting it directly to Bill Paul
and Nick Hibma, since they'll be familiar with their code :)
>
> Jun Kuriyama // [EMAIL PROTECTED]
> // [EMAIL PROTECTED]
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve!
I just do a quick test on your patch (+ bde fixes) and commit
> it myself?
The best thing to do is get on BDE's case to have it fixed very soon :)
He knows what he's doing!
> Stephen.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]
to use [gs]etflags.
Of course, this would all be done at the same time :)
> --
>
> John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
> PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
> "Power Users Use the Power to Serve!" - http://w
ghs
>
But that would not fix the installation problem.
> > -Matt
>
> --
>
> John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
> PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
> "Power Users Use
\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
> \\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
lled until the intrhook handler is called back,
so I don't see how it can be the sysinit itself causing the failure.
> --
> \\ Give a man a fish, and you feed him for a day. \\ Mike Smith
> \\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
>
is, to be honest. I don't see why
everything got moved around, at the least.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "
On Tue, 29 Feb 2000, Andrey A. Chernov wrote:
> On Mon, Feb 28, 2000 at 08:57:08PM -0500, Brian Fundakowski Feldman wrote:
> > I'm not very comfortable with this, to be honest. I don't see why
> > everything got moved around, at the least.
>
> I am ready to answe
ew days. At this frequency, the cost of deciding
> whether or not to apply the optimization on every copy-on-write fault
> is greater than what is saved those 26 times it is applied.
I get about 1.5PPM optimized COW faults:
7734278 copy-on-write faults
12 copy-on-write optimized fault
y wary; if you do find out what's wrong, let me know.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-cu
el -g and installed with install.debug. This
helps if you plan on debugging a module when it crashes.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTE
On Sat, 30 Oct 1999, Andrew Atrens wrote:
>
> On Fri, 29 Oct 1999, Brian Fundakowski Feldman wrote:
> >
> > I disabled (or asked Peter to, actually) the K6-2+ MTRR driver a while
> > back because with XFree86 3.9.16 (an alpha which uses MTRR support) it
> > would
s, but it
would be for the best!) Other than that, it would be interesting to
have such milestones as branch dates/release dates, E-day, C-day,
S-day (signal day? I guess ;), and what have you.
>
> N
>
--
Brian Fundakowski Feldman
!ata_dmainit(atp->controller, atp->unit,
(apiomode(atp->atapi_parm) < 0) ?
(atp->atapi_parm->dmaflag ? 4 : 0) :
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL
On Sat, 6 Nov 1999, Dmitrij Tejblum wrote:
> Brian Fundakowski Feldman wrote:
> > There were zero comments about what order things happen in; in fact,
> > the ordering in this case is Just Plain Lame (TM). It's much more
> > correct to explicitly check for fp->f_c
t == 1.
>
> BTW, I have another little concern with that commit: It make possible for
> last close() of a file descriptor to return 0 instead of the error from
> VOP_CLOSE(), and the error from VOP_CLOSE() to be ignored.
I don't see where you're getting
;-(
Commit, commit!! This would be so wonderful!
>
> Anyway, if you are interested, I can send you a copy for testing.
>
> Kazu
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
On Sun, 7 Nov 1999, jg wrote:
> I want to know where I could find Nestea v3.
> Where I can find?
> And where I could find a program that has the same effect that the
> nestea or better.
> It helps me.
>
> THANK YOU!
>
FOD.
--
Brian Fundakowski Feldman
detect OS type automatically.
I'm certain XFree86 should build using gcc -E and not the C preprocessor
itself.
>
> Hope it helps,
> --
> $B$5$M$r(B mailto:[EMAIL PROTECTED]>
>
--
Brian Fundakowski Feldman \ FreeBSD: Th
, and try the kernel. Does Netscape work?
2. Try a day later. Repeat till netscape breaks.
3. Go to the day it was still working. Read commits between the
two times and see what's changed. Could it possibly be the KAME
commit?
--
Brian Fundakowski Feldman \ FreeBSD: The
engineer
> for Genesis Software - http://www.gsoft.com.au
> "The nice thing about standards is that there
> are so many of them to choose from."
> -- Andrew Tanenbaum
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current&q
uments to rutine.
>
Thanks! Testing and committing a fix.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Forget anything I said about KAME being the strong possibility :) As
soon as peter noted what commit it could have to do with, I figured
it out and fixed it; after testing, I committed it. Be happy :)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL
it?
>
> ucp = uap-> /* ucp */ sigcntxp;
> if (!useracc((caddr_t)ucp, sizeof(*ucp), VM_PROT_READ))
> return (EFAULT);
> eflags = ucp->uc_mcontext.mc_eflags;
> regs = p->p_md.md_regs;
>
> Bruce
>
>
--
Brian Fundako
On Tue, 23 Nov 1999, Peter Wemm wrote:
> Brian Fundakowski Feldman wrote:
> > Forget anything I said about KAME being the strong possibility :) As
> > soon as peter noted what commit it could have to do with, I figured
> > it out and fixed it; after testing, I co
I'd prefer something like this that I've attached. The move over the
years has been away from artificial limits...
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
_be_safe_, some people insist
on using snprintf() "for stability". Don't get caught doing this.
If you find a strcat() (for example), see if it's safe. If it is,
then why replace it?
>
> Peter
>
>
--
Brian Fundakowski Feldman \ FreeB
On Wed, 24 Nov 1999, Peter Jeremy wrote:
> On 1999-Nov-24 15:33:14 +1100, Brian Fundakowski Feldman wrote:
> >I'd like to note something. Strcat isn't necessarily unsafe, and strncat()
> >isn't necessarily safe.
>
> I wasn't implying that. In fact, I
"proof of concept", showing the
kind of thing I'd rather have. I like the precomputed one (add all
argv[] strlen's and malloc that) better, anyway.
>
> --
> -- David([EMAIL PROTECTED])
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to S
GLIFADDR: get first address. (???)
I think the way this has been fixed before is to change it to something
like (?!?) =)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mai
r of priority.
I'm accepting "{,cvs }diff -u"-format patches for the OpenSSH port :)
>
> M
> --
> Mark Murray
> Join the anti-SPAM movement: http://www.cauce.org
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]
d being the FreeBSD maintainer for OpenSSH in the tree ;)
>
> Kris
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsub
nning Kamp FreeBSD coreteam member
> [EMAIL PROTECTED] "Real hackers run -current on their laptop."
> FreeBSD -- It will take a long time before progress goes too far!
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED
people, as well as
> solving the binary distribution problem. The alternative, given the
> feature freeze, seems to be to forgo any kind of enhanced crypto support
> in 4.x, which would suck.
>
> Sound okay to everyone?
Sounds great. I hope this means I get to import OpenSSH!
&g
VoxWare does, does it? I
don't want to lose my SB16 (non-PnP) FM, certainly.
>
> -Søren
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMA
inues ROFL*
>
> Martin
> --
> %
> Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/
> Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536
>
--
Brian Fundakowski Feldman \
fundamental design flaws; it's been redesigned?
>
> Martin
> --
> %
> Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/
> Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536
>
gt; NAI Labs, A Division of Network Associates, Inc.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
--- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
grammer's Documentation Project <http://home.wxs.nl/~asmodai>
> The descent to hell is easy...
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> --
> Jeroen Ruigrok van der Werven Network- and systemadministrator
> <[EMAIL PROTECTED]> VIA NET.WORKS The Netherlands
> BSD: Technical excellence at its best http://www.bart.nl
> How are the mighty fallen...
--
Brian Fundakowski Feldman
_/ _/ _/_/
> [EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer;
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- http://segment7.net
>
> Al Gore didn't invent the Internet, WE DID!
> BSD Leading the Way!
> -LinuxWorld2000 FreeBSD poster
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--
e could get him
a test case so he can watch it happen himself and debug it himself.
Do you think you can find a specific set of steps for Alan to reproduce
it?
> Bye!
>
> Michael Reifenberger
> ^.*Plaut.*$, IT, R/3 Basis, GPS
--
Brian Fundakowski Feldm
with a ref_count
of more than 1? I'd accept an authoritative answer about this from
alc, dillon, dyson, or luoqi, who are all very familiar with the new
VM.
> --
> -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
> "I have the heart of a child; I keep it in a jar on my de
or not that is correct WRT multiple, shared-VM processes.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
kout of Wine) lying around, so
I'll be able to definitely test it :)
> -Matt
> Matthew Dillon
> <[EMAIL PROTECTED]>
--
Brian Fundakowski Feldman
t you mean that
a backing object itself should have OBJ_ONEMAPPING cleared if any of
the children have it cleared.
> Brian, if you'd like to try this, I'll be happy to review it.
I'm going to research the VM a bit more now that you and Matt have gotten
me on track again, and
ndles. I don't know why it's never been
tripped on, though...
> -Matt
> Matthew Dillon
> <[EMAIL PROTECTED]>
--
Brian Fundakowski Feldman
d it recently and gotten it to work? I'd also be interested
in people who have not gotten it to work and get the error message about
an "invalid protocol".
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`-
On Mon, 17 Apr 2000, Shin-ichi YOSHIMOTO wrote:
> At 10:01 -0400 04/17/2000, Brian Fundakowski Feldman wrote:
> > Has anyone tried it recently and gotten it to work?
>
> Yes, sure. Check your config file.
That doesn't explain the failures here. Look. The initial
SSH
ch.
> The real problem is that the assertion is just plain wrong, not
> the code around it. It needs to be corrected or removed.
As I suspected all along ;)
> Alan
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`
Just FYI:
It still doesn't work at all, after multiple make worlds with the latest
crypto sources all around. I'm going to update the port and then try that
instead.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL
ent of the form "X is the one, true Y" is FALSE.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
nd my latest port update OpenSSH.
I have no idea what it could be now. I suppose I'll investigate problems
with XFree86 itself now :-/ This is extremely weird.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`
list show (you don't have to
show me the cookies, of course :)? What does xauth list say when
you're ssh'd into the 4.0 box?
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To
rwardX11 yes is for ssh configs and
X11Forwarding yes is for sshd configs. (O_o)
> Warner
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
at all,
and are all still correct for OpenSSH, and nothing is fixed with the
latest OpenSSH code either... All I can think of is perhaps reinstalling
XFree.
> --
> Andrew
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`---
Sorry, no dice :( It doesn't seem to be that. All I've got left is
maybe sending out every bit of configuration info, and maybe someone
could figure it out. I doubt it, though, so I'm not gonna.
> --
> Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D
--
Brian Funda
mptoms of the breakage are known :)
> --
> \\ Give a man a fish, and you feed him for a day. \\ Mike Smith
> \\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
> \\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
--
Brian Fundakowski Feldman
t. A +20 process won't get better priority than anything
else, period. Try it out, see how it works for you:)
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
--- /usr/src/sys/sys/proc.
On Sat, 10 Jun 2000, Volodymyr Kostyrko wrote:
> On Fri, Jun 09, 2000 at 08:28:06PM -0400, Brian Fundakowski Feldman wrote:
> >It's an issue. Nice values count for less than before due to fixes
> > that Luoqi Chen made (and I committed). The behavior now isn't opti
On Sun, 11 Jun 2000, Jacob A. Hart wrote:
> On Fri, Jun 09, 2000 at 08:28:06PM -0400, Brian Fundakowski Feldman wrote:
> >
> >The diff should make a process at -20 which uses all available CPU
> > schedule just slightly the ahead of a process at +20 which uses no CPU
regular expression support (because old regexps
are so cumbersome to actually _use_), so for example:
mv GREEN GREEN.old
perl gethints.pl GREEN
sed -Ef oldconfig2new GREEN.old > GREEN
Hope it saves some people time! :)
--
Brian Fundakowski Feldman / &
de
to do this. I'm not one to deny a simple feature in the base system,
though, even if this feature is not /really/ that simple.
--
Brian Fundakowski Feldman / "Any sufficiently advanced bug is\
[EMAIL PROTECTED] | indistinguishable from
Usenix proceedings.
I'm very interested in finding a better algorithm than the current one,
yes :)
> cheers
> luigi
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]
Please let me know if any of you still have spontaneous panics!
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
-- Forwarded message --
Date: Mon, 10 Jul 2000 23:47:38 -0700
amp | UNIX since Zilog Zeus 3.20
> [EMAIL PROTECTED] | TCP/IP since RFC 956
> FreeBSD coreteam member | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
--
Brian Fundakowski Feld
lock_data = 0x0
},
lk_flags = 0x440,
lk_sharecount = 0x0,
lk_waitcount = 0x0,
lk_exclusivecount = 0x2,
lk_prio = 0x14,
lk_wmesg = 0xc0265fe4 "bufwait",
lk_timo = 0x0,
lk_lockholder = 0x752f
}
--
Brian Fundakowski Feldman
??");
if (BUF_REFCNT(bp) > 1) {
/* do not release to free list */
- panic("bqrelse: multiple refs");
BUF_UNLOCK(bp);
splx(s);
return;
--
Brian Fundakowski Feldman
On Tue, 25 Jul 2000, Ollivier Robert wrote:
> According to Brian Fundakowski Feldman:
> > Actually, I'm pretty certain this is the fix:
>
> Well it won't panic but isn't it putting the problem under the carpet? I
> agree the panic seems to be here temporarely bu
uffer (thanks, Greg!) will help me out to
actually debug this instead of just wondering why B_DONE was set.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
running with softupdates enabled on /? If I can
reproduce it here, I will spend a while inspecting all the state to
figure this one out as best as possible.
> Ciao,
> Sheldon.
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]
could easily be Yarrow at work, since Yarrow runs right now most
of the work done inside an interrupt handler (a taskqueue, at least).
I'd like you to test the kthread version of Yarrow when Mark Murray and I
are ready, which should be in a few days.
--
Brian Fundakowski Feldman
ed.
> Actually, in BIND9, fd is already open(2)ed with `O_RDONLY | O_NONBLOCK'
> and setting O_NONBLOCK status with fcntl(2) is not needed, which means
> that fixing BIND9's code is very simple; just comment out the fcntl(2)ing line.
I'd say send that to the maintaine
And, should we decide not to change /dev/random semantics,
> can we still back /dev/random with a modified Yarrow?
I think it makes sense :)
> --
> Jeroen C. van Gelderen o _ _ _
> [EMAIL PROTECTED] _o /\_ _ \\o (_)\__/o (_)
>
> M
> --
> Mark Murray
> Join the anti-SPAM movement: http://www.cauce.org
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED]`--'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
1 - 100 of 131 matches
Mail list logo