| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in current:
(cherry picked from commit 031beb4e239b)
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
would be picked up for kernel builds, it isn't picked up for
old-fashioned builds. Without this option, PCI bus numbers are busted
for modules build iteratively.
Notes:
svn path=/head/; revision=277162
|
| |
|
|
|
|
|
|
| |
are some rough edges with this still, but it seems to work well enough
to commit.
Notes:
svn path=/head/; revision=153811
|
| |
|
|
|
|
|
|
|
|
|
| |
intermodule communication is done via kobj calls. If anything
currently depends on them, let it break so that we can fix it. Maybe
we'll need to export some of the card_if.c or power_if.c symbols, but
I think those should be in the base kernel (since all *_if.c should be
in the base kernel for just these reasons).
Notes:
svn path=/head/; revision=89271
|
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
|
|
|
|
| |
not clear enough, will require additional analysis, or will
require some input from their maintainers.
Notes:
svn path=/head/; revision=89245
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
| |
|
|
|
|
|
|
|
| |
- Make pccbb/cardbus kld loadable and unloadable.
- Make pccbb/cardbus use the power interface from pccard instead of inventing its own.
- some other minor fixes
Notes:
svn path=/head/; revision=69288
|
| |
|
|
|
|
|
| |
encoding the relative path.
Notes:
svn path=/head/; revision=60966
|
| |
|
|
|
|
|
|
|
|
| |
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
Notes:
svn path=/head/; revision=59951
|
| |
|
|
|
|
|
|
| |
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Notes:
svn path=/head/; revision=53846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53409
|
|
|
to build these to be committed next.
Again, not added to sys/modules/Makefile
Notes:
svn path=/head/; revision=53340
|