diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-25 02:05:18 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-25 02:05:18 +0100 |
commit | 61ea49f8446ac2e333abf268d53a6bfc29c12fb1 (patch) | |
tree | ed437bc2d881b9796a1c0696de1ea811bff2c574 | |
parent | b720cec64ee36e348bcbfee73ef279f7402dd07f (diff) | |
download | web-61ea49f8446ac2e333abf268d53a6bfc29c12fb1.tar.gz web-61ea49f8446ac2e333abf268d53a6bfc29c12fb1.tar.bz2 web-61ea49f8446ac2e333abf268d53a6bfc29c12fb1.zip |
Add tool to trace system calls
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 485bdd47..e6cd7192 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -102,6 +102,7 @@ basic port could be small. * Fix [[`/proc/self`|hurd/translator/procfs/jkoenig/discussion#self]]. Look at `[glibc]/hurd/lookup-retry.c` for how [`FS_RETRY_MAGICAL` lookups|hurd/interface/dir_lookup]] work. +* Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see <http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html> <a name="porting"></a> ## Porting Packages |