This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sbin
/
modload
History
ross
a75e5e7741
Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is
...
the netbsd convention. Rig the old test temporarily to a #error sanity check.
2006-07-08 05:49:01 +00:00
..
a.out.c
remove obsolete "register" declarations.
2005-02-06 06:13:47 +00:00
elf.c
Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is
2006-07-08 05:49:01 +00:00
Makefile
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
modload.8
In the DIAGNOSTICS section, document that mismatched LKM and kernel
2006-03-24 00:38:23 +00:00
modload.c
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
modload.h
it's not correct to use MAXPATHNAME-sized buffer for link command, as
2004-02-11 18:42:37 +00:00
pathnames.h
…