summaryrefslogtreecommitdiffstats
path: root/sys/modules/pecoff
Commit message (Collapse)AuthorAgeFilesLines
* Removed -g from CFLAGS. There is a better way to build debuggingru2004-02-131-1/+1
| | | | | | versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped.
* opt_kstack_pages.h is not needed anymore. It would have been a Bad Thingpeter2002-09-081-1/+1
| | | | if it had been different to the running kernel.
* Unbreak the modules build:tmm2002-09-071-1/+1
| | | | | | | | | - add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module Makefile in the i386 case. The latter is needed by an i386-only file, the former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for architecture-dependent options, so I added it only for i386, although this file is also generated for the alpha). - add a dependency on opt_kstack_pages.h to the pecoff module Makefile.
* Zap some bad examples:peter2001-02-041-4/+0
| | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-5/+5
|
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+16
To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
OpenPOWER on IntegriCloud