History log of /openbsd-current/lib/libc/arch/powerpc64/sys/sigprocmask.S
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 10-Dec-2023 deraadt

Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)
with {uint offset, uint syscall#} entries in libc & ld.so.
In libc a few syscall# entries (break, sigprocmask, _tfork, _threxit)
are duplicated because additional or inline uses occur (that situation
is handled elsewhere)
ok kettenis


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE
# 1.4 16-Oct-2020 deraadt

Adapt SYS.h to use retguard macros from asm.h, so that generated system
calls are guarded. Adapt the first few hand-written functions to this
model (a few remain)
ok kettenis mortimer


Revision tags: OPENBSD_6_8_BASE
# 1.3 28-Jun-2020 kettenis

The 2nd and 3rd argument are pointers, so use the appropriate doubleword
instructions.

ok drahn@


# 1.2 26-Jun-2020 kettenis

Avoid "bare" register numbers.


# 1.1 25-Jun-2020 drahn

PowerPC64 libc powerpc sys files
Initial attempt to port powerpc code to powerpc64

Expects TOC loading in ENTRY(),

ok kettenis@ (some cleanup required)


# 1.4 16-Oct-2020 deraadt

Adapt SYS.h to use retguard macros from asm.h, so that generated system
calls are guarded. Adapt the first few hand-written functions to this
model (a few remain)
ok kettenis mortimer


Revision tags: OPENBSD_6_8_BASE
# 1.3 28-Jun-2020 kettenis

The 2nd and 3rd argument are pointers, so use the appropriate doubleword
instructions.

ok drahn@


# 1.2 26-Jun-2020 kettenis

Avoid "bare" register numbers.


# 1.1 25-Jun-2020 drahn

PowerPC64 libc powerpc sys files
Initial attempt to port powerpc code to powerpc64

Expects TOC loading in ENTRY(),

ok kettenis@ (some cleanup required)


# 1.3 28-Jun-2020 kettenis

The 2nd and 3rd argument are pointers, so use the appropriate doubleword
instructions.

ok drahn@


# 1.2 26-Jun-2020 kettenis

Avoid "bare" register numbers.


# 1.1 25-Jun-2020 drahn

PowerPC64 libc powerpc sys files
Initial attempt to port powerpc code to powerpc64

Expects TOC loading in ENTRY(),

ok kettenis@ (some cleanup required)