*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: svrctl | Section: 2 | Source: MINIX | File: svrctl.2
svrctl(2) System Calls Manual svrctl(2) NAME svrctl - special server control functions SYNOPSIS #include <sys/svrctl.h> int svrctl(u32_t request, void *data); DESCRIPTION Svrctl implements some very MINIX 3 specific system calls that don't deserve their own system call number. This system call makes it easy to add new ways of setting and getting system parameters, but at the same time, backwards compatibility is not guaranteed. Read the <sys/svrctl.h> include file to see what the structures mentioned below look like. Most calls are root-only, unless specified otherwise. The only way to know how to properly use these calls is to study the associated server code, or the programs that already use these calls. Current requests are: MMGETPARAM Request the value of one or all boot parameters. Can be used by non-root. MMSETPARAM Set an override for a value of a boot parameter. Can be used by non-root. RETURN VALUES Svrctl returns 0 upon success and -1 upon failure. AUTHOR Philip Homburg <[email protected]> svrctl(2)

Navigation Options