#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
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
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, 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 <ngie@FreeBSD.org> |
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_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 |
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
129d3046 |
| 05-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Import ACPICA 20090521.
|
#
aaac7452 |
| 03-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Chase ACPICA API changes (for kernel and boot loader).
|
Revision tags: 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 |
|
#
ad3cf350 |
| 30-May-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Dike out WARNS from kernel module makefiles. Kernels and modules use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects.
Submitted by: bde (I th
Dike out WARNS from kernel module makefiles. Kernels and modules use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects.
Submitted by: bde (I think it means "submitted")
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
e9948397 |
| 13-Dec-2004 |
Scott Long <scottl@FreeBSD.org> |
Remove the addition of ACPI_DEBUG that was accidentally added in the last commit.
|
#
e97cb7b1 |
| 13-Dec-2004 |
Scott Long <scottl@FreeBSD.org> |
Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG
|
#
c2aed512 |
| 15-Nov-2004 |
Warner Losh <imp@FreeBSD.org> |
After discussions with Nate, repo copy the acpi assist drivers from i386 to dev/acpi_support. In theory, these devices could be found other than in i386 machines only as amd64 becomes more popular.
After discussions with Nate, repo copy the acpi assist drivers from i386 to dev/acpi_support. In theory, these devices could be found other than in i386 machines only as amd64 becomes more popular. These drivers don't appear to do anything i386 specific, so move them to dev/acpi_support. Move config lines to files so that those architectures that don't support kernel modules can build them into the kernel. At the same time, rename acpi_snc to acpi_sony to follow the lead of all the other specialty devices.
show more ...
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
fdae98ec |
| 03-Aug-2004 |
Nate Lawson <njl@FreeBSD.org> |
Bump WARNS to 2 for all other ACPI drivers and minor cleanup.
|
#
14bb3e5e |
| 29-Jun-2004 |
Nate Lawson <njl@FreeBSD.org> |
Add acpi_if.h dependencies to module build.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
647e5349 |
| 23-Apr-2004 |
Philip Paeps <philip@FreeBSD.org> |
Enable the led-toggling magic. Compiling files which are in the kernel into modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway?
Has anyone see
Enable the led-toggling magic. Compiling files which are in the kernel into modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway?
Has anyone seen the pointy hat? :-o
Approved by: njl (mentor)
show more ...
|
#
a2c4a178 |
| 22-Apr-2004 |
Philip Paeps <philip@FreeBSD.org> |
Missed this out in my last commit. Makefile for the acpi_asus driver.
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
129d3046 |
| 05-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Import ACPICA 20090521.
|
#
aaac7452 |
| 03-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Chase ACPICA API changes (for kernel and boot loader).
|
Revision tags: 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 |
|
#
ad3cf350 |
| 30-May-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Dike out WARNS from kernel module makefiles. Kernels and modules use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects.
Submitted by: bde (I th
Dike out WARNS from kernel module makefiles. Kernels and modules use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects.
Submitted by: bde (I think it means "submitted")
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
e9948397 |
| 13-Dec-2004 |
Scott Long <scottl@FreeBSD.org> |
Remove the addition of ACPI_DEBUG that was accidentally added in the last commit.
|
#
e97cb7b1 |
| 13-Dec-2004 |
Scott Long <scottl@FreeBSD.org> |
Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG
|
#
c2aed512 |
| 15-Nov-2004 |
Warner Losh <imp@FreeBSD.org> |
After discussions with Nate, repo copy the acpi assist drivers from i386 to dev/acpi_support. In theory, these devices could be found other than in i386 machines only as amd64 becomes more popular.
After discussions with Nate, repo copy the acpi assist drivers from i386 to dev/acpi_support. In theory, these devices could be found other than in i386 machines only as amd64 becomes more popular. These drivers don't appear to do anything i386 specific, so move them to dev/acpi_support. Move config lines to files so that those architectures that don't support kernel modules can build them into the kernel. At the same time, rename acpi_snc to acpi_sony to follow the lead of all the other specialty devices.
show more ...
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
fdae98ec |
| 03-Aug-2004 |
Nate Lawson <njl@FreeBSD.org> |
Bump WARNS to 2 for all other ACPI drivers and minor cleanup.
|
#
14bb3e5e |
| 29-Jun-2004 |
Nate Lawson <njl@FreeBSD.org> |
Add acpi_if.h dependencies to module build.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
647e5349 |
| 23-Apr-2004 |
Philip Paeps <philip@FreeBSD.org> |
Enable the led-toggling magic. Compiling files which are in the kernel into modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway?
Has anyone see
Enable the led-toggling magic. Compiling files which are in the kernel into modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway?
Has anyone seen the pointy hat? :-o
Approved by: njl (mentor)
show more ...
|