minix/distrib/sets/lists
David van Moolenbroek 536be49112 Add MIB service, sysctl(2) support
The new MIB service implements the sysctl(2) system call which, as
we adopt more NetBSD code, is an increasingly important part of the
operating system API.  The system call is implemented in the new
service rather than as part of an existing service, because it will
eventually call into many other services in order to gather data,
similar to ProcFS.  Since the sysctl(2) functionality is used even
by init(8), the MIB service is added to the boot image.

MIB stands for Management Information Base, and the MIB service
should be seen as a knowledge base of management information.

The MIB service implementation of the sysctl(2) interface is fairly
complete; it incorporates support for both static and dynamic nodes
and imitates many NetBSD-specific quirks expected by userland.  The
patch also adds trace(1) support for the new system call, and adds
a new test, test87, which tests the fundamental operation of the
MIB service rather thoroughly.

Change-Id: I4766b410b25e94e9cd4affb72244112c2910ff67
2016-01-01 01:28:16 +01:00
..
base NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
comp NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
debug NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
etc NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
games NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
man NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
minix-base Add MIB service, sysctl(2) support 2016-01-01 01:28:16 +01:00
minix-comp Add MIB service, sysctl(2) support 2016-01-01 01:28:16 +01:00
minix-games Split minix distribution set 2015-10-12 11:25:54 +02:00
minix-kernel Add MIB service, sysctl(2) support 2016-01-01 01:28:16 +01:00
minix-man NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
minix-tests Add MIB service, sysctl(2) support 2016-01-01 01:28:16 +01:00
misc NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
modules NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
tests NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
text NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xbase NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xcomp NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xdebug NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xetc NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xfont NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
xserver NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00