diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-03-29 23:31:16 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-03-29 23:31:16 +0100 |
commit | 223adc426b9f0b761746a6febe212fd50356bca2 (patch) | |
tree | a0589bdb4f93d11745d3c4dfc229b41a3ba26428 /community/gsoc/procfs/procps.mdwn | |
parent | 2db8e04f6d97fcdcc9ce80e8e0449bcbf4ee34c8 (diff) | |
download | web-223adc426b9f0b761746a6febe212fd50356bca2.tar.gz web-223adc426b9f0b761746a6febe212fd50356bca2.tar.bz2 web-223adc426b9f0b761746a6febe212fd50356bca2.zip |
community/gsoc/procfs/* -> hurd/translator/procfs/*
Diffstat (limited to 'community/gsoc/procfs/procps.mdwn')
-rw-r--r-- | community/gsoc/procfs/procps.mdwn | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/community/gsoc/procfs/procps.mdwn b/community/gsoc/procfs/procps.mdwn deleted file mode 100644 index 60b061a9..00000000 --- a/community/gsoc/procfs/procps.mdwn +++ /dev/null @@ -1,69 +0,0 @@ -[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] - -[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable -id="license" text="Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no Invariant -Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU_Free_Documentation_License|/fdl]]."]]"""]] - -<pre> -open("/proc/stat", O_RDONLY) = 3 - -open("/proc/self/stat", O_RDONLY) = 3 - -open("/proc/uptime", O_RDONLY) = 3 - -open("/proc/sys/kernel/pid_max", O_RDONLY) = 4 - -open("/proc/meminfo", O_RDONLY) = 4 - -open("/proc", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 5 - -open("/proc/1/stat", O_RDONLY) = 6 - -open("/proc/1/status", O_RDONLY) = 6 - -open("/proc/1/cmdline", O_RDONLY) = 6 - -open("/proc/2/stat", O_RDONLY) = 6 - -open("/proc/2/status", O_RDONLY) = 6 - -open("/proc/2/cmdline", O_RDONLY) = 6 - -open("/proc/3/stat", O_RDONLY) = 6 - -open("/proc/3/status", O_RDONLY) = 6 - -open("/proc/3/cmdline", O_RDONLY) = 6 - -(...) - -open("/proc/6758/stat", O_RDONLY) = 6 - -open("/proc/6758/status", O_RDONLY) = 6 - -open("/proc/6758/cmdline", O_RDONLY) = 6 - -open("/proc/6768/stat", O_RDONLY) = 6 - -open("/proc/6768/status", O_RDONLY) = 6 - -open("/proc/6768/cmdline", O_RDONLY) = 6 - -open("/proc/6776/stat", O_RDONLY) = 6 - -open("/proc/6776/status", O_RDONLY) = 6 - -open("/proc/6776/cmdline", O_RDONLY) = 6 - -open("/proc/tty/drivers", O_RDONLY) = 6 - -open("/proc/6780/stat", O_RDONLY) = 6 - -open("/proc/6780/status", O_RDONLY) = 6 - -(...) -</pre> |