History log of /openbsd/lib/libc/arch/m88k/DEFS.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 5bcead81 11-Dec-2023 kettenis <kettenis@openbsd.org>

Make sure the syscall table entries are aligned on a 4-byte boundary.
Required for strict-alignment architectures and a good idea on others.

ok deraadt@


# 83762a71 10-Dec-2023 deraadt <deraadt@openbsd.org>

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

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

show more ...


# ed4704d9 22-Sep-2016 guenther <guenther@openbsd.org>

Simplify __cerror now that %r27 is always the TCB pointer.
Don't need a PLT relocation for __cerror.
Move macros for doing internal aliases in ASM from SYS.h to DEFS.h

__cerror tweaks by Miod Vallat

Simplify __cerror now that %r27 is always the TCB pointer.
Don't need a PLT relocation for __cerror.
Move macros for doing internal aliases in ASM from SYS.h to DEFS.h

__cerror tweaks by Miod Vallat, testing by aoyama@

show more ...


# 1fc27e41 01-Mar-2000 todd <todd@openbsd.org>

$OpenBSD$


# 443998a4 15-Dec-1998 smurph <smurph@openbsd.org>

correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.