Re: USB crappiness?

2003-07-20 Thread John-Mark Gurney
b->fullblock = 0; + /* XXX - override the tag */ + b->tag = tag; for (i = 0; i < USB_MEM_BLOCK; i += USB_MEM_SMALL) { f = (struct usb_frag_dma *)((char *)b->kaddr + i); f->block = b; -- Jo

Re: FFS_ROOT is gone?

2003-07-15 Thread John-Mark Gurney
Tim Kientzle wrote this message on Tue, Jul 15, 2003 at 22:19 -0700: > John-Mark Gurney wrote: > >Harald Schmalzbauer wrote this message on Wed, Jul 16, 2003 at 02:58 +0200: > > > >>Let's see what Tim can contribute to this topic, since he also claimed to >

Re: build broken by usbdivar.h 1.40

2003-07-15 Thread John-Mark Gurney
/sys/dev/usb/if_aue.c > >>In file included from /usr/src/sys/dev/usb/if_aue.c:86: > >>@/dev/usb/usbdivar.h:127: error: syntax error before "bus_dma_tag_t" > > > >Ok, this is what I need. Thanks. > > > >Fix to come shortly. -- John-Mark Gurne

Re: build broken by usbdivar.h 1.40

2003-07-15 Thread John-Mark Gurney
efore "bus_dma_tag_t" Ok, this is what I need. Thanks. Fix to come shortly. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ [EMAI

Re: build broken by usbdivar.h 1.40

2003-07-15 Thread John-Mark Gurney
Pawel Worach wrote this message on Wed, Jul 16, 2003 at 03:51 +0200: > @/dev/usb/usbdivar.h:127: error: syntax error before "bus_dma_tag_t" Could you please include more information? like what file? I just completed a build of usb (module) w/o problems. -- Joh

Re: FFS_ROOT is gone?

2003-07-15 Thread John-Mark Gurney
ttp://people.FreeBSD.org/~jmg/vfs_mount.diff try seeing if this patch improves things for you guys. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."

Re: Error building /rescue on -current

2003-07-14 Thread John-Mark Gurney
ke of it, but it seems like this might confuse it. Also, why are we sticking obj files for rescue in the source dir of the program? shouldn't they be in the rescue dir? (so that they don't get globbered when the regular build happens.) -- John-Mark Gurney

Re: Making a disk bootable...

2003-07-14 Thread John-Mark Gurney
> 255H 64S and that didn't work. It's a RPITA. In the end I dangerously > dedicated the disk and that works. One thing you might of been missing is making sure that the type in the disklabel was set properly. For scsi, it must be SCSI, and for IDE it must be IDE or ESDI. I had probl

Re: fla.ko

2003-07-14 Thread John-Mark Gurney
this. One the detach can be successfully called, kldunload should then start working. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ [EMAIL PROTECTED

Re: apm request

2003-07-11 Thread John-Mark Gurney
7;t suspend my machine right now.. :( -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." kern.ostype: FreeBSD kern.osrelease: 5.1-RELEASE kern.osrevision: 199506 kern.version: FreeBSD 5.1-RELEASE #0: Wed Jul

Re: BSD video capture emulation question

2003-07-10 Thread John-Mark Gurney
an > with coding and testing (assuming this proposition is > even feasible). I'm definately interested in this too. Also, a better list for this would be -multimedia. I have cc'd the list. -- John-Mark Gurney Voice: +1 415 225 5579 &quo

Re: usb dma patch

2003-07-09 Thread John-Mark Gurney
Bernd Walter wrote this message on Wed, Jul 09, 2003 at 01:28 +0200: > On Tue, Jul 08, 2003 at 03:45:24PM -0700, John-Mark Gurney wrote: > > I have made usb bus_dma aware. I have only tested this patch so far on > > an ohci controller in sparc64. I do have problems with isochronou

usb dma patch

2003-07-08 Thread John-Mark Gurney
een tested and are working on sparc64. I would like to receive feed back on i386 to make sure things don't break there. The patch is at: http://people.FreeBSD.org/~jmg/usb_dma.diff Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I wi

Re: 5.2-RELEASE TODO

2003-06-29 Thread John-Mark Gurney
over here on Mutt 1.4.1i (2003-03-19). Did you happen to set the wrapmargin variable? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ [EMAIL PROT

KLD symbol loading for gdb

2003-06-27 Thread John-Mark Gurney
on a module, but don't want to rebuild their entire kernel tree to get it. This updated version should automaticly detect all paths now. It uses the info.x file from the crash dump to get the compile path. It assumes crash dumps are in /var/crash Basic usage is: sh kgdb -- John-Mark G

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-25 Thread John-Mark Gurney
ook into this for me? I don't have any of the standards document. Hmmm. does APUE even talk about this? It's more of a question if exec'd processes inherit children. hmm. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, ha

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-25 Thread John-Mark Gurney
Tim J. Robbins wrote this message on Wed, Jun 25, 2003 at 19:20 +1000: > On Wed, Jun 25, 2003 at 12:41:51AM -0700, John-Mark Gurney wrote: > > [...] > > So, now the question is, do we fix xargs to deal with unexpected > > children? Or fix the shells in question? (tcsh a

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-25 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Tue, Jun 24, 2003 at 23:04 -0700: > Ok, I seem to have found out that we are reaping a child that we don't > know about. slightly modified xargs produces this: ok, with some magic ktrace work, I have come up with an more complete answer to the ri

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-24 Thread John-Mark Gurney
: 1074 +waiting: waitall: 0, curprocs: 0, maxprocs: 1 2starting started: 1075 + waiting: waitall: 1, curprocs: 1, maxprocs: 1 3 reaping: pid: 1074, self: 1072, status: 0 reaping: pid: 1075, self: 1072, status: 0 Examining the output shows no restiges of pid 1073. -- John-Mark Gurney

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-24 Thread John-Mark Gurney
27;echo -- + 2' and 'echo -- + 3' are > running concurrently. Yes, but the default xargs w/ -n is only one concurrently, which would mean that tcsh is returning a valid return value before it writes. I have gotten the 3 to appear before the 2. > ( ( echo 2 ;

locking problems in IPv6 code

2003-06-19 Thread John-Mark Gurney
n /etc/rc.conf, the above warnings don't appear. I tried to follow the code path in IPv6's source, but it's s long that I couldn't find where it might be allocating memory. Anyone have any ideas? -- John-Mark Gurney Voice: +1 415 225 5

Re: FeeBSD 5.1 and localdaemons

2003-06-19 Thread John-Mark Gurney
/dev/null` for _rc_elem in ${files}; do run_rc_script ${_rc_elem} ${_boot} done at the end of /etc/rc -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___

Re: Possible EHCI bugs

2003-06-15 Thread John-Mark Gurney
Terry Lambert wrote this message on Sun, Jun 15, 2003 at 22:10 -0700: > John-Mark Gurney wrote: > > Terry Lambert wrote this message on Sun, Jun 15, 2003 at 19:40 -0700: > > > There was a recent PCI attach patch that I thought fixed this? > > > > Are you talkin

Re: Possible EHCI bugs

2003-06-15 Thread John-Mark Gurney
ch bit some too. Jake has some suggestions to make it a bit cleaner. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ [EMAIL PROTECTED] mail

bootpd also broke :(

2003-06-13 Thread John-Mark Gurney
hat NetBSD had already fixed. Comments? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ? bootpd ? bootpd.8.gz ? bootptab.5.gz ? bootpgw/bootpgw ? tools/bootpef/bootpef ? tools/bootpef/bootpef.8.

rarpd broken on 64bit big endien machines (i.e. sparc64)

2003-06-13 Thread John-Mark Gurney
? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ? rarpd ? rarpd.8.gz Index: rarpd.c === RCS file: /home/ncvs/src/usr.sbin/rarpd

Re: pci probing "fixed" (was Re: PCI bus numbering and orphaneddevices)

2003-06-12 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Thu, Jun 12, 2003 at 16:52 -0700: > I will of course revert pci_read_device back to it's original state > since the MFDEV patch makes it unnecessary. Ok, here is just the pci MFDEV patch. I would like to see if this works on other arch's, at

Re: pci probing "fixed" (was Re: PCI bus numbering and orphaneddevices)

2003-06-12 Thread John-Mark Gurney
et probed for. > > > > P.S. Sorry for the duplicate post to -sparc64. I forgot that some of > > the -current crowd is interested in this work too. > > If it changes MI part - yes. Looks like it will change it some. -- John-Mark Gurney Voic

pci probing "fixed" (was Re: PCI bus numbering and orphaned devices)

2003-06-12 Thread John-Mark Gurney
he -current crowd is interested in this work too. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: Duplicate keys in CVSROOT/modules

2003-06-12 Thread John-Mark Gurney
Cejka Rudolf wrote this message on Thu, Jun 12, 2003 at 10:31 +0200: > # egrep -w "(fib|libpanel|rain)" modules.1.557 | sort > fib ports/devel/fib > fib src/usr.bin/fib Well, src/usr.bin/fib was removed 6 years ago by bde, so I think that one can go awa

Re: SMP in 5.1 cant deactivate hyperthreading

2003-06-12 Thread John-Mark Gurney
a different matter. That's a good way to remind the admin to turn the cpu back on. Now is there any good reason why you need to keep the cpu disabled? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do,

Re: *IT WORKS* Re: CardBus USB 2.0 Controller (NEC uPD)

2003-06-12 Thread John-Mark Gurney
Bernd Walter wrote this message on Thu, Jun 12, 2003 at 14:30 +0200: > On Thu, Jun 12, 2003 at 01:10:24AM -0700, John-Mark Gurney wrote: > > Craig Boston wrote this message on Wed, Jun 11, 2003 at 22:44 -0500: > > > pci_enable_busmaster(self); > > > > > &

Re: *IT WORKS* Re: CardBus USB 2.0 Controller (NEC uPD)

2003-06-12 Thread John-Mark Gurney
" Hey, thanks for the great work. This got me past the same problem on the sparc box I have, but now I'm getting tons of: usb0: 198 scheduling overruns I fiddled with the PCI Latency, but it doesn't seem to do much good. (Though the latency was set wrong.) -- John-Mark Gurney

Re: PCI bus numbering and orphaned devices

2003-06-10 Thread John-Mark Gurney
Bernd Walter wrote this message on Wed, Jun 11, 2003 at 01:16 +0200: > On Tue, Jun 10, 2003 at 03:34:36PM -0700, John-Mark Gurney wrote: > > So, the question is, does other arch's do something nasty like this > > too? Should I change the check to just do ofw_pci_find_no

Re: PCI bus numbering and orphaned devices

2003-06-10 Thread John-Mark Gurney
Thomas Moestl wrote this message on Wed, Jun 11, 2003 at 01:02 +0200: > On Tue, 2003/06/10 at 15:34:36 -0700, John-Mark Gurney wrote: > > > > Ok, attached is a patched I tried, > > Hmmm, you seem to have forgotten to actually attach it. Ok, this time I'll attach it!

Re: PCI bus numbering and orphaned devices

2003-06-10 Thread John-Mark Gurney
t do ofw_pci_find_node? Is this why pciconf -r is returning 0x when reading the ebus and firewire parts of the SME2300BGA? Simply because it isn't in the ofw tree? I don't have any data sheets or the PCI spec, so making heads or tails of this is going be hard. -- John-Mark

Re: PCI bus numbering and orphaned devices

2003-06-09 Thread John-Mark Gurney
Bernd Walter scribbled this message on Jun 10: > On Mon, Jun 09, 2003 at 04:58:38PM -0700, John-Mark Gurney wrote: > > +#ifdef __sparc64__ > > + /* > > +* XXX - some sparc hardware has valid hardware when the > > +* function 0 doesn&#

PCI bus numbering and orphaned devices

2003-06-09 Thread John-Mark Gurney
to probe and attach. Of course the correct way to fix it would be to mirror the OFW tree, and then probe any devices that exist in the OFW tree, but not in our device tree. Attached are the two patches to fix both the issues. -- John-Mark Gurney Voice: +1 415 225

fixing sparc build

2003-06-08 Thread John-Mark Gurney
ernel source is using LABELOFFSET. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." Index: disklabel.h === RCS file: /home/n

Re: establish tcp connection slowness

2000-06-14 Thread John-Mark Gurney
s connecting into the machine. not if the time delay is between Trying x.x.x.x... and the Connected to line... also, the time delay is being seen w/ a simple /bin/echo service.. this shouldn't do any reverse lookup of the connecting host.. -- John-Mark Gurney

establish tcp connection slowness

2000-06-13 Thread John-Mark Gurney
t... I didn't see anything but a small reorder of a call to callout_reset that jlemon commited in rev 1.41 but didn't mention in the log... (unless this is part of enabling NewReno) I would appreciate to find out if someone else sees this problem, or doesn't on both -stable and -

Re: plist/glist query & proposal

2000-03-05 Thread John-Mark Gurney
make sure to keep me on the cc list, I'm not on -current or -scsi Matthew N. Dodd scribbled this message on Mar 5: > On Sun, 5 Mar 2000, John-Mark Gurney wrote: > > Doug White forwarded this message to me I actually have done this > > but I have not cleaned the code up f

plist/glist query & proposal

2000-03-05 Thread John-Mark Gurney
{i}.glist if [ -f ${bak}/da${i}.glist.bak ]; then if ! cmp -s ${bak}/da${i}.glist ${bak}/da${i}.glist.bak; then diff ${bak}/da${i}.glist.bak ${bak}/da${i}.glist fi fi done -- John-Mark Gurney V

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
sk questions later. :( this is just a notice, I am going to be taking a break from FreeBSD for a couple weeks... I will not be reading my freebsd.org email while I am on the break, my other email addresses will continue to work... -- John-Mark Gurney

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
o "select" what signal code we want to include.. and make it a general system so that it just doesn't apply to the signal system... this way we can say, we are building under NetBSD, and they don't have getcwd as a syscall so we need to compile getcwd as a function using this code, inst

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
Don Lewis scribbled this message on Sep 30: > On Sep 30, 4:14pm, John-Mark Gurney wrote: > } Subject: Re: HEADS UP: sigset_t changes committed > } > > } > In this particular case, the only thing cross-compilation would buy us > } > is the ability to build (but not in

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
Marcel Moolenaar scribbled this message on Sep 30: > John-Mark Gurney wrote: > > > the reason I was on Marcel's back was because of his statement that he > > WOULD NOT do ANYTHING to fix the problem, and that as far as he was > > considered, that's life and

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
e a look at it... it'd be interesting to be able to do something like; make prep-installworld; rm -rf /usr/{sbin,bin,lib} /{bin,sbin}; make installworld and have it complete... :) -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
Peter Wemm scribbled this message on Oct 1: > John-Mark Gurney wrote: > [..] > > might as well say goodbye to ever getting freebsd's userland running > > under NetBSD which is how our nice Alpha port got started... this > > NEEDS to be fixed... > > NetBSD have

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
ty if you define the option, and it would allow everything to be backwards compatible... -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking "The soul contains in itself the event that shall presently befall it. Th

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread John-Mark Gurney
on't like LKM/KLD's on servers that are suppose to be rock solid... (at least not yet) -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking "The soul contains in itself the event that shall presently befall

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John-Mark Gurney
the tools can be build on ANY platform and run, (assuming the tools support it) and then be able to build the target... might as well say goodbye to ever getting freebsd's userland running under NetBSD which is how our nice Alpha port got started... this NEEDS to be fixed...

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John-Mark Gurney
Marcel Moolenaar scribbled this message on Sep 30: > [cc list trimmed] > > John-Mark Gurney wrote: > > > actually, no, I would like this fixed... I will be unable to develope > > FreeBSD if the tools target doesn't work!! I do all of my compiles on > > a 3.0-R

Re: HEADS UP: sigset_t changes committed

1999-09-29 Thread John-Mark Gurney
to develope FreeBSD if the tools target doesn't work!! I do all of my compiles on a 3.0-R box (yes, that's right, 3.0-R) and it will basicly stop me from doing any of that... this is a VERY bad thing to happen to FreeBSD... -- John-Mark Gurney

Re: Demand-loaded network ifs and bpf

1999-09-27 Thread John-Mark Gurney
will do is bloat GENERIC a little. -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thou

Re: An FS question perhaps... non blocking I/O.

1999-09-17 Thread John-Mark Gurney
al time. I completely agree that something like this should be implemented.. then we can out shine winXX in where file managers have files appeare INSTANTLY after they are created... :) -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking

Re: kernel of -current in 3.1?

1999-09-04 Thread John-Mark Gurney
y seperate from the kernel developement... anyways, it's the -current kernel that is really the part that isn't designed for production use, not the userland... you could probably build a -current userland w/ a -stable kernel, but that's another ball of

Re: PNP ids missing in sio.c

1999-09-04 Thread John-Mark Gurney
P attach routine that will grab all these resources.... I haven't looked at the latest PnP code, so I'm not sure exactly how the configure stuff is handled... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking

Re: PNP ids missing in sio.c

1999-09-04 Thread John-Mark Gurney
on't happen again? maybe the user has some win95 only isa card or something... but this needs to be able to be configured... along w/ doing this at boot -c time too... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking

Re: start xdm on a particular vty

1999-09-03 Thread John-Mark Gurney
r/X11R6/bin/xdm -nodaemon -server \":0 local /usr/X11R6/bin/X $st :0 \$vt\" that way you can provide -query hostname or another argument to the Xserver.. I haven't tested that the eval exec line works properly, but I do know that the rest of the script works fine though... :) -- Joh

Re: [re]writable cdrom drive

1999-08-23 Thread John-Mark Gurney
> To Unsubscribe: send mail to [EMAIL PROTECTED] > > with "unsubscribe freebsd-current" in the body of the message one and then two... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-16 Thread John-Mark Gurney
e if we use lower-case (compat.linux, compat.ibcs2, > compat.svr4.) just to amend my previous comment, I would prefer compat.linux too... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-16 Thread John-Mark Gurney
ld be stuck under kern.* if you really wanted to, and then it just moves the "top" level up to kern.* and doesn't help any... and if we avoid expanding our top levels, we will soon end up w/ sysctl names that are 80+ characters long because they are 10 levels deep... if you can't

Re: it's time...

1999-08-11 Thread John-Mark Gurney
to my server, and I don't have any free slots for a mono or vga card.. -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it.

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread John-Mark Gurney
-ro #all of my /a exports /a hostc /a /a/datadir hostd -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall p

Re: An oddity after a panic

1999-07-30 Thread John-Mark Gurney
roblem, this should be 2 not 3... rerun fsck on it manually... if it doesn't fix the problem... use fsdb to unlink this directory, and then run fsck, it should dump the directory (or put it in lost+found)... you can also use fsdb to reduce the link count to 2 so you can rmdir it... --

Re: Patch for Alpha/AXP

1999-07-27 Thread John-Mark Gurney
long time ago and dust it off?? Bruce kinda vetoed it, but I also didn't have the courage to commit it back then... and it's not hard to make it MI -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 569

Re: aio and fd patches

1999-07-27 Thread John-Mark Gurney
his right now. I have been meaning to look at these patches, it's just that I haven't had a -current box to do testing on, but soon (like the end of the week), I should have a box that I can do testing, and if so, I'll make sure that these function, and if so, commit them... -- Jo

Re: "objtrm" problem probably found (was Re: Stuck in "objtrm")

1999-07-12 Thread John-Mark Gurney
happen from what I understand of the architecture... so, it does have to lock even the memory bus, simply the cache isn't enough for the lock to do what it needs... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O

Re: RE: net.inet.tcp.always_keepalive on as default ?

1999-06-05 Thread John-Mark Gurney
for then!) yes, but are routers normally down for a couple hours?? if they are, you have other problems than worring about connections... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The

Re: the new config and booting

1999-05-12 Thread John-Mark Gurney
dangerous dedicated mode... I've seen this happen a couple times w/ 3.0-R and 3.1-19990328-STABLE IIRC... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself th

Re: SPAM

1999-05-10 Thread John-Mark Gurney
tters, but everyone else on cvs-* would get the reply. I have only recieved 61 spam messages so far since the begining of the year, this includes the dups to multiple mailing lists and myself. This is about one every other day, and considering most are dups, that isn't even two a week.

buildworld as normal user...

1999-04-22 Thread John-Mark Gurney
NOSCHG, but I was just doing the patch real quickly... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it. The event is onl

bug with TCP over lossy lines?

1999-01-24 Thread John-Mark Gurney
7:39 dfr Exp $ tcpip.h: $Id: tcpip.h,v 1.7 1998/09/26 14:26:59 dfr Exp $ -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD

<    1   2   3   4