Re: sk_buff on FreeBSD

2001-12-21 Thread GB Clark II

On Thursday 20 December 2001 23:31, Pedro F. Giffuni wrote:
> > I have started proting some network protocols (ax.25
> > for ham) from linux,...
>
> Hmm..I recall we had code for that but it was removed ages
> ago (in the 2.x era). I suggest you look for the relevant
> code in NetBSD. The linux code has 0 change of getting
> committed to FreeBSD due to the GPL poison pill.
>
> Pedro.
>
>
Hi,

You might look into modifing the userland PPP to do ax.25 instead.
There is plenty of non-GPL code out there showing how to do ax.25.

GB

-- 
GB Clark II  - N5VMF| Roaming FreeBSD Admin
[EMAIL PROTECTED] | General Geek 
   CTHULU for President - Why choose the lesser of two evils?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: sk_buff on FreeBSD

2001-12-21 Thread GB Clark II

On Thursday 20 December 2001 23:31, Pedro F. Giffuni wrote:
> > I have started proting some network protocols (ax.25
> > for ham) from linux,...
>
> Hmm..I recall we had code for that but it was removed ages
> ago (in the 2.x era). I suggest you look for the relevant
> code in NetBSD. The linux code has 0 change of getting
> committed to FreeBSD due to the GPL poison pill.
>
> Pedro.
>
Follow up to my last message.

Try taking a look at
ftp://ftp.ucsd.edu/hamradio/packet/tcpip/bsd/

There are a couple of programs you could start with real easy.

Also check out the sun directory.

GB


-- 
GB Clark II | Roaming FreeBSD Admin
[EMAIL PROTECTED] | General Geek 
   CTHULU for President - Why choose the lesser of two evils?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



shared mem and locking it in core (Database usage)

2001-12-14 Thread GB Clark II

Hello,

I'm running PostgreSQL and it uses SysV shared mem for alot of its functions.

How can verify that the shared mem is wired and not pageable?

sysctl settings:
kern.ipc.shmmax: 128004097
kern.ipc.shmmin: 1
kern.ipc.shmmni: 512
kern.ipc.shmseg: 1024
kern.ipc.shmall: 31251
kern.ipc.shm_use_phys: 1 <- This wires the mem right?

Yes postgres shows to be 119M via top, but is this mem wired?

Thanks,

GB


-- 
GB Clark II | Roaming FreeBSD Admin
[EMAIL PROTECTED] | General Geek 
   CTHULU for President - Why choose the lesser of two evils?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message