stand: use globals for the kernel and module typesReviewed by: imp, kibPull Request: https://github.com/freebsd/freebsd-src/pull/1394
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
loader/uboot: Move to foo.ldconfigMove to the foo.ldconfig convention to match the rest of the bootloader. No functional change intended.Sponsored by: NetflixReviewed by: tsoome, kevansDiffe
loader/uboot: Move to foo.ldconfigMove to the foo.ldconfig convention to match the rest of the bootloader. No functional change intended.Sponsored by: NetflixReviewed by: tsoome, kevansDifferential Revision: https://reviews.freebsd.org/D44059
show more ...
libsa: Remove redundant sys/cdefs.hSponsored by: Netflix
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
stand: update prototypes for md_load and md_load64These are declared as extern in a number of files (some with the wrongreturn type). Centralize this in modinfo.h and remove a few extra straydecl
stand: update prototypes for md_load and md_load64These are declared as extern in a number of files (some with the wrongreturn type). Centralize this in modinfo.h and remove a few extra straydeclarations as well that are no longer used. No functional change.Note: I've not tried to cope with the bi_load() functions which are thesame logical thing. These will be handled separately.Sponsored by: Netflix
stand: s/libstand/libsa/g to catch up with renameWe renamed libstand to libsa years ago with the move from sys/boot tostand. Catch up in the comments.Sponsored by: Netflix
stand/uboot: Fix building of ubldr.binSponsored by: NetflixReviewed by: kevansDifferential Revision: https://reviews.freebsd.org/D34189
stand/uboot: reorgBuild uboot ubldr and friends like we build efi binarieso move everything to be under stand/ubooto md code goes in arch/$ARCHo move everything over from the library - Had to
stand/uboot: reorgBuild uboot ubldr and friends like we build efi binarieso move everything to be under stand/ubooto md code goes in arch/$ARCHo move everything over from the library - Had to rename console.c, disk.c and module.c due to conflictso update version to 1.5 to reflect the new way of buildingThis results in a more consistent build system and should represent nofunctional change, apart from powerpc version getting new helpfile. Also, moved to exlcuding uboot on powerpc64le by usingBROKEN_OPTION instead of the incidental exclusion we had before due toMakefile reorgs.Sponsored by: NetflixFeedback by: stevek, jrtc27Differential Revision: https://reviews.freebsd.org/D33362