summaryrefslogtreecommitdiff
path: root/sys/lkm
AgeCommit message (Expand)Author
2001-12-14Fix a typo.thorpej
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-12define NOMAN= once, at the top levellukem
2001-12-12MKfoo=no -> NOfootv
2001-12-12one more - it would be nice to have LKMs actually working on PowerPC platformsjdolecek
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-26need compat_exec.c for some old a.out formatsjdolecek
2001-11-12add RCSIDslukem
2001-11-01Restructure to the lkm/compat/Makefile way - the tested & installedjdolecek
2001-11-01Fix botch in last commit which caused some of the "exec" LKMs not to betron
2001-10-31kill one more duplicatejdolecek
2001-10-31kill duplicatesjdolecek
2001-10-31svr4 compat LKMs work on i386jdolecek
2001-10-31add the compat_util.c goojdolecek
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-27change obsolete commentjdolecek
2001-10-27freebsd LKM works toojdolecek
2001-10-27Move the compat_util.c handling to lkm/compat/Makefile.inc. The usersjdolecek
2001-10-10enable aout lkm on sparc & i386mrg
2001-10-10framework to build an EXEC_AOUT module. tested on sparc64.mrg
2001-09-18g/c obsolete commentjdolecek
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-08vax1k_subr.c is gonechuck
2001-08-14build netbsd32, sunos32, svr4 and svr4_32 LKM's on sparc64.mrg
2001-08-05add arch/${MACHINE_CPU}/${MACHINE_CPU} for the arm portslukem
2001-07-24change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-07-18port this to 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
2001-06-06build an svr4_32 LKM. create common framework for svr4 & svr4_32mrg
2001-06-06make this build.mrg
2001-06-06define COMPAT_10 and COMPAT_13, add netbsd32_kern_sig.c and netbsd32_uvm_unix.c,mrg
2001-06-06add sunos32_machdep.c sunos_sigcode.s for MACHINE=sparc64mrg
2001-06-06build exec_elf.o LKM.mrg
2001-06-06an EXEC_ELF32 module, for sparc64.mrg
2001-06-05build svr4_32_elf exec module.mrg
2001-06-05svr4_32_elfmrg
2001-06-05this is sunos32 not sunosmrg
2001-06-01Add recently added linux_time.c to listjdolecek
2001-05-15remove use of gcc syntax for designated initialisers when initialisinglukem
2001-04-09Remove aoutm68k_misc.c from SRCS since it is only neededtsutsui
2001-03-21Remove -DVM86 from CPPFLAGS.tsutsui
2001-02-17catch up with netbsd32_netbsd.c split.mrg