Re: CPU report in first line of vmstat 1 is meaningless

2010-10-20 Thread Matthew Dillon
: : On a related note I'm not sure if it makes sense to have the same : behaviour for the first line when an interval is set as when it is : invoked with no interval. : :...also vmstat seems to exist in a few other OSes (linux e.g). maybe they've :fixed it already (or the

Re: Examining the VM splay tree effectiveness

2010-09-30 Thread Matthew Dillon
/ small-linear-array / chain / small-linear-array / chain mechanic. It seems to be the clear winner. -Matt Matthew Dillon dil...@backplane.com

Re: Increasing MAXPHYS

2010-03-23 Thread Matthew Dillon
for listen socket PCBs to remove choke points, and a few other things like statistics gathering. -Matt Matthew Dillon dil...@backplane.com

Re: Increasing MAXPHYS

2010-03-20 Thread Matthew Dillon
. -Matt Matthew Dillon dil...@backplane.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Increasing MAXPHYS

2010-03-20 Thread Matthew Dillon
:Pardon my ignorance, but wouldn't so much KVM make small embedded :devices like Soekris boards with 128 MB of physical RAM totally unusable :then? On my net4801, running RELENG_8: : :vm.kmem_size: 40878080 : :hw.physmem: 125272064 :hw.usermen: 84840448 :hw.realmem: 134217728 KVM != physical

Re: 5.2-RELEASE TODO

2003-12-02 Thread Matthew Dillon
an email. I suspect it is a mapping overlap somewhere due to the page 0 map. I just can't think of anything else it might be. -Matt Matthew Dillon [EMAIL PROTECTED

bug in CD9660 path handling in libstand (effects boot code)

2003-12-01 Thread Matthew Dillon
if an intermediate path element really represents a directory and return ENOENT if it doesn't. This situation can occur due to searches via the module search path. -Matt Matthew Dillon

Re: fork speed vs /bin/sh

2003-11-27 Thread Matthew Dillon
:What this shows is that vfork() is 3 times faster than fork() on static :binaries, and 9 times faster on dynamic binaries. If people are :worried about a 40% slowdown, then perhaps they'd like to investigate :a speedup that works no matter whether its static or dynamic? There is :a reason that

Re: 40% slowdown with dynamic /bin/sh

2003-11-26 Thread Matthew Dillon
:At 00:23 26/11/2003 -0500, Michael Edenfield wrote: :Static /bin/sh: : real385m29.977s : user111m58.508s : sys 93m14.450s : :Dynamic /bin/sh: : real455m44.852s : user113m17.807s : sys 103m16.509s : : Given that user+sys real in both cases, it looks like

Re: 40% slowdown with dynamic /bin/sh

2003-11-26 Thread Matthew Dillon
object /usr/lib/libncurses.so.5 count 270 object /usr/lib/libc.so.4 count 638 Non-PLT COPY Prebindings: object /usr/obj/usr/src/bin/sh/sh count 13 -Matt Matthew Dillon

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread Matthew Dillon
of the box, maybe. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread Matthew Dillon
binaries. It is that simple. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread Matthew Dillon
: is the path you've chosen to go then you have an obligation not to : tear out major existing system capabilities, such as the ability to : generate static binaries, in the process. : :If this is what you think has happened, you're living in some parallel :fantasy universe. I am

Re: 40% slowdown with dynamic /bin/sh

2003-11-25 Thread Matthew Dillon
am advocating is that FreeBSD-5 not marginalize and restrict (make less flexible) basic infrastructure in order to get other infrastructure working. -Matt Matthew Dillon

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Matthew Dillon
, services, pam equivalent, kerberos, resolver, and so on and so forth. Hell, I think I might use it for C locale too just to be able to rip locale out of libc. -Matt Matthew Dillon

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Matthew Dillon
for because it will break static binaries. It is a serious logistical and planning mistake, IMHO. -Matt Matthew Dillon [EMAIL PROTECTED

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Matthew Dillon
if it cannot use these spiffy new mechanisms with static binaries. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Matthew Dillon
:GAD Many freebsd users (me for one) are still living on a modem, :GAD where even one bump of 1.5 meg is a significant issue... :GAD :GAD Remember that the issue we're talking about is security :GAD updates, not full system upgrades. Everyone would want :GAD the security updates, even if they're

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread Matthew Dillon
to make /bin or /sbin dynamic in DragonFly by default. I don't mind adding support for those people who want it, but I am not going to make it the default. -Matt Matthew Dillon

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread Matthew Dillon
, just that this isn't one of them. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread Matthew Dillon
:/boot has grown quite large too and threatens to be unbounded in size as :times go on. Shaving off the 30-40MB of size in /bin and /sbin can :help alleviate this, even on system formatted in 5.x partition sized. :... :This argument wasn't the most compelling one by itself, but it played a :part

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread Matthew Dillon
:Many freebsd users (me for one) are still living on a modem, :where even one bump of 1.5 meg is a significant issue... : :Remember that the issue we're talking about is security :updates, not full system upgrades. Everyone would want :the security updates, even if they're on a slow link. : :--

Re: HEADS-UP new statfs structure condidered harmful

2003-11-17 Thread Matthew Dillon
:Well, there's some glue there now, but its pretty slim. What you :advocate would swap system call numbers for doing structure reloading per :call, which would significantly incrase the cost of the call. :Considering that *BSD system call overhead is pretty bad as is, I don't :think I'd be

Re: HEADS-UP new statfs structure condidered harmful

2003-11-15 Thread Matthew Dillon
. This is what I plan to do with DragonFly for *stat(), *statfs*(), various sysctls that return structures, and so forth. Wherever it makes sense to do it. -Matt Matthew Dillon

Re: HEADS-UP new statfs structure condidered harmful

2003-11-15 Thread Matthew Dillon
program doesn't know the difference, it uses fstat() and statfs() just like it always has. -Matt Matthew Dillon [EMAIL PROTECTED

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-11-06 Thread Matthew Dillon
:I just tried Jung-uk Kim's driver on -stable and sofar it works OK: : ... and I just ported it to DragonFly and it works fine there too with an ASUS K8V Motherboard. Kudos! -Matt ___ [EMAIL

Re: Help saving my system

2003-10-18 Thread Matthew Dillon
: : :On Fri, 17 Oct 2003, Jason Dictos wrote: : : 1. Had FreeBSD 5.1 system running. : 2. Did a cvsup get of stable (that's right, stable, so 4.9) : 3. Compiled make buildworld, then did a make build world, and re-compiled : with generic kernel : 4. Booted into a system which could not mount the

Re: Text file busy

2003-09-04 Thread Matthew Dillon
% of the time. Don't worry, the kernel will pre-fault pages that are already cached in memory (to a point), and the kernel will also cluster pagein operations if actual I/O becomes necessary. -Matt Matthew

64 bit quantities in statfs ?

2003-08-18 Thread Matthew Dillon
f_asyncwrites f_syncreads f_asyncreads -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: Change to kernel+modules build approach

2003-08-15 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Annoucning DragonFly BSD!

2003-07-20 Thread Matthew Dillon
for :security lock-downs on shell users env's without chrooting them as an :example. : :-Jon Yes, Exactly. -Matt Matthew Dillon [EMAIL PROTECTED

Re: Annoucning DragonFly BSD!

2003-07-19 Thread Matthew Dillon
months (possibly 6-12 months) before the kernelland is sufficienctly progressed to be able to imlpement the userland VFS concept so we have a lot of time to think about how to do it. -Matt Matthew Dillon

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Matthew Dillon
: Hmm, typing this command a second time I nopw see extra info: : Registrant: :Matthew Dillon :41 Vicente Rd :Berkeley, CA 94705 :US : :I've been to Matt's house before -- its real. He does have a T-1 at :home. : :-- :-- David ([EMAIL PROTECTED]) :P.S. I offer my home address

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Matthew Dillon
as immortality for Linux, FreeBSD, or anything else for that matter. -Matt Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Matthew Dillon
: I also have the disk space. : : Let me know if you are interested. : :I'm happy with it, but right now, until we get a bit more organized, we :only need one yea vote: Matt's. I *don't* want to inconvenience his plans :any (especially not when I'm really sure I don't understand them all :yet). :

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Matthew Dillon
: before :complaints start up. We can advertise later, if it's necessary. : : I've got a bunch of mailing lists already set up on dragonflybsd.org. :I didn't notice. Sorry for stepping all over you. : :LER : :Larry Rosenman http://www.lerctr.org/~ler No biggy! I

Annoucning DragonFly BSD!

2003-07-16 Thread Matthew Dillon
Announcing DragonFly BSD! http://www.dragonflybsd.org/ Hello everyone! For the last few months I have been investigating and then working on a new approach to the BSD kernel. This has snowballed into a far more ambitious project

Re: Annoucning DragonFly BSD!

2003-07-16 Thread Matthew Dillon
: :Is it real or another troll? : :-Maxim I stupidly misspelled 'announcing' in the subject line, but it's very real. Check the site out: http://www.dragonflybsd.org/ It's basically the reason why I've been so quiet lately. I've been working 12 hours a day on proving

Re: Annoucning DragonFly BSD!

2003-07-16 Thread Matthew Dillon
: : I stupidly misspelled 'announcing' in the subject line, : :Well, at least you didn't misspell your name... :-) : : but it's very real. Check the site out: : : http://www.dragonflybsd.org/ : :The site looks interesting. All the kernel-level stuff is :pretty much over my head,

Re: libthr and 1:1 threading.

2003-04-02 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: libthr and 1:1 threading.

2003-04-02 Thread Matthew Dillon
decide whether to block or not block on an operation entirely independant of the OS deciding whether to block or not block on an operation. -Matt Matthew Dillon [EMAIL

Re: libthr and 1:1 threading.

2003-04-02 Thread Matthew Dillon
:How does this break the read() API? The read() API, when called :on a NBIO fd is *supposed* to return EAGAIN, if the request cannot :be immediately satisfied, but could be satisfied later. Right now, :it blocks. This looks like breakage of disk I/O introducing a :stall, when socket I/O

Re: 5.x locking plan

2003-03-27 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-22 Thread Matthew Dillon
{ hardware ethernet ...; } ... } } -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-19 Thread Matthew Dillon
to specify a network config in your /conf/default/etc/rc.conf because the network will have already been setup. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-19 Thread Matthew Dillon
I'm not sure what is occuring here but it sounds like cockpit trouble somewhere. Make sure your NFS server is exporting to your subnet and that it is running the necessary services, (portmap, mountd, nfsd -t -u -n 4). If you have another box that you can boot normally

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-19 Thread Matthew Dillon
:Matthew Dillon [EMAIL PROTECTED] writes: : : 4.x and -current use the same mechanism, except 4.x uses MFS and : -current uses MD. : :4.x uses /etc/diskless[12] while 5.x (by default) uses :/etc/rc.d/(init)?diskless. The latter is works very differently than :the former. 4.x uses

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-19 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-02-01 Thread Matthew Dillon
are irrelevant because you are only eating into cycles which would otherwise be idle anyway. -Matt Matthew Dillon [EMAIL PROTECTED] :I think something like wakeup signalling

Re: Style fixups for proc.h

2003-02-01 Thread Matthew Dillon
:Julian Elischer writes: : I don't know about the protection with a '_'. : : It's not standard and usually the name matches that used in the actual : function. : :When the prototype parameter name matches a local variable, the C compiler :(and lint) whine about clashes between names in

Re: Style fixups for proc.h

2003-02-01 Thread Matthew Dillon
leave them unnamed. Or I would figure out and remove whatever broken compiler option is generating the warning in the first place. -Matt Matthew Dillon [EMAIL PROTECTED

Re: Style fixups for proc.h

2003-02-01 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] int x; int fubar(int x); int fubar(int y) { int x = 2; ++x; y = 1; return(1); } int fubar2(int x) { ++x; return(1); } To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: Style fixups for proc.h

2003-02-01 Thread Matthew Dillon
of the arguments named and some not (some wholely not). -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: split out patch

2003-02-01 Thread Matthew Dillon
:02:59:24 -0800 (PST). The date/time stamp on the message that I am :replying to is Sat, 1 Feb 2003 10:47:44 -0800 (PST). That's :something around seven hours and forty-five minutes, unless I have :miscalculated. : : Is it really normal to expect replies within that kind of a time

Re: Style fixups for proc.h

2003-02-01 Thread Matthew Dillon
Well, there is something to be said for trying to avoid userland namespace pollution, but it is still somewhat of a stretch since most userland programs #include standard and system headers before they #include their own, and the includes are typically done before any code.

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Matthew Dillon
has been MFCd yet or is intended to be MFCd to -stable. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Matthew Dillon
are nasty, but there are large (power consumption) advantages to standardizing on the HLT methodology. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Matthew Dillon
:The cache and most of the execution hardware is shared. The execution :units can run something like 4 instructions per clock. If the idle :logical core is in a spinloop, then it is generating instructions for :execution, so you are dividing the execution resources between one context :that is

Re: Autodefaults in disklabel on 5.0dp2 install

2003-01-26 Thread Matthew Dillon
I recently changed the swap backoff algorithm in -current and the MFC is slated for -stable. Try this change and see if it produces better results. -Matt Index: label.c

Re: background fsck did not create lost+found

2003-01-20 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: FreeBSD panic with umass

2003-01-20 Thread Matthew Dillon
:Backtrace would be useful since you shouldn't be getting a panic. At the :worst, your usb reader just wouldn't work. : :-Nate At worse the system will crash. The problem is that USB devices sometimes return total garbage for the READ CAPACITY command. This isn't CAM's fault, it is

Re: FreeBSD panic with umass

2003-01-20 Thread Matthew Dillon
:Hmm, good stuff, but shouldn't something be committed anyway? I mean if it :causes a panic just by plugging in the device that's totally unacceptable. :I'll provide a backtrace of the crash on my computer tomorrow I suppose (I :won't be home until then) and let people know if that's what's

Re: VM_METER no longer defined?

2003-01-19 Thread Matthew Dillon
: #define VM_METER VM_TOTAL This change was part of a larger patch set. I have no particular objection to adding the #define or renaming VM_TOTAL back to VM_METER, but I *WILL* point out that even without a name change the VM cnt structure has changed so often that for all

Re: ia64 tinderbox failure

2002-12-29 Thread Matthew Dillon
:... : is never a problem with its bounds). Other users of getbsize() in the : src tree but perhaps not ones in ports have been broken to match the : interface breakage. The usual breakage is to cast the size_t to int : without checking bounds. : :Agreed. Not a single consumer actually wants a

Re: patch #3 Re: swapoff code comitted.

2002-12-28 Thread Matthew Dillon
The swapctl code has been comitted. Bruce, you never supplied feedback in regards to your original nits, but feel free to clean the code up now that it has been comitted. All other bullets have been taken care of. I'm still on the fence in regards to backporting it. I would

Re: PAWS ack-on-ack loop avoided

2002-12-23 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] :=20 : Which appears to just be triggered by a mechanism to drop : bad packets. Is this correct? Is this something I should be : concerned about? :=20 :Matt, : :I'm seeing these too. Can

Re: PAWS ack-on-ack loop avoided

2002-12-23 Thread Matthew Dillon
:I've got this on my development box which doesn't run any services. :I don't remember exactly what I've been doing when these appeared; :probably printing some connection data like IPs and ports from TCB :would help. : : :Cheers, :--=20 :Ruslan Ermilov Sysadmin and DBA, :[EMAIL

Re: PAWS ack-on-ack loop avoided

2002-12-23 Thread Matthew Dillon
. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-20 Thread Matthew Dillon
:The NetBSD code is already different: :1.48 (augustss 15-Sep-99): /* The OHCI hardware can handle at :most one page crossing. */ :1.48 (augustss 15-Sep-99): if (OHCI_PAGE(dataphys) == :dataphysend || :1.48 (augustss 15-Sep-99):

UMASS USB bug? (getting the Sony disk-on-key device working).

2002-12-19 Thread Matthew Dillon
It took a hellofalong time pulling my hair out trying to figure out why the Sony disk-on-key I just bought didn't work. First I added a Quirk entry for the standard 6-byte problem, but it didn't solve the problem. Finally, after slogging through an insane amount of debugging

Re: UMASS USB bug? (getting the Sony disk-on-key device working).

2002-12-19 Thread Matthew Dillon
is being freed by one side which is still being used by the other side but I haven't tracked down the exact cause. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe

Re: UMASS USB bug? (getting the Sony disk-on-key device working).

2002-12-19 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-19 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread Matthew Dillon
Matthew Dillon [EMAIL PROTECTED] : :phk 2002/12/13 14:04:45 PST : : Modified files: :sys/geom geom_dev.c : Log: : Add a couple of KASSERTS, just in case. : : Revision ChangesPath : 1.33 +4 -0

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-19 Thread Matthew Dillon
: : Eh? For ATAPI and UFM devices we never send a 6 byte command to the : device that can fail, only 10 byte commands. : :I believed this was a SCSI over bulk only device. : :-- :B.Walter COSMO-Project http://www.cosmo-project.de :[EMAIL PROTECTED] Usergroup

Re: [src] cvs commit: src/sys/geom geom_dev.c

2002-12-19 Thread Matthew Dillon
: :In message [EMAIL PROTECTED], Matthew Dillon w :rites: :This commit is crashing my -current box on boot when it :goes to check for a core. I get the panic: : :Negative bio_offset (-1024) on bio ... : :Userland probably should not be allowed to panic the box :in that way

UMASS USB again...

2002-12-19 Thread Matthew Dillon
It took a hellofalong time pulling my hair out trying to figure out why the Fumerola disk-on-key I just bought didn't work. First I added a Quirk entry for the standard 6-byte problem, but it didn't solve the problem. Finally, after slogging through an insane amount of debugging (I

VAX tinderbox failure

2002-12-19 Thread Matthew Dillon
- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-19 Thread Matthew Dillon
This is a real mess but I finally got it to work. (Note to John: both quirk entries are absolutely necessary, everything stalls and dies without them). Problem #1: RA_NO_CLEAR_UA quirk required in umass.c. Problem #2: RA_NO_CLEAR_UA quirk code is broken,

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-19 Thread Matthew Dillon
and this has to be taken into account. -Matt Matthew Dillon [EMAIL PROTECTED] Index: ohci.c === RCS file: /home/ncvs

Re: UMASS USB bug? (getting the Sony disk-on-key device working)

2002-12-19 Thread Matthew Dillon
:First, the calculation of dataphysend is totally bogus. :You can just take the physical address and add (len - 1) :to it. You have to take the virtual address, add len - 1 :to it, and convert it to a physical address. I can :crash my machine simply by doing a God, my

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

2002-12-19 Thread Matthew Dillon
would forward this information to the NetBSD/OpenBSD folks. These were very serious bugs. -Matt :Date: Thu, 19 Dec 2002 17:11:32 -0800 (PST) :From: Matthew Dillon [EMAIL PROTECTED] :Message-Id: [EMAIL PROTECTED] :To: Nate Lawson [EMAIL PROTECTED

Re: swapoff code comitted.

2002-12-18 Thread Matthew Dillon
the swap radix tree to collect the useage information. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: swapoff code comitted.

2002-12-18 Thread Matthew Dillon
:Added the enum instead of is_swap* commands and changed from kvm to :sysctl to get the swap information. : :Eirik Nygaard [EMAIL PROTECTED] :PGP Key: 83C55EDE All right, I found a couple more bugs and fleshed it out a bit. You got your LINKS and MLINKS reversed and forgot a +=, you

patch #3 Re: swapoff code comitted.

2002-12-18 Thread Matthew Dillon
Here's another update. I cleaned things up even more, add BLOCKSIZE support, and updated the manual page. It looks quite nice now. -Matt Index: Makefile === RCS file:

Re: patch #3 Re: swapoff code comitted.

2002-12-18 Thread Matthew Dillon
different things so I am not sure what you mean. You need to provide some code here. : - : + : :? It's probably a space or a tab. I'll track it down. -Matt Matthew Dillon

Re: patch #3 Re: swapoff code comitted.

2002-12-18 Thread Matthew Dillon
: :On Wed, 18 Dec 2002, Matthew Dillon wrote: : : Here's another update. I cleaned things up even more, add BLOCKSIZE : support, and updated the manual page. It looks quite nice now. : :I still dislike it. It starts by adding style bugs to the Makefile :(changing

Re: ipfw userland breaks again.

2002-12-17 Thread Matthew Dillon
Huh. Interesting. The IP_FW_ADD test threw me but now that I look at the code more closely it is only there because IP_FW_ADD is a valid SOPT_GET op as well as a SOPT_SET op. But FLUSH and friends are SOPT_SET only. Now I see how it works :-)

Re: I'm leaving the project

2002-12-17 Thread Matthew Dillon
, either. -Matt Matthew Dillon [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: I'm leaving the project

2002-12-17 Thread Matthew Dillon
:You know the person by name/alias, then? Who is it? : I do not know who it is, he posts through anonymous proxies. -Matt Matthew Dillon [EMAIL PROTECTED

Re: ipfw userland breaks again.

2002-12-16 Thread Matthew Dillon
:How this could be helpful in a remote upgrade scenario that has :IPFW ABI incompatibility issues? : :One alternative approach would be to not compile IPFW into a :kernel but rather have it loaded as a module. Then, you :install new kernel, edit out ipfw_enable=3DYES for the time :being, reboot

Re: 'I want to apologize'

2002-12-16 Thread Matthew Dillon
Ha ha. -Matt Matthew Dillon [EMAIL PROTECTED] :From [EMAIL PROTECTED] Mon Dec 16 14:00:03 2002 :... :Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125

Re: ipfw userland breaks again.

2002-12-15 Thread Matthew Dillon
:I don't like the patch from a security standpoint. It makes it to :easy to turn off a firewall. If you want to be that stupid about :security, you should just make the default be 'accept all' and be done :with it. I'm opposed to this patch unless you can get the security :officer to sign off

Re: ipfw userland breaks again.

2002-12-15 Thread Matthew Dillon
: :The real fix is to fix the abi problems. : :Warner Doh!!Thanks for volunteering to fix the ABI problems. No? You don't want to do it? Gee, I saw that one coming a mile away! THEN DON'T COMPLAIN. This is not a fucking security issue. This is a patch that solves a

Re: ipfw userland breaks again.

2002-12-15 Thread Matthew Dillon
:How about sending the patch to the Technical Review Board, trb@ instead. : :Thanks. : :Cheers, : :-- :Anders. Getting bored sitting on your buns? It's already gone to core and, frankly, I think core is the proper forum now that Warner has declared it a security issue (when it

Re: ipfw userland breaks again.

2002-12-15 Thread Matthew Dillon
: :In message: [EMAIL PROTECTED] :Matthew Dillon [EMAIL PROTECTED] writes: :: : :: :The real fix is to fix the abi problems. :: : :: :Warner :: :: Doh!!Thanks for volunteering to fix the ABI problems. No? You :: don't want to do it? Gee, I saw that one coming a mile

  1   2   3   4   5   6   7   8   9   10   >