Re: copy-on-write optimized faults

1999-10-29 Thread Brian Fundakowski Feldman
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 faults -- Brian Fundakows

Re: K6-III wrtalloc + mtrr support ?

1999-10-29 Thread Brian Fundakowski Feldman
; 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-current" i

Re: crashdump in re lockups.

1999-10-29 Thread Brian Fundakowski Feldman
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 PROTECTED

Re: K6-III wrtalloc + mtrr support ?

1999-10-30 Thread Brian Fundakowski Feldman
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 cause memory corruption. It's very

Re: ATAPI CD errors

1999-10-31 Thread Brian Fundakowski Feldman
, (apiomode(atp-atapi_parm) 0) ? (atp-atapi_parm-dmaflag ? 4 : 0) : -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send

Re: Serious locking problem in CURRENT

1999-11-07 Thread Brian Fundakowski Feldman
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_count == 1. Not sure what you mean

Re: gcc 2.95.2

1999-01-17 Thread Brian Fundakowski Feldman
automatically. I'm certain XFree86 should build using gcc -E and not the C preprocessor itself. Hope it helps, -- $B$5$M$r(B URL:mailto:[EMAIL PROTECTED] -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
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" in the body of the message -- Brian Fundakowski Feldman \ FreeBSD: The Power

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
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

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
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

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
)) return (EFAULT); eflags = ucp-uc_mcontext.mc_eflags; regs = p-p_md.md_regs; Bruce -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
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 committed it. Be happy :) Your fix

Re: FreeBSD security auditing project.

1999-11-23 Thread Brian Fundakowski Feldman
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 believe the semantics of strncat() put

Re: Overflow in banner(1)

1999-11-30 Thread Brian Fundakowski Feldman
e the precomputed one (add all argv[] strlen's and malloc that) better, anyway. -- -- David ([EMAIL PROTECTED]) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe:

Re: trigraph in IPV6?

1999-11-30 Thread Brian Fundakowski Feldman
nk 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 mail to [EMAIL PROTECTED] with "unsu

UFS2 extended attribute corruption woes

2002-11-08 Thread Brian Fundakowski Feldman
; -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own. \,,\ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

fincore.c strikes again (panic bremfree: bp not locked)

2002-12-12 Thread Brian Fundakowski Feldman
) { if (print_name) printf(%s: ,av[optind]); printf(%d,pcount); if (print_sizepages) printf(/%d,numpages); printf(\n); } close(fd); } exit(status); } -- Brian Fundakowski

Re: [PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH

2000-02-28 Thread Brian Fundakowski Feldman
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 "unsubscribe freebsd-current" i

Re: [PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH

2000-02-29 Thread Brian Fundakowski Feldman
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 answer to all your questions

Re: breakage still in sys/systm.h

2000-03-24 Thread Brian Fundakowski Feldman
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

Re: Dynamic sysctls - patches for review

2000-03-24 Thread Brian Fundakowski Feldman
/~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

Re: DDB and dumping disk

2000-03-26 Thread Brian Fundakowski Feldman
rintout of show disk ;) -- Jeroen Ruigrok vd Werven/Asmodaiasmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/C-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project http://home.wxs.nl/~asmodai The descent to hell is easy... -- Brian

Re: DDB and dumping disk

2000-03-28 Thread Brian Fundakowski Feldman
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 \ FreeBSD: The Power to Serve! / [EMAIL

Re: Transparent proxying using ``ipfw fwd'' seems broken as of today

2000-03-29 Thread Brian Fundakowski Feldman
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

Re: Netscape 6 Linux pre-release, got it going.

2000-04-11 Thread Brian Fundakowski Feldman
SD Leading the Way! -LinuxWorld2000 FreeBSD poster -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curre

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
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 Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
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 desk." -- Brian Fundakowski Feldman \ FreeBSD:

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
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

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
be able to definitely test it :) -Matt Matthew Dillon [EMAIL PROTECTED] -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
more now that you and Matt have gotten me on track again, and soon wouldn't mind doing that :) Alan -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
tripped on, though... -Matt Matthew Dillon [EMAIL PROTECTED] -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Anyone have OpenSSH + X11-fwd working?

2000-04-17 Thread Brian Fundakowski Feldman
nd 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]`--

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-17 Thread Brian Fundakowski Feldman
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_CHANNEL_X11_OPEN is totally

Re: Anyone able to verify the fix for (was Re: panic: vm_object_shadow:source object has OBJ_ONEMAPPING set.)

2000-04-18 Thread Brian Fundakowski Feldman
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]`--' To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
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 PROTECTED

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
rue 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

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
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]`--' To Unsubscribe

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
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 Unsubscribe: send mail to [EMAIL PROTECTED

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
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

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
thing 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]`--' To Unsubscribe: send mail to [EMAI

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
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 Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: ed driver broken in today's -CURRENT?

2000-05-07 Thread Brian Fundakowski Feldman
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 \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: Scheduler changes?

2000-06-10 Thread Brian Fundakowski Feldman
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 optimal, but it is better than

Re: Scheduler changes?

2000-06-11 Thread Brian Fundakowski Feldman
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. A process which uses full

kernel config format migration script

2000-06-21 Thread Brian Fundakowski Feldman
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 / &quo

Re: -e option to umount?

2000-06-22 Thread Brian Fundakowski Feldman
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 a feature." | FreeBSD: The Power to Serve!\

Re: Scheduler changes?

2000-07-09 Thread Brian Fundakowski Feldman
the current one, yes :) cheers luigi -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' Index: sys/kern/kern_synch.c === RCS

HEADS UP: recent panics fixed

2000-07-11 Thread Brian Fundakowski Feldman
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 (PDT

Re: Recent -current Performance Drop?

2000-07-13 Thread Brian Fundakowski Feldman
since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

yep, umass still broken

2003-09-25 Thread Brian Fundakowski Feldman
-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 - 6 Mounting root from ufs:/dev/ad0s2a -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] \ The Power to Serve! \ Opinions

runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-16 Thread Brian Fundakowski Feldman
-td_proc != bufdaemonproc curthread-td_proc != updateproc) waitrunningbufspace(); 2038,2039d2041 static struct proc *bufdaemonproc; -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

panic: cred/uidinfo botch

2003-02-27 Thread Brian Fundakowski Feldman
/trap.c:960 #15 0xc02cf7dd in Xint0x80_syscall () at {standard input}:139 -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own

CD-ROM installation of -CURRENT broken?

2001-12-19 Thread Brian Fundakowski Feldman
determined yet why this could be; anyone have clues? -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

CD sysinstall broken (fix)

2002-01-04 Thread Brian Fundakowski Feldman
(); -if (!mountfailed !Fake) - unmount(/mnt/dev, MNT_FORCE); dialog_clear_norefresh(); return DITEM_SUCCESS | DITEM_RESTORE; } -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe

USB detach crashes possibly fixed

2002-02-14 Thread Brian Fundakowski Feldman
Please try this change (already committed to -CURRENT) and let me know if crashes due to detaching USB devices specifically have been eliminated. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usb.c.diff?r1=1.54r2=1.55f=h -- Brian Fundakowski Feldman

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread Brian Fundakowski Feldman
sharecount = 0x0, lk_waitcount = 0x0, lk_exclusivecount = 0x2, lk_prio = 0x14, lk_wmesg = 0xc0265fe4 "bufwait", lk_timo = 0x0, lk_lockholder = 0x752f } -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve!

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread 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 \ FreeBSD:

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread 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 but... No, I'm really certain this isn't

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-26 Thread Brian Fundakowski Feldman
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

Re: Mouse behaving funny since 5.0-CURRENT upgrade

2000-07-28 Thread Brian Fundakowski Feldman
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 \ FreeBSD: The Power to Serve

Re: fcntl and /dev/random

2000-07-29 Thread Brian Fundakowski Feldman
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 maintainer :) h.hanai -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: randomdev entropy gathering is really weak

2000-07-29 Thread Brian Fundakowski Feldman
_ [EMAIL PROTECTED] _o /\_ _ \\o (_)\__/o (_) _ \_ _(_) (_)/_\_| \ _|/' \/ (_)(_) (_) (_) (_)(_)' _\o_ -- Brian Fundakowski Feldman \ FreeBSD: The Power

Re: randomdev entropy gathering is really weak

2000-07-30 Thread Brian Fundakowski Feldman
M 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

Re: snes9x

2000-07-30 Thread Brian Fundakowski Feldman
... -- 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

Re: randomdev entropy gathering is really weak

2000-07-30 Thread Brian Fundakowski Feldman
pers about this ATM). 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 &q

Re: randomdev entropy gathering is really weak

2000-07-30 Thread Brian Fundakowski Feldman
. Can you give me an idea how this would work, at least with e.g. pseudocode annotation of the current code? I'm curious what you're going to change that will allow reseeeding while a read is in progress. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org -- Brian Fundakows

Re: sort(1) broken?

2000-07-31 Thread Brian Fundakowski Feldman
; I'm doubtful it's the only one of it's kind in GNU sort(1). Time for BSD sort(1)? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe [EMAIL PROTECTED] -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve!

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Brian Fundakowski Feldman
:) N.Dudorov -- 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

Re: cvs commit: src/sys/sys select.h

2000-08-06 Thread Brian Fundakowski Feldman
On Sun, 6 Aug 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Brian Fundakowski Feldman writes: : I knew something like this would happen and we'd catch some improperly : written software. Thanks :) No offense, but if you knew this was going to happen, why didn't you do a make

Re: crypt(3) problems

2000-08-08 Thread Brian Fundakowski Feldman
or not it's actually in FreeBSD). -- 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

Re: crypt(3) problems

2000-08-09 Thread Brian Fundakowski Feldman
use a salt with the "$1$" format. On FreeBSD with the changes I have, you call e.g. crypt_set_format("md5") and then crypt() with a generic salt. -- Pete -- Brian Fundakowski Feldman \ FreeBSD: The Power

Anyone have newmidi working?

2000-08-19 Thread Brian Fundakowski Feldman
:-( Does anyone have it working? I don't see how it could with the current state of the code. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Why no CDR ioctls for SCSI cds?

2000-08-22 Thread Brian Fundakowski Feldman
to implementeing that ioctl? -- 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

Re: make buildworld br0ken in libutil

2000-08-22 Thread Brian Fundakowski Feldman
no symbols NEEDED libcrypt.so.2 -GAWollman -- 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

Re: panic: reducing sbsize: lost count, uid = 1001

2000-08-23 Thread Brian Fundakowski Feldman
not to change it, other than it would hide what may be quite problematic for other reasons even if not for that one... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail

Re: panic: reducing sbsize: lost count, uid = 1001

2000-08-24 Thread Brian Fundakowski Feldman
des splnet()): they need to not corrupt the mbuf subsystem. Plus, it makes a convenient critical section for the network drivers in this way :) At least, this is how I learned it to be. I'm not sure if it's absolutely correct, but it should be. -- Brian Fundakowski Feldman \ FreeBSD: The Powe

Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc

2000-08-26 Thread Brian Fundakowski Feldman
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

Re: panic: reducing sbsize: lost count, uid = 1001

2000-08-26 Thread Brian Fundakowski Feldman
d_t uid, rlim_t diff, rlim_t max)); +intchgsbsize __P((uid_t uid, u_long *hiwat, u_long to, rlim_t max)); intenterpgrp __P((struct proc *p, pid_t pgid, int mksess)); void fixjobc __P((struct proc *p, struct pgrp *pgrp, int entering)); intinferior __P((struct proc *p)); -- Brian

Re: panic: reducing sbsize: lost count, uid = 1001

2000-08-27 Thread Brian Fundakowski Feldman
On Sun, 27 Aug 2000, John Polstra wrote: In article [EMAIL PROTECTED], Brian Fundakowski Feldman [EMAIL PROTECTED] wrote: If this is a problem with sbsize, this should take care of any possibility ever of there being a problem... I tried your patch, but it panics reliably on start-up

ffs panic

2000-08-29 Thread Brian Fundakowski Feldman
tf_eflags = 0x297, tf_esp = 0xbfbff868, tf_ss = 0x2f}) at ../../i386/i386/trap.c:1150 #12 0xc023f0f5 in Xint0x80_syscall () #13 0x8048998 in ?? () #14 0x80496b3 in ?? () #15 0x8048efd in ?? () #16 0x8048139 in ?? () -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve!

VM bug

2000-08-30 Thread Brian Fundakowski Feldman
anything that could have fixed it in the meantime... -- 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

vnode locking screwed up in src/sys/ufs/ffs/ffs_snapshot.c:ffs_snapshot()

2002-10-06 Thread Brian Fundakowski Feldman
I got a crash today because xvp did not have an interlock when the call was made to vn_lock(LK_INTERLOCK): 407 if (snapdebug) 408 vprint(ffs_snapshot: busy vnode, xvp); 409 if (vn_lock(xvp, LK_EXCLUSIVE | LK_INTERLOCK, td) != 0)

kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-10-06 Thread Brian Fundakowski Feldman
. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own. \,,\ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

quick informal survey: OpenSSH broken?

2001-07-29 Thread Brian Fundakowski Feldman
parts. I'm also not certain of KRB4 and KRB5 auth still both work properly, and need that verified. Thanks, everybody. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail

Re: Importing OpenSSL

1999-12-05 Thread Brian Fundakowski Feldman
}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]`--' To Unsubscribe:

Re: Sv: mount(2) broken?

1999-12-05 Thread Brian Fundakowski Feldman
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]`--' To Un

Re: OpenSSL update

1999-12-09 Thread Brian Fundakowski Feldman
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! Kris -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: HEADSUP: wd driver will be retired!

1999-12-09 Thread Brian Fundakowski Feldman
-PnP) FM, certainly. -Søren -- 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

Re: sh(1) broken caching [was: Re: Broken sh(1)?]

1999-12-20 Thread Brian Fundakowski Feldman
-- % Martin Cracauer [EMAIL PROTECTED] http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: sh(1) broken caching [was: Re: Broken sh(1)?]

1999-12-20 Thread Brian Fundakowski Feldman
-- % Martin Cracauer [EMAIL PROTECTED] http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: gcc compiler problem part deux

1999-12-30 Thread Brian Fundakowski Feldman
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]`--' To Un

Re: multiple cd devices

1999-12-30 Thread Brian Fundakowski Feldman
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 Serve!

Re: multiple cd devices

1999-12-31 Thread Brian Fundakowski Feldman
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 not hardwiring/controller connection

Re: new PCM problems

2000-01-02 Thread Brian Fundakowski Feldman
. | http://www.wam.umd.edu/~culverk/| = (I didn't know you lived so close :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: [Majordomo@FreeBSD.ORG: Majordomo results: which]

2000-01-02 Thread Brian Fundakowski Feldman
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

ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
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

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
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 to use the "obs&quo

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
atter what :) Thanks for the prompt reply! Now I'll remember that patch... -Søren -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' cvs diff: Diffing . Index: a

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-04 Thread Brian Fundakowski Feldman
zes 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 \ FreeBSD: The Power to Serve! / [EMAIL

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-05 Thread 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! / [EMAIL PROTECTED

  1   2   >