Home | History | Annotate | Download | only in m68k
History log of /src/lib/libc/arch/m68k/SYS.h
RevisionDateAuthorComments
 1.18  24-Jul-2013  matt Only jump to CERROR if carry is set, not clear.
 1.17  16-Jul-2013  matt Make CERROR hidden. Use END() appropriately.
 1.16  07-Aug-2003  agc branches: 1.16.56; 1.16.62;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.15  26-May-2002  wiz Revert previous: .S files are currently compiled with -traditional-cpp,
so __STDC__ is _not_ always defined.
 1.14  26-May-2002  wiz __STDC__ is always defined on NetBSD.
 1.13  14-Jan-2002  thorpej * Add WSYSCALL() to SYS.h, which creates a system call with an
internal name and a weak alias for the name.
* Add a WEAKASM syscall list, and process it.
* Make sysarch() have an internal name (_sysarch()).
 1.12  25-Oct-1999  thorpej branches: 1.12.8;
Add register prefixes.
 1.11  02-May-1999  kleink branches: 1.11.2;
Call cerror through the PLT.
 1.10  14-Jan-1999  kleink * 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.
 1.9  02-May-1997  kleink Consistency: distinguish between PSEUDO() and PSEUDO_NOERROR().
 1.8  08-Mar-1997  thorpej Define immediate values properly for the __STDC__ preprocessor case,
from Hiroshi HORIMOTO <horimoto@cs-aoi.cs.sist.ac.jp>, PR #3222.
 1.7  19-Nov-1996  jtc Fix typo
 1.6  17-Oct-1996  jtc Added new macros:
SYSTRAP(x): Expands to the code used to call syscall x.
This is used to simplify other macros.

SYSCALL_NOERROR(x): Like SYSCALL except that "x" is a syscall
that can never fail.

RSYSCALL_NOERROR(x): Like RSYSCALL except that "x" is a syscall
that can never fail.
 1.5  13-Dec-1995  thorpej New-style RCS ids.
 1.4  04-Aug-1994  chopps fixed ld.so to properly save all regs when binding PIC functions. We no
longer need the special case (PIC) code to push args when calling cerror.
 1.3  08-Feb-1994  chopps branches: 1.3.2;
handle __STDC__ preprocessor.
 1.2  30-Jan-1994  mycroft Use machine/asm.h for ENTRY() macros.
 1.1  25-Nov-1993  paulus Machine-dependent files for generic m68k machines, with shared library support.
 1.3.2.1  05-Aug-1994  mycroft update from trunk
 1.11.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.12.8.2  21-Jun-2002  nathanw Catch up to -current.
 1.12.8.1  28-Jan-2002  nathanw Catch up to -current.
 1.16.62.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.56.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed