Subject: Re: CVS commit: syssrc/sys/compat/irix
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 10/06/2002 15:04:55
On Sun, 6 Oct 2002, Emmanuel Dreyfus wrote:

>
> Module Name:	syssrc
> Committed By:	manu
> Date:		Sat Oct  5 23:17:30 UTC 2002
>
> Modified Files:
> 	syssrc/sys/compat/irix: irix_misc.c irix_syscall.h irix_syscallargs.h
> 	    irix_syscalls.c irix_sysent.c irix_types.h syscalls.master
>
> Log Message:
> Added uname emulation so that IRIX's uname -s returns IRIX

Note that we've traditionally had emulation uname -s report that we're
running NetBSD, not the emulated OS. There are lots of advantages to each
side. Making them report the emulated OS makes installs simpler, but
making them report NetBSD helps things like web browsing; the uname OS
gets sent to the other side, so our BSDI or Linux netscapes would credit
BSDi or Linux, not us.

Take care,

Bill