Update the sysperf tools to match the current sysmsg functions.
authorEirik Nygaard <eirikn@dragonflybsd.org>
Sun, 31 Oct 2004 20:19:24 +0000 (20:19 +0000)
committerEirik Nygaard <eirikn@dragonflybsd.org>
Sun, 31 Oct 2004 20:19:24 +0000 (20:19 +0000)
commit9ee18353b4e337403f0f7898b96036958c64a35c
tree80a8c410d9522dfd14c441a70e8e65fbdf50baca
parent18c10344f5f66e85ebdb2777af71247a8b727221
Update the sysperf tools to match the current sysmsg functions.

sc1 times getuid() using the standard syscall method.
sc2 times getuid() using the new sysmsg method.
sc3 runs in an endless loop calling getuid() with the new sysmsg method.
test/sysperf/Makefile
test/sysperf/getuid_msg.c
test/sysperf/syscall2.c
test/sysperf/syscall3.c