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

1999-12-08 Thread Dan Seguin
The Power to Serve. http://www.freebsd.org > // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ -------- Dan Seguin Texar Software, Corporation. Visit us at the RSA Confer

Re: Strange SCSI sickness

1999-12-05 Thread Dan Seguin
dy hasn't been done, we should capture the procedure that Jordan posted, added to by Matt and maybe post it to the troubleshooting part of the guide(s). Unlike some of us who've been fooling with computers since pre-1985, this standard operating procedure may not be second nature.

Re: Strange SCSI sickness

1999-12-05 Thread Dan Seguin
months." I read that as meaning "the drive worked despite the fact that it was on Linux". Dan Seguin Texar Software, Corporation. The trouble with doing something right the first time is

Re: Vnodes and Pathnames

1999-11-15 Thread Dan Seguin
but I don't know > that you 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 fr

Vnodes and Pathnames

1999-11-15 Thread Dan Seguin
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(). Thanks! ---- Dan S

Re: Kernel APIs - Solaris

1999-10-14 Thread Dan Seguin
the right 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: &

Kernel APIs - Solaris

1999-10-14 Thread Dan Seguin
done this in FreeBSD, 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

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 bou

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 bo

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
day, and got the group rate by mentioning the FreeBSDCon. 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
day, and got the group rate by mentioning the 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

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

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

RE: Connect and so on..

1999-07-06 Thread Dan Seguin
the relevant question. > Yes. > > Also, if someone can point me to some books/papers/soliloquies of how > > to > > effeciently manage a shared table, I'd be grateful. > [ML] IBM probably has loads of documentation on the topic of > kernel enforced syscall authentication. > > /Marino 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-06 Thread Dan Seguin
the relevant question. > Yes. > > Also, if someone can point me to some books/papers/soliloquies of how > > to > > effeciently manage a shared table, I'd be grateful. > [ML] IBM probably has loads of documentation on the topic of > kernel enforced syscall authentication. > > /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-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

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 th

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:[EMAIL PROTECTED]] > > Sent: Friday, June 25, 1999 5:26 PM > > To: Brian F. Feldman > > Cc: FreeBSD Hackers > > Subject:Re: Connect and so

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..

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 >

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,