summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files.alpha4
-rw-r--r--sys/conf/files.i38612
-rw-r--r--sys/conf/files.pc9812
-rw-r--r--sys/i386/conf/NOTES3
5 files changed, 26 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index eb453da..7ff4014 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2572,6 +2572,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index df14988..a2693c2 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -178,6 +178,10 @@ compat/linux/linux_signal.c optional compat_linux
compat/linux/linux_socket.c optional compat_linux
compat/linux/linux_stats.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
+compat/linprocfs/linprocfs_misc.c optional linprocfs
+compat/linprocfs/linprocfs_subr.c optional linprocfs
+compat/linprocfs/linprocfs_vfsops.c optional linprocfs
+compat/linprocfs/linprocfs_vnops.c optional linprocfs
dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
dev/dec/mcclock.c optional mcclock
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 845e85a..3cec3f9 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -65,20 +65,24 @@ compat/linux/linux_signal.c optional compat_linux
compat/linux/linux_socket.c optional compat_linux
compat/linux/linux_stats.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
-compat/pecoff/imgact_pecoff.c optional pecoff_support
+compat/linprocfs/linprocfs_misc.c optional linprocfs
+compat/linprocfs/linprocfs_subr.c optional linprocfs
+compat/linprocfs/linprocfs_vfsops.c optional linprocfs
+compat/linprocfs/linprocfs_vnops.c optional linprocfs
+compat/pecoff/imgact_pecoff.c optional pecoff_support
compat/svr4/imgact_svr4.c optional compat_svr4
compat/svr4/svr4_fcntl.c optional compat_svr4
compat/svr4/svr4_filio.c optional compat_svr4
compat/svr4/svr4_ioctl.c optional compat_svr4
compat/svr4/svr4_ipc.c optional compat_svr4
-compat/svr4/svr4_misc.c optional compat_svr4
+compat/svr4/svr4_misc.c optional compat_svr4
compat/svr4/svr4_resource.c optional compat_svr4
compat/svr4/svr4_signal.c optional compat_svr4
compat/svr4/svr4_socket.c optional compat_svr4
compat/svr4/svr4_sockio.c optional compat_svr4
-compat/svr4/svr4_stat.c optional compat_svr4
+compat/svr4/svr4_stat.c optional compat_svr4
compat/svr4/svr4_stream.c optional compat_svr4
-compat/svr4/svr4_syscallnames.c optional compat_svr4
+compat/svr4/svr4_syscallnames.c optional compat_svr4
compat/svr4/svr4_sysent.c optional compat_svr4
compat/svr4/svr4_sysvec.c optional compat_svr4
compat/svr4/svr4_termios.c optional compat_svr4
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index ad8ba44..8655b21 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -62,20 +62,24 @@ compat/linux/linux_signal.c optional compat_linux
compat/linux/linux_socket.c optional compat_linux
compat/linux/linux_stats.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
-compat/pecoff/imgact_pecoff.c optional pecoff_support
+compat/linprocfs/linprocfs_misc.c optional linprocfs
+compat/linprocfs/linprocfs_subr.c optional linprocfs
+compat/linprocfs/linprocfs_vfsops.c optional linprocfs
+compat/linprocfs/linprocfs_vnops.c optional linprocfs
+compat/pecoff/imgact_pecoff.c optional pecoff_support
compat/svr4/imgact_svr4.c optional compat_svr4
compat/svr4/svr4_fcntl.c optional compat_svr4
compat/svr4/svr4_filio.c optional compat_svr4
compat/svr4/svr4_ioctl.c optional compat_svr4
compat/svr4/svr4_ipc.c optional compat_svr4
-compat/svr4/svr4_misc.c optional compat_svr4
+compat/svr4/svr4_misc.c optional compat_svr4
compat/svr4/svr4_resource.c optional compat_svr4
compat/svr4/svr4_signal.c optional compat_svr4
compat/svr4/svr4_socket.c optional compat_svr4
compat/svr4/svr4_sockio.c optional compat_svr4
-compat/svr4/svr4_stat.c optional compat_svr4
+compat/svr4/svr4_stat.c optional compat_svr4
compat/svr4/svr4_stream.c optional compat_svr4
-compat/svr4/svr4_syscallnames.c optional compat_svr4
+compat/svr4/svr4_syscallnames.c optional compat_svr4
compat/svr4/svr4_sysent.c optional compat_svr4
compat/svr4/svr4_sysvec.c optional compat_svr4
compat/svr4/svr4_termios.c optional compat_svr4
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index eb453da..7ff4014 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2572,6 +2572,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX
OpenPOWER on IntegriCloud