summaryrefslogtreecommitdiff
path: root/sys/compat/linux/files.linux
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-02-15 16:47:58 +0000
committerchristos <christos@NetBSD.org>2002-02-15 16:47:58 +0000
commit28debea38ad85de58db5aff6837a054954abe8a0 (patch)
tree58830ddc6d8ecd935c162d3d839f239cde09fb6d /sys/compat/linux/files.linux
parentd3d59b3e4f0917a72ee3b53e6e20305caa430c6d (diff)
- add a real linux_sys___sysctl because the mib numbers are different.
implement only the kernel version getting entries. - make the signal conversion functions consistent; dest is arg 1. - make linux_fakedev deal with block and char devices differently. - add linux_sys_ugetrlimit, and flesh out the regular get/setrlimit so that they work properly. - add linux_mmap2 [untested]. - bump kernel to 2.4.18, and make the date be valentine's day :-) - linux_sys_*stat64 family was totally busted. Fix it. tested only on i386. Status: gdb, telnet, work jdk-1.4.0 extractor works, jdk still coredumps. christos
Diffstat (limited to 'sys/compat/linux/files.linux')
-rw-r--r--sys/compat/linux/files.linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/files.linux b/sys/compat/linux/files.linux
index 600b6adf7b6..e259435de32 100644
--- a/sys/compat/linux/files.linux
+++ b/sys/compat/linux/files.linux
@@ -1,4 +1,4 @@
-# $NetBSD: files.linux,v 1.14 2001/05/13 20:54:42 manu Exp $
+# $NetBSD: files.linux,v 1.15 2002/02/15 16:47:58 christos Exp $
#
# Config file description for machine-independent Linux compat code.
# Included by ports that need it.
@@ -22,6 +22,7 @@ file compat/linux/common/linux_misc.c compat_linux
file compat/linux/common/linux_sched.c compat_linux
file compat/linux/common/linux_signal.c compat_linux
file compat/linux/common/linux_socket.c compat_linux
+file compat/linux/common/linux_sysctl.c compat_linux
file compat/linux/common/linux_termios.c compat_linux
file compat/linux/common/linux_uselib.c compat_linux & exec_aout
file compat/linux/common/linux_time.c compat_linux