|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0 |
|
| #
4e730560 |
| 22-Oct-2012 |
Eitan Adler <[email protected]> |
Finish migration of MAINTAINER entries
Approved by: cperciva MFC after: 3 days
|
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
| #
375ce679 |
| 03-Mar-2006 |
Yaroslav Tykhiy <[email protected]> |
Take the functionality contained in the former "options TDFX_LINUX" into a separate module. Accordingly, convert the option into a device named similarly.
Note for MFC: Perhaps the option should st
Take the functionality contained in the former "options TDFX_LINUX" into a separate module. Accordingly, convert the option into a device named similarly.
Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons.
Suggested by: scottl Reviewed by: cokane MFC after: 5 days
show more ...
|
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
| #
82292344 |
| 14-Oct-2005 |
Yaroslav Tykhiy <[email protected]> |
Let modules use the kernel's opt_*.h files if built along with the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all i
Let modules use the kernel's opt_*.h files if built along with the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel.
Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other.
Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
show more ...
|
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0 |
|
| #
05ca2115 |
| 27-Mar-2001 |
Coleman Kane <[email protected]> |
Remove NOMAN
|
| #
205a48f7 |
| 04-Feb-2001 |
Peter Wemm <[email protected]> |
Zap some bad examples: opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
|
| #
93cd41f7 |
| 29-Jan-2001 |
Peter Wemm <[email protected]> |
Zap silly #if NPCI > 0 and the hoops that we jump through for the module case. Use an 'and' case in conf/files so that it only gets compiled if pci is present.
|
| #
c68159a6 |
| 06-Jan-2001 |
David E. O'Brien <[email protected]> |
Use a consistent style and one much closer to the rest of /usr/src
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
| #
05c313d4 |
| 28-Aug-2000 |
Marcel Moolenaar <[email protected]> |
Don't enable Linuxulator support if not on an i386.
PR: 20873 Submitted by: Christian Weisgerber <[email protected]>
|
| #
c546ab55 |
| 06-Aug-2000 |
Coleman Kane <[email protected]> |
Fix clean to remove pci.h Numerous style fixes
Submitted by: Marcel Moolenaar <[email protected]>
|
|
Revision tags: release/4.1.0 |
|
| #
ffb7ea49 |
| 25-Jun-2000 |
Coleman Kane <[email protected]> |
Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x DRI support is ready for us, as per Doug Rabson's request <dfr>.
|
|
Revision tags: release/3.5.0_cvs |
|
| #
0debd63a |
| 23-Jun-2000 |
Coleman Kane <[email protected]> |
Finish up the fixing of the linux ioctl stuff. Add line to remove the dev entry upon unload.
Fix the module makefile.
|
| #
ad2095d0 |
| 23-Jun-2000 |
Coleman Kane <[email protected]> |
Fixed trouble with linux emu, not it should work in the module. Removed unnecessary warning message too.
|
| #
a7769538 |
| 22-Jun-2000 |
Coleman Kane <[email protected]> |
Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG. Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically a
Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG. Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically alright though.
show more ...
|
| #
365b4833 |
| 21-Jun-2000 |
Coleman Kane <[email protected]> |
Add a kld to correlate with my committ of the voodoo driver (tdfx).
|