Module Name:src
Committed By: skrll
Date: Sat May 4 14:48:28 UTC 2024
Modified Files:
src/lib/libc/arch/hppa/gen: _setjmp.S
Log Message:
Remove magic numbers. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/hppa/gen/_setjmp.S
Please
Module Name:src
Committed By: skrll
Date: Sat Apr 20 14:09:40 UTC 2024
Modified Files:
src/lib/libc/arch/hppa: genassym.cf
src/lib/libc/arch/hppa/gen: __setjmp14.S
Log Message:
Remove some magic numbers by using genassym.cf
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Sat Apr 20 14:09:40 UTC 2024
Modified Files:
src/lib/libc/arch/hppa: genassym.cf
src/lib/libc/arch/hppa/gen: __setjmp14.S
Log Message:
Remove some magic numbers by using genassym.cf
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Mon Jun 6 06:32:44 UTC 2022
Modified Files:
src/lib/libc/arch/hppa/sys: ptrace.S
Log Message:
Save and restore %r19 the "linkage table pointer register" across the call
to __cerror so if the ptrace syscall fails we can call __cerr
Module Name:src
Committed By: skrll
Date: Mon Jun 6 06:32:44 UTC 2022
Modified Files:
src/lib/libc/arch/hppa/sys: ptrace.S
Log Message:
Save and restore %r19 the "linkage table pointer register" across the call
to __cerror so if the ptrace syscall fails we can call __cerr
Module Name:src
Committed By: skrll
Date: Thu Jan 7 12:31:10 UTC 2010
Modified Files:
src/lib/libc/arch/hppa/gen: _lwp.c
Log Message:
Deal with PLABELs in _lwp_makecontext
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/hppa/gen/_lwp.c
Ple