History log of /netbsd-src/lib/libc/arch/i386/sys/syscall.S (Results 1 – 14 of 14)
Revision Date Author Comments
# 77abcafc 18-Apr-2020 thorpej <thorpej@NetBSD.org>

Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.


# 0d34bfa2 23-May-2014 uebayasi <uebayasi@NetBSD.org>

Put missing END() markers to set ELF symbol size.


# 4e5324e2 18-Nov-2011 joerg <joerg@NetBSD.org>

Mark __cerror as hidden and exploit that to simplify assembler.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# e1a248fa 20-Mar-2002 ross <ross@NetBSD.org>

use canonical indirect jmp & call syntax to squelch new as(1) warning


# 7f7027bb 03-Apr-2000 mycroft <mycroft@NetBSD.org>

Repair syscall stubs that were not updated when the cerror interface was
modified.


# e387e174 08-Feb-1999 christos <christos@NetBSD.org>

Amend for the PLT fixes, things broke last night with the changes to SYS.h
and cerror.S. In particular, the syscalls in the files committed below were
broken.


# 6348b7d5 14-Jan-1999 kleink <kleink@NetBSD.org>

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to
avoid possible name clashes with identifiers used in user applications.
* Do the same for minbrk on all architectures to avoid a GCC-specific (and
on ELF architectures effectively useless) symbol reference renaming in MI code.

show more ...


# 1394f01b 16-Jul-1997 christos <christos@NetBSD.org>

RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS


# 2db41a19 26-Oct-1994 mycroft <mycroft@NetBSD.org>

Use trap gate to enter kernel.


# 22e614ce 27-Jan-1994 mycroft <mycroft@NetBSD.org>

Random cleanup.


# f3f7594f 06-Dec-1993 pk <pk@NetBSD.org>

Use PIC_PLT for error returns.
Correct operand order in accessing `minbrk' and `curbrk'.


# 44186168 21-Oct-1993 jtc <jtc@NetBSD.org>

Move the old berkeley sccs id into the header comment like it is done
for other source files.


# 0b9f5089 07-Oct-1993 cgd <cgd@NetBSD.org>

make an arch directory in libc, and move all machine dirs into it