Steven Wallace 30f4c3423d Do a better fake for uname information returned in utssys() call.
Currently, the emulator defaults to returning "FreeBSD" as the system
name, release "3.2", and version "2.0".  Some programs want to make
sure they are on a SYSV 3.2 system and check for 3.X release number.

Use the following defines to override the defaults:
	IBCS2_UNAME_SYSNAME
	IBCS2_UNAME_RELEASE
	IBCS2_UNAME_VERSION
(should be string)
for system name, release, and version, respectively.  This allows
someone to compile the emulator into the kernel so it can pretend
to be a specific system if needed.
1995-10-16 05:32:20 +00:00
..
1995-10-12 23:28:41 +00:00
1995-10-10 07:12:27 +00:00
1995-10-15 17:00:49 +00:00
1995-05-30 08:16:23 +00:00
1995-10-14 15:41:10 +00:00
1995-05-30 05:05:38 +00:00