git-context
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 10 Jun 2024 20:25:19 +0000 (22:25 +0200)
committerSamuel Thibault <sthibault@debian.org>
Mon, 10 Jun 2024 20:25:19 +0000 (22:25 +0200)
commitb66428753cb049c5b6e671afaf4bd202eed90d54
tree67f70bc7491879b34c1697a40b47e92131fd3afa
parent4204551a4bee66be7f9bb3d868ef01b1dadefdbd
git-context

commit 88b771ab5e1169e746dbf4a990d90cffc5fa54ea
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Feb 17 15:25:35 2024 -0500

    Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

    Tested with the tests provided by glibc plus some other toy examples.
    Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-context.diff
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]