summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/arch
AgeCommit message (Expand)Author
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-28LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.hAndreas Kling
2022-12-28LibC: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2021-12-29LibC: Make regs.h work with compilers without conceptsBrian Gianforcaro
2021-10-06LibC: Fix redeclaration in x86_64/regs.hBen Wiederhake
2021-10-06LibC: Make sure ARCH macro is available before useBen Wiederhake
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling