From owner-freebsd-hackers Thu Sep 28 6:36:19 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 8147A37B424 for ; Thu, 28 Sep 2000 06:36:16 -0700 (PDT) Received: (qmail 5222075 invoked from network); 28 Sep 2000 13:36:14 -0000 Received: from r120m89.cybercable.tm.fr (HELO qualys.com) ([195.132.120.89]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 28 Sep 2000 13:36:14 -0000 Message-ID: <39D349C6.A89C9340@qualys.com> Date: Thu, 28 Sep 2000 15:38:15 +0200 From: Maxime Henrion X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Marco van de Voort , freebsd-hackers@freebsd.org Subject: Re: misc freebsd-internal questions. References: <20000928133215.D81A89717@toad.stack.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marco van de Voort wrote: > (for the development of the Free Pascal compiler port): > > - Is there a way to easily check FreeBSD version (3.x or 4.x+, because of > the different syscallnrs for signal functions) on syscall level? > Use the sysctl kern.osreldate. > > - Can I use the assembler instruction ENTER ? E.g. Linux doesn't allow it, > because it would complicate the stack overflow handler? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message