| #
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
|
| #
031beb4e
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
e532a999
|
| 20-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349234
Sponsored by: The FreeBSD Foundation
|
| #
f68801df
|
| 12-Jun-2019 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Stop using .OODATE for extracting firmware.
This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not
Stop using .OODATE for extracting firmware.
This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism.
MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC
show more ...
|
| #
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
|
| #
031beb4e
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
e532a999
|
| 20-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349234
Sponsored by: The FreeBSD Foundation
|
| #
f68801df
|
| 12-Jun-2019 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Stop using .OODATE for extracting firmware.
This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not
Stop using .OODATE for extracting firmware.
This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism.
MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC
show more ...
|
| #
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
|
| #
03a462b4
|
| 30-Jul-2013 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
Fix up paths after r253790. While here, use $? contraction.
Reported by: O. Hartmann
|
| #
a99fe630
|
| 30-Jul-2013 |
Rui Paulo <rpaulo@FreeBSD.org> |
Move runfw to modules/usb. While there, respect MK_SOURCELESS_UCODE.
Discussed with: kevlo
|
| #
db581564
|
| 21-Jun-2013 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
Rename run(4) firmware file from runfw to run.fw. Previous name was the same as top-level target name for "device runfw" kernel option and caused cyclic dependancy that lead to kernel build breakage
Rename run(4) firmware file from runfw to run.fw. Previous name was the same as top-level target name for "device runfw" kernel option and caused cyclic dependancy that lead to kernel build breakage
Module change is not strictly required and done for name unification sake
PR: conf/175751 Submitted by: Issei <i10a at herbmint.jp>
show more ...
|
| #
abbf4335
|
| 29-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
Uuencode the rt2870 firmware into ascii like the other firmware blobs.
|
| #
069f1a80
|
| 28-Jan-2010 |
Andrew Thompson <thompsa@FreeBSD.org> |
Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
This driver was written for OpenBSD by Damien Bergamini and ported over by Akinori Furukoshi.
|