#
c7581d76 |
| 20-May-2024 |
Warner Losh <imp@FreeBSD.org> |
loader: fix stupid typos
Sponsored by: Netflix
|
#
6e28b4aa |
| 19-May-2024 |
Warner Losh <imp@FreeBSD.org> |
uboot: Use c99 initializers for the console struct
Sponsored by: Netflix
|
Revision tags: release/13.3.0 |
|
#
3e15b01d |
| 22-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
libsa: Remove redundant sys/cdefs.h
Sponsored by: Netflix
|
#
dcc20bce |
| 28-Jan-2024 |
Warner Losh <imp@FreeBSD.org> |
stand: Use modern function definitions
Use modern function definitions for functions with no args.
Sponsored by: Netflix
|
Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
9dc70af8 |
| 15-Dec-2021 |
Warner Losh <imp@FreeBSD.org> |
stand/uboot: reorg
Build uboot ubldr and friends like we build efi binaries o move everything to be under stand/uboot o md code goes in arch/$ARCH o move everything over from the library - Had to
stand/uboot: reorg
Build uboot ubldr and friends like we build efi binaries o move everything to be under stand/uboot o md code goes in arch/$ARCH o move everything over from the library - Had to rename console.c, disk.c and module.c due to conflicts o update version to 1.5 to reflect the new way of building
This results in a more consistent build system and should represent no functional change, apart from powerpc version getting new help file. Also, moved to exlcuding uboot on powerpc64le by using BROKEN_OPTION instead of the incidental exclusion we had before due to Makefile reorgs.
Sponsored by: Netflix Feedback by: stevek, jrtc27 Differential Revision: https://reviews.freebsd.org/D33362
show more ...
|