Check the error of lfs_write_ext before gathering the block. Avoids an
assert failure "tbp->b_flags & B_LOCKED" when a read-write mount is remounted
read-only.
[NFC][Clang][Test] Drop calling convention check from address-space-conversions.cpp (#167261)
Calling convention is irrelevant to address space verification and adds
complixity for other target triples.
[Object] Add getRISCVVendorRelocationTypeName to render RISCV vendor-specific relocations to strings. (#168293)
This will be used in places like LLD to render them for error messages.
efi.h: Bring in sys/types.h explicitly now
sys/types.h used to be brought in through namespace pollution, but no
more.
Fixes: 43b8edb32051
Sponsored by: Netflix
efi.h: Bring in sys/types.h explicitly now
sys/types.h used to be brought in through namespace pollution, but no
more.
Fixes: 43b8edb32051
Sponsored by: Netflix
sys/efi_map.h: This is a kernel-only file
Slap a #ifdef _KERNEL around it all since it's useless to userland.
Fixes: 43b8edb32051
Sponsored by: Netflix
sys/efi_map.h: This is a kernel-only file
Slap a #ifdef _KERNEL around it all since it's useless to userland.
Fixes: 43b8edb32051
Sponsored by: Netflix
Add a sample xorg.conf that shows how to set the video driver.
This is mainly so that I don't have to look up how to configure
xorg to use wsfb every time I try out a new machine.
net/wifi-firmware-kmod: update additional MASTER_SITES entries
The fallback list of geolocated servers is outdated.
Update with current set discovered using the RIPE Atlas service.
PR: 290898
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D53678
net/wifi-firmware-kmod: update additional MASTER_SITES entries
The fallback list of geolocated servers is outdated.
Update with current set discovered using the RIPE Atlas service.
PR: 290898
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D53678
[AMDGPU] TableGen-erate SDNode descriptions (#168248)
This allows SDNodes to be validated against their expected type profiles
and reduces the number of changes required to add a new node.
Autogenerated node names start with "AMDGPUISD::", hence the changes in
the tests.
The few nodes defined in R600.td are *not* imported because TableGen
processes AMDGPU.td that doesn't include R600.td. Ideally, we would have
two sets of nodes, but that would require careful reorganization of td
files since some nodes are shared between AMDGPU/R600. Not sure if it
something worth looking into.
Some nodes fail validation, those are listed in
`AMDGPUSelectionDAGInfo::verifyTargetNode()`.
Part of #119709.
Pull Request: https://github.com/llvm/llvm-project/pull/168248
edk2: Fix fdt build
x86 doesn't use FDT things by default, but aarch64 does. I thought I'd
built the loader on aarch64 to test the EDK2 all the things series, but
apparently not. This fixes the aarch64 build.
Fixes: 43b8edb32051
Sponsored by: Netflix
edk2: Fix fdt build
x86 doesn't use FDT things by default, but aarch64 does. I thought I'd
built the loader on aarch64 to test the EDK2 all the things series, but
apparently not. This fixes the aarch64 build.
Fixes: 43b8edb32051
Sponsored by: Netflix
edk2: Bring in Guid/Fdt.h
This one is from EmbeddedPkg/Include/Guid/Fdt.h, which is our first
EmbeddedPkg addition. For the moment, I'm doing this as an ad-hoc basis,
but in the next import may need to reconsider the strategy.
Sponsored by: Netflix
edk2: Bring in Guid/Fdt.h
This one is from EmbeddedPkg/Include/Guid/Fdt.h, which is our first
EmbeddedPkg addition. For the moment, I'm doing this as an ad-hoc basis,
but in the next import may need to reconsider the strategy.
Sponsored by: Netflix
x11/xfce4-screensaver: Use pgrep instead of pidof
Import patch accepted upstream to use pgrep, instead of pidof, which
is not a dependency of this port.
Use switching from the screen saver should be fixed by this change.
PR: 290766
Obtained from: https://gitlab.xfce.org/apps/xfce4-screensaver/-/merge_requests/58
x11/xfce4-screensaver: Use pgrep instead of pidof
Import patch accepted upstream to use pgrep, instead of pidof, which
is not a dependency of this port.
Use switching from the screen saver should be fixed by this change.
PR: 290766
Obtained from: https://gitlab.xfce.org/apps/xfce4-screensaver/-/merge_requests/58