minix/servers
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
..
devman Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc moving prototypes to lib.h 2014-02-18 11:25:01 +01:00
is Rename SYSCTL kernel call to DIAGCTL 2014-03-01 09:04:54 +01:00
iso9660fs Block protocol: use own [RW]_BIT definitions 2014-02-19 11:22:15 +01:00
lwip Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
mfs VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
pfs Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
pm uname: normalize release and version 2014-03-01 09:04:55 +01:00
procfs Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
rs Take LOG out of the boot image 2014-03-01 09:04:55 +01:00
sched Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Rename SYSCTL kernel call to DIAGCTL 2014-03-01 09:04:54 +01:00
vm Rename SYSCTL kernel call to DIAGCTL 2014-03-01 09:04:54 +01:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00