Base.h: Ifdef out always char purity test.
Now that we've moved to always using this, it turns out the the funky
thing we have for L'a' is everywhere. Removing this check until I can
sort it out. This breaks the build on armv7 otherwise.
Fixes: 43b8edb32051
Sponsored by: Netflix
emulators/wine-devel: Update 10.18 => 10.19
Changelog:
- Support for reparse points.
- More support for WinRT exceptions.
- Refactoring of Common Controls after the v5/v6 split.
- Typed Arrays support in JScript.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.19
Remove files/patch-dlls_ntdll_unix_signal__i386.c since the issue was
fixed upstream.
Re-order GECKO and MONO at the end.
PR: 291049
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.