History log of /netbsd/sys/compat/linux/arch/mips/linux_machdep.h (Results 1 – 11 of 11)
Revision Date Author Comments
# d0e9513e 20-Feb-2011 matt <matt@NetBSD.org>

Deal with differences in signal delivery between o32/n32/n64.


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# f2af9174 04-Dec-2007 dsl <dsl@NetBSD.org>

Remove all the __P


# 001ec142 11-Nov-2005 chs <chs@NetBSD.org>

include additional headers that are now needed.


# 477853c3 26-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 28debea3 15-Feb-2002 christos <christos@NetBSD.org>

- 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 li

- 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

show more ...


# 801da946 30-Sep-2001 manu <manu@NetBSD.org>

Implements parts of sysmips() and fctnl64() emulation


# 2207c506 22-Sep-2001 manu <manu@NetBSD.org>

Fixed errors in header files


# 27d1edf7 02-Sep-2001 manu <manu@NetBSD.org>

Added 64 bits support in header files.
All headers should be common to 32 bits MIPS and 64 bits MIPS now.


# 0a50dcba 26-Aug-2001 manu <manu@NetBSD.org>

Preliminary work on Linux/mips compatibility. More to come soon...