minix/servers/ds
David van Moolenbroek 6f374faca5 Add "expected size" parameter to getsysinfo()
This patch provides basic protection against damage resulting from
differently compiled servers blindly copying tables to one another.
In every getsysinfo() call, the caller is provided with the expected
size of the requested data structure. The callee fails the call if
the expected size does not match the data structure's actual size.
2011-12-11 22:34:14 +01:00
..
inc.h <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
main.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
Makefile boot: Add multiboot support 2011-06-24 17:21:51 +02:00
proto.h Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
store.c Add "expected size" parameter to getsysinfo() 2011-12-11 22:34:14 +01:00
store.h DS: base number of data entries on NR_SYS_PROCS 2010-05-12 13:21:15 +00:00