Re: Darwin/OSX Bluetooth code

2003-10-16 Thread Justin C. Walker
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED] -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| If you're not confused

Re: mbuf doubts

2003-09-23 Thread Justin C. Walker
that much. In addition, the book is a very well-done code walkthrough of the networking code in BSD (again, from long ago, but the bones are good). Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| It's not whether you win or lose

Re: C++ code in a kernel module?

2003-09-09 Thread Justin C. Walker
under Apple's open source license (APSL 2.0). Regards, Justin -- /~\ The ASCII Justin C. Walker, Curmudgeon-at-Large \ / Ribbon Campaign X Help cure HTML Email / \ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Mac iBook OS10 + BSD

2002-12-22 Thread Justin C. Walker
-- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| If you're not confused, | You're not paying attention *--*---* To Unsubscribe: send mail to [EMAIL

Re: Kernel Debugging over the Ethernet?

2002-02-21 Thread Justin C. Walker
sources live, so we can see the gdb end of it too? I've looked, but have so far been unable to find them. Thanks, Drew -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics|Men are from Earth. |Women are from

Re: Kernel Debugging over the Ethernet?

2002-02-20 Thread Justin C . Walker
. -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| When LuteFisk is outlawed | Only outlaws will have | LuteFisk

Re: USB device framework in FreeBSD 4.2

2002-02-08 Thread Justin C . Walker
to have disappeared between the time you wrote the above and when you sent it. There are several USB components in the darwin repository; check them out and look at the code. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| It's not whether you

Fwd: USB device framework in FreeBSD 4.2

2002-02-08 Thread Justin C . Walker
, and the backtrace seems to have disappeared between the time you wrote the above and when you sent it. There are several USB components in the darwin repository; check them out and look at the code. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics

Re: OS Textbook FreeBSD Appendix

2002-01-28 Thread Justin C . Walker
considered useful until long after the PDP-11 went to the Boston Computer Museum, where it sipped tea and complained about the Red Sox. Regards, Justin -- /~\ The ASCII Justin C. Walker, Curmudgeon-at-Large \ / Ribbon Campaign X Help cure HTML Email / \ To Unsubscribe: send mail

Re: OS Textbook FreeBSD Appendix

2002-01-28 Thread Justin C . Walker
on the use of the sharing. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics|Men are from Earth. |Women are from Earth. | Deal

Re: Routing Socket and New Addresses

2002-01-28 Thread Justin C . Walker
was what I intended, as it covers the observed behavior (at least, that's my story, and I'm sticking with it :-]). Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics| If you're not confused, | You're

Re: Routing Socket and New Addresses

2002-01-27 Thread Justin C . Walker
discusses it in Unix Network Programming, v1, 2e (sec. 20.3). Different systems, alas, treat this case differently. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics|Men are from Earth. |Women

Re: interesting open() issue

2002-01-16 Thread Justin C . Walker
16 10:32 /tmp/foobar On Tru64/FreeBSD: --1 crow users 0 Jan 16 10:30 /tmp/foobar I'm not sure what the result supposed to be. Any ideas ? Best Regards, Tamas Foldi -- /~\ The ASCII Justin C. Walker, Curmudgeon-at-Large \ / Ribbon Campaign X

Re: The Hurd

2002-01-02 Thread Justin C . Walker
space, and communicate via procedure calls, not messages. Mach messaging can be, and sometimes is, used between processes, and between process and kernel [in some cases; BSD system calls are not turned into messages]. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute

Re: Avoid Page swapping.

2000-05-31 Thread Justin C. Walker
On Wednesday, May 31, 2000, at 06:15 AM, Alain Jourez wrote: Hi there, I beleive the sticky bit was used historically to prevent a whole process to be swapped. What is the precise meaning of it ? The 'sticky' bit was, historically, intended to keep an executable's swap image around after

Re: one question:

2000-05-20 Thread Justin C. Walker
. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| When crypto is outlawed, Apple Computer, Inc. | Only outlaws will have crypto. 2 Infinite Loop | Cupertino

Re: Request for review (HW checksum patches)

2000-03-25 Thread Justin C. Walker
From: Jonathan Lemon [EMAIL PROTECTED] Date: Sat, 25 Mar 2000 13:35:53 -0600 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Request for review (HW checksum patches) X-Mailer: Mutt 1.0pre2i Delivered-to: [EMAIL PROTECTED] X-Loop: FreeBSD.org I have a set of patches which allows

Re: How to get Ethernet MAC address

1999-12-03 Thread Justin C. Walker
s. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2 Infinite Loop | Deal with it.

Re: Ping - sized tests with 0% and 100% packet loss! Any ideas?

1999-11-01 Thread Justin C. Walker
bscribe freebsd-hackers" in the body of the message -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2 Infinite Loop

Re: mbufs question/problem

1999-09-24 Thread Justin C. Walker
n a packet exceeds MHLEN but is less than MINCLSIZE. Probably the best performance, at the expense of memory, is had by setting MINCLSIZE=MHLEN. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are

Re: ping: sendto: Message too long

1999-09-15 Thread Justin C. Walker
izes based on the requested size - use 'sysctl' to change the system's default send/receive buffer sizes (see net.inet.raw.maxdgram, net.inet.raw.recvspace). Naturally, I haven't tried this, or eyeballed the code, so treat this with some caution. Regards, Justin -- Justin C. Walker,

Re: ping: sendto: Message too long

1999-09-15 Thread Justin C. Walker
. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2 Infinite Loop | Deal with it. Cupertino, CA

Re: message queues for I/O (usenix paper)

1999-09-09 Thread Justin C. Walker
From: Garance A Drosihn [EMAIL PROTECTED] Date: 1999-09-09 10:33:59 -0700 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: message queues for I/O (usenix paper) In-reply-to: [EMAIL PROTECTED] X-Sender: [EMAIL PROTECTED] At 6:44 PM -0700 9/8/99, Justin C. Walker wrote: From the FWIW

Re: message queues for I/O (usenix paper)

1999-09-09 Thread Justin C. Walker
From: Garance A Drosihn dro...@rpi.edu Date: 1999-09-09 10:33:59 -0700 To: jus...@apple.com, freebsd-hackers@FreeBSD.ORG Subject: Re: message queues for I/O (usenix paper) In-reply-to: 199909090144.saa02...@rhapture.apple.com X-Sender: dro...@mail.rpi.edu At 6:44 PM -0700 9/8/99, Justin C

Re: message queues for I/O (usenix paper)

1999-09-08 Thread Justin C. Walker
n addition to file-descriptor-based events. Have a look, should this be of interest. I'll be happy to field questions, since the doc is a bit, oh, scant... Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| W

Re: message queues for I/O (usenix paper)

1999-09-08 Thread Justin C. Walker
to incorporate mach message handling in addition to file-descriptor-based events. Have a look, should this be of interest. I'll be happy to field questions, since the doc is a bit, oh, scant... Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics

Re: Need some advice regarding portable user IDs

1999-08-19 Thread Justin C. Walker
... Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| When crypto is outlawed, Apple Computer, Inc. | Only outlaws will have crypto. 2 Infinite Loop | Cupertino, CA 95014

Re: Berkeley IRS and NSS

1999-08-03 Thread Justin C. Walker
felt it was not flexible enough. FWIW, it's also GPL'd, according to the web site. j -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| When crypto is outlawed, Apple Computer, Inc. | Only outlaws will have

Re: Problem with fxp driver and 82559 cards

1999-07-08 Thread Justin C. Walker
be configured to not do this (only needed for switch-switch connection), you might try that as well. (I'm not sure if the install issue is occuring soon after a boot, or is something else). Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics

Re: ARP breakage

1999-07-07 Thread Justin C. Walker
? Out of curiosity, what does 'arp -a' show after the 'arp -s' command? Could be something like the alias response of 'ifconfig'... Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth

Re: poll() vs select()

1999-07-06 Thread Justin C. Walker
). See www.publicsource.apple.com and follow the links to Darwin OS. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2

Re: System unique identifier.....

1999-06-24 Thread Justin C. Walker
bet that no matter what source you use, there's always the problem of it broke; I had to replace it; now what?. Kind of like your grandfather's axe, which has had six handles and two blades over its lifetime, but it's still your grandfather's axe. Regards, Justin -- Justin C. Walker

Re: RE: DHCP, arp and de0

1999-06-15 Thread Justin C. Walker
address should *not* be fed to ARP. That's attached to the loopback interface (lo0), and shouldn't be seen on any wire. Could be your config is seriously fouled up. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking

Re: Accessing special device files

1999-06-01 Thread Justin C. Walker
of what physio() and the device driver were willing to do. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2 Infinite Loop

Re: mbuf stuff

1999-05-27 Thread Justin C. Walker
provide any illumination there. How frequently does this occur? Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| When crypto is outlawed, Apple Computer, Inc. | Only outlaws will have

Re: ifconfig: changing mac address

1999-05-16 Thread Justin C. Walker
that there is good reason to consider it as part of the driver interface. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer, Inc. | Women are from Earth. 2

Re: ifconfig: changing mac address

1999-05-15 Thread Justin C. Walker
of switched ethernet, with a high-speed switch that can handle the bandwidth. Clearly won't work on thinnet, but with 10BaseT, you (can) have a switch providing increased bandwidth. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS

Re: ifconfig: changing mac address

1999-05-15 Thread Justin C. Walker
really want this request?), but I'm not sure it should be the default response to the set hardware address request. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| Men are from Earth. Apple Computer

Re: ifconfig: changing mac address

1999-05-14 Thread Justin C. Walker
of addresses owned by DEC. CompaqNet? Sheesh. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Manager, CoreOS Networking| When crypto is outlawed, Apple Computer, Inc. | Only outlaws will have crypto. 2 Infinite Loop