Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2001 21:24:00 -0600
From:      Chris Fedde <chris@fedde.littleton.co.us>
To:        "Greg McPherran" <sw2@mediaone.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: New User 
Message-ID:  <200108230324.f7N3O0q12578@fedde.littleton.co.us>
In-Reply-To: <000a01c12b77$6436cc60$6401a8c0@ne.mediaone.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 22 Aug 2001 22:00:26 -0400  "Greg McPherran" wrote:
 +------------------
 | This is a multi-part message in MIME format.
 | 
 | ------=_NextPart_000_0007_01C12B55.D9793B60
 | Content-Type: text/plain;
 | 	charset="iso-8859-1"
 | Content-Transfer-Encoding: quoted-printable
 +------------------

You might want to set up your mail client so that it posts plain text to
this list instead of multipart/alternative

 +------------------
 | Hi,
 | 
 | I would like to contribute and I am particularly interested in helping =
 | simplify the install process. I have about 17 years of software =
 +------------------

Like most opensource projects FreeBSD amounts to a voluntary meritocracy.
Pick some part you are interested in start working on it.  Read the TODO
list and projects (http://www.freebsd.org/projects/index.html)
If you contribute good stuff you get to contribute.

 +------------------
 | How do you cast a long to a function pointer.=20
 | 
 | long l;
 | 
 | f = ( void (*)( ) ) l;
 +------------------

Years ago this technique was used in a test program called crashme.
Basically it generated a random number, cast it as you have shown then called
it.  On some older unixes this caused the OS to crash.  Needless to say most
of those OSes are long out of use. 

--
    Chris Fedde

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108230324.f7N3O0q12578>