aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aout
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* 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