]> Zhao Yanbai Git Server - minix.git/commit
added sethostname syscall with proper error checks
authorMorgawr <morgawr@gmail.com>
Thu, 24 Apr 2014 00:12:48 +0000 (02:12 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:24 +0000 (17:05 +0200)
commit91c835edc2378e18e5fb7f289cf36bb6e3870c93
tree7bbf31d89c9b88f882630345c3ee9d621b75c75c
parentb6bd719869ac1c878f1ff6bbb6b6a999c6e6cc71
added sethostname syscall with proper error checks

Change-Id: I4b4e0a7c4035e19d5843b86ee1f714096adcecd2
bin/Makefile
bin/hostname/Makefile [new file with mode: 0644]
bin/hostname/hostname.1 [new file with mode: 0644]
bin/hostname/hostname.c [new file with mode: 0644]
distrib/sets/lists/minix/mi
include/minix/paths.h
lib/libc/gen/Makefile.inc
lib/libc/gen/minix/gethostname.c
lib/libc/gen/minix/sethostname.c [new file with mode: 0644]