Re: Devloper

1999-07-18 Thread Doug White
Just to remind everyone where the actual logic is contained... Check out swap_pager.c line 1135 (in version $Id: vm_pageout.c,v 1.129.2.6 1999/03/18 23:28:39 julian Exp $). FreeBSD is not 100% indiscriminant. It favors procs with PID 48 as targets. You could tune this to discriminate against

Re: Devloper

1999-07-18 Thread Doug
Assem Salama wrote: I am interested in helping in the development in FreeBSD. I'm not a hotshot programmer but I know how to program. Could someone please send me the available projects that I can work on and some info about them? Step one, ignore all those responses to the poster

Re: Devloper

1999-07-18 Thread Doug White
Just to remind everyone where the actual logic is contained... Check out swap_pager.c line 1135 (in version $Id: vm_pageout.c,v 1.129.2.6 1999/03/18 23:28:39 julian Exp $). FreeBSD is not 100% indiscriminant. It favors procs with PID 48 as targets. You could tune this to discriminate against

Re: Devloper

1999-07-17 Thread Dag-Erling Smorgrav
Assem Salama [EMAIL PROTECTED] writes: I am interested in helping in the development in FreeBSD. I'm not a hotshot programmer but I know how to program. Could someone please send me the available projects that I can work on and some info about them?

Devloper

1999-07-17 Thread Assem Salama
I am interested in helping in the development in FreeBSD. I'm not a hotshot programmer but I know how to program. Could someone please send me the available projects that I can work on and some info about them? Thanks, Assem Salama To Unsubscribe: send mail to majord...@freebsd.org with

Re: Devloper

1999-07-17 Thread Dag-Erling Smorgrav
Assem Salama sal...@twcny.rr.com writes: I am interested in helping in the development in FreeBSD. I'm not a hotshot programmer but I know how to program. Could someone please send me the available projects that I can work on and some info about them?

Re: Devloper

1999-07-17 Thread Daniel C. Sobral
Dag-Erling Smorgrav wrote: Assem Salama sal...@twcny.rr.com writes: I am interested in helping in the development in FreeBSD. I'm not a hotshot programmer but I know how to program. Could someone please send me the available projects that I can work on and some info about them?

Re: Devloper

1999-07-17 Thread Dag-Erling Smorgrav
Daniel C. Sobral d...@newsguy.com writes: * a sysctl to make the system non-overcommit So I see common sense lost in the end. * SIGDANGER in low-memory situations Do we support more than 32 signals? ISTR AIX already does this. What signal numbers / names does AIX use for this?

Re: Devloper

1999-07-17 Thread Daniel C. Sobral
Dag-Erling Smorgrav wrote: Daniel C. Sobral d...@newsguy.com writes: * a sysctl to make the system non-overcommit So I see common sense lost in the end. I think nobody objects to the knob, just to people trying to convince us that it would do any good. * SIGDANGER in