|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
031beb4e |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
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 <[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
|
| #
aabc5ce0 |
| 07-Nov-2016 |
Oleksandr Tymoshenko <[email protected]> |
Refactor FDT part of gpioled driver
- Split driver in two parts: FDT and non-FDT - Instead of reattach gpioled nodes to GPIO bus use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as parre
Refactor FDT part of gpioled driver
- Split driver in two parts: FDT and non-FDT - Instead of reattach gpioled nodes to GPIO bus use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as parrent buses
Reviewed by: loos Differential Revision: https://reviews.freebsd.org/D8233
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
606efbc7 |
| 27-May-2016 |
Ian Lepore <[email protected]> |
Fix parallel builds by specifying *all* required headers in SRCS.
Submitted by: manu Pointy hat: ian
|
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
de290ab8 |
| 27-Feb-2014 |
Luiz Otavio O Souza <[email protected]> |
Inspired by r262522, fix make depend. This fixes the build of gpio modules.
Approved by: adrian (mentor)
|
|
Revision tags: 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 |
|
| #
3cf391a1 |
| 15-Jan-2012 |
Adrian Chadd <[email protected]> |
Allow building the GPIO bus and associated bits as modules.
This is primarily done to save a few bytes here and there on embedded systems with limited flash space for kernels - a very limited (sub-1
Allow building the GPIO bus and associated bits as modules.
This is primarily done to save a few bytes here and there on embedded systems with limited flash space for kernels - a very limited (sub-1MB) space may be available for the kernel and may only support gzip encoding. The rootfs can be LZMA compressed.
show more ...
|