minix/sys
Thomas Cort f5dbfe789e uname: normalize release and version
Most systems provide the full version number in the
'release' field and the kernel version in 'version'.
Minix used to split the full version number between
release and version which caused problems for pkgsrc
and other applications. This patch brings Minix's
uname in line with other systems such as NetBSD.
It also brings the getty banner in line with NetBSD.

Old Minix uname:
	sysname->Minix
	nodename->10.0.2.15
	release->3
	version->2.1
	machine->i686

New Minix uname:
	sysname->Minix
	nodename->10.0.2.15
	release->3.2.1
	version->Minix 3.2.1 (GENERIC)
	machine->i686

Change-Id: I966633dfdcf2f9485966bb0d0d042afc45bbeb7d
2014-03-01 09:04:55 +01:00
..
arch Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
compat/sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
conf uname: normalize release and version 2014-03-01 09:04:55 +01:00
dev Add VND driver, providing loopback devices 2014-03-01 09:04:54 +01:00
fs Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
lib a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
net Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet6 Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
sys Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
ufs imported code harmonisation 2012-03-14 16:02:59 +01:00
Makefile include: Import dev/i2c/i2c_io.h 2013-06-27 14:20:12 -04:00
stdlib.h Enable devname(3) 2014-03-01 09:04:53 +01:00