]> Zhao Yanbai Git Server - minix.git/commit
uname: normalize release and version 95/995/2
authorThomas Cort <tcort@minix3.org>
Sat, 7 Sep 2013 01:40:31 +0000 (21:40 -0400)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:55 +0000 (09:04 +0100)
commitf5dbfe789e65cc619c38aa25f2d21aa89bbe2ad5
tree64cc1ebfe2e0825faabf65c38889e19c093d0a4f
parent36ac0dbcf844a978e51d4de1d1cb49ff09825f82
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
commands/getty/getty.c
commands/uname/uname.c
include/minix/config.h
kernel/main.c
servers/pm/misc.c
sys/conf/osrelease.sh