repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
only check local benchmark dir if it exists
[minix.git]
/
test
/
safeperf
/
system.conf
blob
57f778f32061418e53b0fd23a8ecc2f44aeb53ea
1
2
service requestor
3
{
4
system
5
SAFECOPYFROM
6
SAFECOPYTO
7
SAFEMAP
8
SAFEREVMAP
9
SAFEUNMAP
10
UMAP
11
PRIVCTL
12
SETGRANT
13
GETINFO
14
SYSCTL
15
;
16
uid 0;
17
};
18
19
service grantor
20
{
21
system
22
SAFECOPYFROM
23
SAFECOPYTO
24
SAFEMAP
25
SAFEREVMAP
26
SAFEUNMAP
27
UMAP
28
PRIVCTL
29
SETGRANT
30
GETINFO
31
SYSCTL
32
;
33
uid 0;
34
};