Re: Fwd: Re: kstat - an API for gathering kernel stats

1999-12-08 Thread Dan Seguin
Embedded FreeBSD: http://www.freebsd.org/~picobsd/ Dan Seguin Texar Software, Corporation. Visit us at the RSA Conference 2000, January 16-20, San Jose, Booth # 1241

Re: Strange SCSI sickness

1999-12-05 Thread Dan Seguin
fact that it was on Linux". ------------ Dan Seguin Texar Software, Corporation. The trouble with doing something right the first time is that nobody appreciates how difficult it was. To Unsubscribe: send mail to [EMAIL PROTEC

Re: Vnodes and Pathnames

1999-11-15 Thread Dan Seguin
are guaranteed of success.) PHK may have more to say on this topic. On Mon, 15 Nov 1999, Dan Seguin wrote: Hello Gurus, Is there any way of getting filepath information from a vnode? What I'm looking for is pathname info for VDIR and VREG types, sort of a reverse namei

Kernel APIs - Solaris

1999-10-14 Thread Dan Seguin
, works flawlessly). Does anyone know where/how to get the Kernel APIs for Solaris. We're willing to pay/register/sign NDAs/whatever for this. After two weeks of dealing with clueless Sun people, I'm going mental. Thanks Dan Seguin To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Kernel APIs - Solaris

1999-10-14 Thread Dan Seguin
people at Sun. If we wait another 10-12 months, maybe we'll get it through the Community license, but we're not holding our breath. Any ideas, leads? On Thu, 14 Oct 1999, Matthew Jacob wrote: Talk to me. On Thu, 14 Oct 1999, Dan Seguin wrote: Hi all. I know this isn't a Solaris

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
FreeBSDCon. Looks like they've been updated. Dan Seguin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
On Wed, 25 Aug 1999, Jordan K. Hubbard wrote: Actually, what needed to get updated was the hotel, not our web pages. :) I just called them and they had apparently listed this under "Walnut Creek CDROM", not the most obvious thing to ask for. That's why queries have been either

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
. Looks like they've been updated. Dan Seguin To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
On Wed, 25 Aug 1999, Jordan K. Hubbard wrote: Actually, what needed to get updated was the hotel, not our web pages. :) I just called them and they had apparently listed this under Walnut Creek CDROM, not the most obvious thing to ask for. That's why queries have been either bouncing

Struct user

1999-08-24 Thread Dan Seguin
Can somebody tell me where to find the defintion for struct user that's contained in struct proc? I've grep'ed to no avail. Thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Struct user

1999-08-24 Thread Dan Seguin
Can somebody tell me where to find the defintion for struct user that's contained in struct proc? I've grep'ed to no avail. Thanks. To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

RE: Connect and so on..

1999-07-06 Thread Dan Seguin
entication. /Marino Thanks! You've been a great help and sounding board. Dan Seguin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: Connect and so on..

1999-07-06 Thread Dan Seguin
Thanks! You've been a great help and sounding board. Dan Seguin To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

RE: Connect and so on..

1999-07-05 Thread Dan Seguin
On Mon, 28 Jun 1999, Ladavac Marino wrote: Essentially, we're trying to mediate system calls. Read, Write, Open, Socket calls from userland are caught, information about the calling process (i.e. caller UID) are sent to an external source for authorization and depending on the reply,

RE: Connect and so on..

1999-07-05 Thread Dan Seguin
On Mon, 28 Jun 1999, Ladavac Marino wrote: Essentially, we're trying to mediate system calls. Read, Write, Open, Socket calls from userland are caught, information about the calling process (i.e. caller UID) are sent to an external source for authorization and depending on the reply,

Re: Connect and so on..

1999-06-25 Thread Dan Seguin
On Wed, 23 Jun 1999, Brian F. Feldman wrote: On Wed, 23 Jun 1999, Dan Seguin wrote: [snip] I use the calling proc's table as it is passed to the system call, and am trying to call socket and connect as if the user process originally called them one by one (from userland syscall 97

RE: Connect and so on..

1999-06-25 Thread Dan Seguin
On Fri, 25 Jun 1999, Ladavac Marino wrote: -Original Message- From: Dan Seguin [SMTP:d...@texar.com] Sent: Friday, June 25, 1999 5:26 PM To: Brian F. Feldman Cc: FreeBSD Hackers Subject:Re: Connect and so on.. As I said earlier in this post, I need to open

Connect and so on..

1999-06-23 Thread Dan Seguin
Hi All. I'm trying to create a system call that will burst a (pseudo) quick tcp message out to a remote host every time that it is called. I've got the system call all worked out as a kld, it loads and restores without a hitch. I use the calling proc's table as it is passed to the system call,