summaryrefslogtreecommitdiffstats
path: root/sys/modules/pecoff
Commit message (Collapse)AuthorAgeFilesLines
* 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