Peter Korsgaard
Peter Korsgaard
meson.build has the following logic: ``` if not meson.is_subproject() git = find_program('git', required: false) if git.found() run_command(git, 'config', '--local', 'core.hooksPath', meson.source_root()/'.hooks', check: false) endif endif ``` Which isn't great when...
arc4random(3) is problematic to use during early boot, as it (as implemented by glibc or libbsd) uses getrandom(2) without the GRND_NONBLOCK flag, causing it to block until the kernel entropy...
Bootgen embeds an old version of flex, but uses the system include syntax (#include ) to reference it, causing conflicts on systems with the development headers for a modern flex...
Bootgen embeds an old version of flex, but uses the system include syntax (#include ) to reference it, causing conflicts on systems with the development headers for a modern flex...
Commit edb1f978f719b (vid_phy_ctrl:hdmi_gt_ctrl: Generate Channels only if connected to DP/HDMI) broke the vid_phy direction setting as it set the 4th cell to 1 instead of 0. As specified by the...