summaryrefslogtreecommitdiff
path: root/sys/lkm
AgeCommit message (Expand)Author
2003-12-30Try to spell "NetBSD" correctly...simonb
2003-12-30Fix example lkms. The misc/example one was never converted to the newatatat
2003-11-24Add ethfoo LKM example. It implements a cloning interface for fakecube
2003-11-04Use the same trick as powerpc to resolve the 24-bit pc-relativescw
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-16Sprinkle more COMPAT_NETBSD32 for good cheer.christos
2003-10-16add -DCOMPAT_NETBSD32 so that it builds.christos
2003-10-16Add more compat options until this builds.christos
2003-09-20Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose.lukem
2003-09-13fix for non-objdir build. reported by tron.christos
2003-09-12add missing path.christos
2003-09-12Wrap overlong lines, fix indentation.tron
2003-09-12give this Makefile a chance to work, by eliminating unneeded complexity.christos
2003-09-12newed -DCOMPAT_IBCS2 now.christos
2003-09-12add the SYSV compat flags needed.christos
2003-09-08add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8).itojun
2003-09-07Adding "${.CURDIR}/../coda" to the path causes build failures if objecttron
2003-09-06switch over to DISPATCH(), it calls the 'load' entry point in rightjdolecek
2003-09-06simplify struct sysent handling a bit more; store old sysents beforejdolecek
2003-09-06ANSIfyjdolecek
2003-09-06switch to DISPATCH() - it now calls the 'load' routine in order we want herejdolecek
2003-09-06convert over to standard LKM macros; done by defining the VFSjdolecek
2003-09-06ANSIfyjdolecek
2003-09-06share lkminit_vfs.c with coda modulejdolecek
2003-09-04missing rcsidlukem
2003-09-04use LNFILES to simplify creation of symlinks in .OBJDIR for buildslukem
2003-09-02add coda5, sortdrochner
2003-09-02as requested by Jaromir Dolecek:drochner
2003-09-01make compilejdolecek
2003-08-18Add exec_setup_stack in execsw for lkm. Hi christos!oki
2003-08-01Rework how dependency generation is performed:lukem
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Another proc->lwp change.chris
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-04use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@"lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-05-03LKMs work on PowerPC nowadays, remove item from TODOjdolecek
2003-04-23The __wrap_* symbols need to become local symbols. If you have modulematt
2003-04-22also rewrite emul_find_interp() calls to include the ${COMPAT_UTIL_OVERRIDE}jdolecek
2003-04-02add LKM for file system SMBFSjdolecek
2003-03-27PR/20844: Iain Hibbert: PPP Compressors cannot be loaded as LKMchristos
2003-03-17build and install union LKM now that it worksjdolecek
2003-03-16move union filesystem code from sys/miscfs/union to sys/fs/unionjdolecek
2003-03-16need a prototype for union_lkmentry() to compilejdolecek
2003-03-15Make LFS LKM versions of ufs_makeinode and ufs_mkdir fail correctly.perseant
2003-03-04The IDT is an array of struct gate_descriptor.dsl
2003-02-19Add helper awk scripts for generating trampolines for PowerPC LKMs.matt
2003-02-19Follow changes in rev. 1.79 of sys/kern/exec_conf.cmartin
2003-02-06PPC_MPC6XX is now PPC_OEAmatt