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