summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procfs/ChangeLog6
-rw-r--r--procfs/Makefile30
-rw-r--r--procfs/bootstrap.c (renamed from bootstrap.c)0
-rw-r--r--procfs/netfs.c (renamed from netfs.c)0
-rw-r--r--procfs/node.c (renamed from node.c)0
-rw-r--r--procfs/procfs.c (renamed from procfs.c)0
-rw-r--r--procfs/procfs.h (renamed from procfs.h)0
-rw-r--r--procfs/procfs_dir.c (renamed from procfs_dir.c)0
-rw-r--r--procfs/procfs_nonpid_files.c (renamed from procfs_nonpid_files.c)0
-rw-r--r--procfs/procfs_pid.h (renamed from procfs_pid.h)0
-rw-r--r--procfs/procfs_pid_files.c (renamed from procfs_pid_files.c)0
11 files changed, 36 insertions, 0 deletions
diff --git a/procfs/ChangeLog b/procfs/ChangeLog
new file mode 100644
index 00000000..0cd74d02
--- /dev/null
+++ b/procfs/ChangeLog
@@ -0,0 +1,6 @@
+edb4593c38d421b5d538b221a991b50c36fdba15 is the last commit imported from CVS.
+All commits after that one have valid author and committer information.
+
+Use this to examine the change log for earlier changes:
+
+ $ git show edb4593c38d421b5d538b221a991b50c36fdba15:ChangeLog
diff --git a/procfs/Makefile b/procfs/Makefile
new file mode 100644
index 00000000..500a2371
--- /dev/null
+++ b/procfs/Makefile
@@ -0,0 +1,30 @@
+# Makefile - for procfs
+#
+# Copyright (C) 2008 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+dir := procfs
+makemode := server
+
+target = procfs
+
+SRCS = procfs.c bootstrap.c netfs.c procfs_dir.c node.c procfs_pid_files.c procfs_nonpid_files.c
+LCLHDRS = procfs.h procfs_pid.h
+
+OBJS = $(SRCS:.c=.o)
+HURDLIBS = netfs fshelp iohelp threads ports ihash ps shouldbeinlibc
+
+include ../Makeconf
diff --git a/bootstrap.c b/procfs/bootstrap.c
index 73d31f00..73d31f00 100644
--- a/bootstrap.c
+++ b/procfs/bootstrap.c
diff --git a/netfs.c b/procfs/netfs.c
index 4f6fd5ce..4f6fd5ce 100644
--- a/netfs.c
+++ b/procfs/netfs.c
diff --git a/node.c b/procfs/node.c
index f11fa7b0..f11fa7b0 100644
--- a/node.c
+++ b/procfs/node.c
diff --git a/procfs.c b/procfs/procfs.c
index 1fd0d619..1fd0d619 100644
--- a/procfs.c
+++ b/procfs/procfs.c
diff --git a/procfs.h b/procfs/procfs.h
index fa2fb7f7..fa2fb7f7 100644
--- a/procfs.h
+++ b/procfs/procfs.h
diff --git a/procfs_dir.c b/procfs/procfs_dir.c
index bd1e49d6..bd1e49d6 100644
--- a/procfs_dir.c
+++ b/procfs/procfs_dir.c
diff --git a/procfs_nonpid_files.c b/procfs/procfs_nonpid_files.c
index f1300666..f1300666 100644
--- a/procfs_nonpid_files.c
+++ b/procfs/procfs_nonpid_files.c
diff --git a/procfs_pid.h b/procfs/procfs_pid.h
index 566c83ea..566c83ea 100644
--- a/procfs_pid.h
+++ b/procfs/procfs_pid.h
diff --git a/procfs_pid_files.c b/procfs/procfs_pid_files.c
index 26a0af33..26a0af33 100644
--- a/procfs_pid_files.c
+++ b/procfs/procfs_pid_files.c