minix/minix/servers
David van Moolenbroek 20054ae93f Kernel: separate userland ABI on kernel page
Currently, the userland ABI uses a single field ('user_sp') far
into the very large 'kinfo' structure on the shared kernel
information page.  This precludes us from modifying or getting
rid of 'kinfo' in the future without breaking userland.  This
patch adds a separate 'kuserinfo' structure to the kernel
information page, with only information that is part of the
userland ABI, in an extensible manner.  Userland now uses this
field if it is present, and falls back to the old field if not.

Change-Id: Ib7b24b53a440f40a2edc28cdfa48447ac2179288
2015-09-23 12:01:15 +00:00
..
devman Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00
ds DS: workaround for weak symbol issue 2015-09-17 17:13:28 +00:00
input Move all services to /service 2014-07-31 16:00:31 +02:00
ipc services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
is Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
pm Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
rs Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
sched services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
vfs Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
vm VM: hide harmless ACL warning for RS at startup 2015-09-17 17:14:58 +00:00
Makefile New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc merge libminlib with libc 2014-08-28 18:49:19 +02:00