summaryrefslogtreecommitdiff
path: root/sys/lkm/compat
AgeCommit message (Expand)Author
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-16add -DCOMPAT_NETBSD32 so that it builds.christos
2003-10-16Add more compat options until this builds.christos
2003-09-12Wrap overlong lines, fix indentation.tron
2003-09-12newed -DCOMPAT_IBCS2 now.christos
2003-09-12add the SYSV compat flags needed.christos
2003-08-01Rework how dependency generation is performed:lukem
2003-04-22also rewrite emul_find_interp() calls to include the ${COMPAT_UTIL_OVERRIDE}jdolecek
2003-03-04The IDT is an array of struct gate_descriptor.dsl
2003-02-06PPC_MPC6XX is now PPC_OEAmatt
2002-11-30add basic framework to build compat_irix LKMjdolecek
2002-11-28add freebsd_fork.cjdolecek
2002-11-23deal with the .s -> .S change for i386lha
2002-10-06Adjust callers to setgate() to match new prototype.fvdl
2002-06-02Revert rev. 1.10 of Makefile and fix the problem properly by addingthorpej
2002-06-01not sure if it is right, but svr4_sigcode.s does not compile on i386 without it.itojun
2002-05-19make compat_linux LKM buildable on macppcjdolecek
2002-04-10Fix a file name.mycroft
2002-04-10Fix SRCS so this compiles again.mycroft
2002-04-01Now linux_sigarray.c is included by newly created linux_signo.c.enami
2002-03-29Use compat_util with overriding.kent
2002-03-27Copy syscall entries for SYSVSHM to syncronize kernel option.kent
2002-03-25Introduce a new LKM `compat_pecoff'kent
2002-02-23Add linux_sysctl.cfvdl
2002-02-16The linux lkm doesn't compile anymore on m68kis
2002-02-10use MACHINE_ARCH for sparc & sparc64.mrg
2002-02-10look in sys/arch/${MACHINE}/${MACHINE} as well as ${MACHINE_ARCH}mrg
2002-02-10build svr4_sigcode.s on sparcmrg
2002-02-10build sunos_machdep.c and sunos_sigcode.s on sparc & sparc64mrg
2002-02-10don't build compat_aout LKM; hasn't been tested.mrg
2001-12-13YANOMAN=lukem
2001-12-12define NOMAN= once, at the real top level of lkmlukem
2001-12-12define NOMAN= once, at the top levellukem
2001-12-12MKfoo=no -> NOfootv
2001-12-10Update for core dump changes.thorpej
2001-12-10MACHINE_ARCH -> MACHINE_CPUgmcgarry
2001-12-10Pull in <bsd.own.mk> early so we can use MACHINE_CPU. Usegmcgarry
2001-12-08Update for "coredumps now exec-format/emulation specific".thorpej
2001-11-12add RCSIDslukem
2001-10-31kill duplicatesjdolecek
2001-10-31svr4 compat LKMs work on i386jdolecek
2001-10-31Add the COMPAT_UTIL_OVERRIDE stuff, and (commented out) COMPAT_43 stuffjdolecek
2001-10-31For i386, set gate for fasttraps appropriately when loaded (andjdolecek
2001-10-27freebsd LKM works toojdolecek
2001-10-27Move the compat_util.c handling to lkm/compat/Makefile.inc. The usersjdolecek
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-08-14build netbsd32, sunos32, svr4 and svr4_32 LKM's on sparc64.mrg
2001-07-04Add -DINET6 to CPPFLAGS, so that the check for pre-RFC2553 sockaddr_in6jdolecek
2001-06-19Add linux_trap.c for i386jdolecek
2001-06-06build svr4 & svr4_32 on sparc64.mrg