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
vm: use arch_map2str to print pagefault info, to properly display code addrs
[minix.git]
/
test
/
ipc
/
test.sh
blob
92f0c9cace6f7f1ee178830abee0f9a4cdc82e2d
1
for
d
in
semctl semget semop shmat shmctl shmdt shmget shmt
2
do
echo
$d
3
(
cd
$d
4
sh
test
.sh
5
)
6
done
7