]> Zhao Yanbai Git Server - minix.git/commit
svrctl(2) update 44/2844/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 29 Sep 2014 15:41:36 +0000 (15:41 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 29 Sep 2014 16:15:21 +0000 (16:15 +0000)
commitf737eea6368426d3302d0075f13f73c4bc646e24
treefe9a3484232f7d9e81b901cef460e31639456062
parent347cc10a91ac07c80e8f591e9530d487a2eb8d80
svrctl(2) update

- synchronize request type with ioctl by making it unsigned long;
- unbreak VFS requests, as they were being sent to PM;
- use proper ioctl direction flags (and new numbers) for requests;
- remove some needless header inclusions;
- svrctl is in libc, make its message name reflect this;
- keep backward compatibility: svrctl is part of the userland ABI.

Change-Id: I44902e8d0d11b8ebc1ef3bda94d2202481743c9b
14 files changed:
minix/commands/svrctl/svrctl.c
minix/commands/tcpstat/tcpstat.c
minix/commands/udpstat/udpstat.c
minix/drivers/clock/readclock/arch/i386/arch_readclock.c
minix/drivers/clock/readclock/readclock.c
minix/drivers/storage/at_wini/at_wini.c
minix/include/minix/ipc.h
minix/include/sys/svrctl.h
minix/lib/libc/sys/svrctl.c
minix/net/inet/inet.c
minix/net/inet/qp.c
minix/net/lwip/lwip.c
minix/servers/pm/misc.c
minix/servers/vfs/misc.c