NetBSD/sys/lkm
lukem 6cb5e77db5 remove use of gcc syntax for designated initialisers when initialising
unions `union_elem: ...', and use c99 syntax `.union_elem = ...' only
where necessary.
in this case, there's no need to tag elf_probe_func because that's the
first union element, and therefore, the implicit case. only specifically
mention ecoff_probe_func where necessary.

if we decide to not use this c99 feature for now, at least there's now
less stuff to rip out.
2001-05-15 02:00:12 +00:00
..
arch
compat Remove aoutm68k_misc.c from SRCS since it is only needed 2001-04-09 16:03:22 +00:00
exec remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
misc bring in 'syscall' and 'misc' example modules from former /usr/share/lkm, 2000-12-11 13:48:10 +00:00
netinet expose the definitions of MIN() and MAX() in sys/param.h to the kernel 2001-02-05 10:42:40 +00:00
syscall adapt to struct sysent change 2001-01-27 17:06:31 +00:00
vfs Make this LKM work again by building "ntfs_conv.c". 2001-02-16 10:07:02 +00:00
Makefile bring in 'syscall' and 'misc' example modules from former /usr/share/lkm, 2000-12-11 13:48:10 +00:00
Makefile.inc
TODO binary emulations are now loadable, the necessary framework changes are 2000-12-08 23:08:35 +00:00