diff options
Diffstat (limited to 'user/usys.pl')
-rwxr-xr-x | user/usys.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/usys.pl b/user/usys.pl index 01e426e..f084c63 100755 --- a/user/usys.pl +++ b/user/usys.pl @@ -36,3 +36,7 @@ entry("getpid"); entry("sbrk"); entry("sleep"); entry("uptime"); +entry("trace"); +entry("sysinfo"); +entry("connect"); +entry("pgaccess"); |