|
Revision tags: 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, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0 |
|
| #
ab3626d5 |
| 06-Nov-2002 |
Yoshihiro Takahashi <[email protected]> |
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
|
|
Revision tags: release/4.6.2 |
|
| #
17d6c636 |
| 11-Jan-2002 |
Ruslan Ermilov <[email protected]> |
Drop <bsd.man.mk> support from <bsd.kmod.mk>.
Not objected to by: -current
|
| #
3de6da9c |
| 09-Aug-2001 |
Peter Wemm <[email protected]> |
Build modules from the main src/sys tree. Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason.
|
|
Revision tags: release/4.3.0 |
|
| #
50697145 |
| 22-Jan-2001 |
Yoshihiro Takahashi <[email protected]> |
Added PC-98 apm support.
Submitted by: MURAMATSU Atsushi <[email protected]>
|
| #
c68159a6 |
| 06-Jan-2001 |
David E. O'Brien <[email protected]> |
Use a consistent style and one much closer to the rest of /usr/src
|
| #
64db83a8 |
| 27-May-2000 |
Peter Wemm <[email protected]> |
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of encoding the relative path.
|
| #
56ca3996 |
| 04-May-2000 |
Peter Wemm <[email protected]> |
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. Thi
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. 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.
show more ...
|
| #
472a4993 |
| 02-Oct-1999 |
Nick Sayer <[email protected]> |
Add the apm_saver syscons screen saver module.
apm_saver uses the apm_display() routine from the apm system to "suspend" the "display" part of the machine.
This is beneficial for some laptops (or o
Add the apm_saver syscons screen saver module.
apm_saver uses the apm_display() routine from the apm system to "suspend" the "display" part of the machine.
This is beneficial for some laptops (or other machines with non-traditional displays) that choke on the 'green' saver's effect.
Another way of looking at this is that it's the same as a screen saver that does an 'apm -d 0' to blank the display and an 'apm -d 1' to bring it back. One probably ought to use these commands to make sure the effect will be correct before using it unattended.
show more ...
|