RE: Disk scheduling in FreeBSD

2003-03-04 Thread Adam Migus
e "Silby" Silbersack > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- Adam Migus - Research Scientist Network Associates Laboratories (http://www.nailabs.com) TrustedBSD (http://www.trustedbsd.org) FreeBSD (http://www.freebsd.org) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Disk scheduling in FreeBSD

2003-03-05 Thread Adam Migus
It's very WIP right now and will remain so for another couple of weeks. I'd planned to show more people a 'working' version when a) i got a home for the page and b) the numbers its producing have reasonable variance. I'd prefer defering a public release until those goals are reached. You've given

usbd/devd

2003-03-26 Thread Adam Migus
ion 1)... :-) -- Adam Migus - Research Scientist Network Associates Laboratories (http://www.nailabs.com) TrustedBSD (http://www.trustedbsd.org) FreeBSD (http://www.freebsd.org) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ha

Re: Communications kernel -> userland

2003-07-22 Thread Adam Migus
> [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > Perhaps I'm not understanding you right but I think Pawel's idea is cool. It seems to ful

Re: Communications kernel -> userland

2003-07-22 Thread Adam Migus
ature. > IOLite is the > closest I know of, as it supports the zero-copy page > and memory ownership > bits, although I don't know if they allowed it to > handle packets, perhaps > just datagrams and streams. > Given my comments above would it not be possible to offe

Re: running 5.1-RELEASE with no procfs mounted (lockups?)

2003-07-22 Thread Adam Migus
s "cleaned up" > and not > even fully written, when it's not "cleaned up") ktrace > loses > utterly. > Would something like: live_ktrace() { local _kf="`mktemp -t ktrace.$$`"; ktrace -p $1 -f $_kf; kdump -lf $_kf; rm -f $_kf; } do what you

RE:

2002-05-16 Thread Adam Migus
-A | grep "net.inet" You can even mess around with some of the ipc related variables: sysctl -A | grep "kern.ipc" You should be able to manipulate the stack enough with that but there is always the source. :-) -- Adam Migus ([EMAIL PROTECTED]) ([EMAIL PROTECTED]) FreeBSD (ht

ports building question

2002-12-01 Thread Adam Migus
out doing this, it would be helpful. -- Adam Migus ([EMAIL PROTECTED]) ([EMAIL PROTECTED]) TrustedBSD (http://www.trustedbsd.org) | The Power To Secure To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message