summaryrefslogtreecommitdiff
path: root/sys/modules/aout
Commit message (Collapse)AuthorAgeFilesLines
* I completely fubared this. An empty EXPORT_SYMS= is not valid. I know IPeter Wemm2002-09-111-2/+0
| | | | | | | | | | build this several times, and even tested loaded the module. I must have changed something right before commit. Pointed out by: bde Notes: svn path=/head/; revision=103226
* opt_kstack_pages.h is not needed anymore. It would have been a Bad ThingPeter Wemm2002-09-081-1/+1
| | | | | | | if it had been different to the running kernel. Notes: svn path=/head/; revision=103089
* Add an a.out exec module.Peter Wemm2002-09-071-0/+11
Notes: svn path=/head/; revision=103052