summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k/sys
AgeCommit message (Expand)Author
2021-11-21Decorate the m68k signal trampoline with the appropriate .cfithorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-07-24Only jump to CERROR if carry is set, not clear.matt
2013-07-17Use assym.hmatt
2013-07-16Use SYSTRAP.matt
2013-07-16Use SYSTRAPmatt
2013-07-16Add END(func)matt
2013-07-16Add END(func)matt
2013-07-16Add END(func)matt
2013-07-16Convert to normal Motorola syntax for addressing.matt
2011-11-22Add TLS support for m68k.joerg
2009-10-03SystemV-R4 ABI for M68k returns pointers in %a0, so we have to make surephx
2008-05-02Fix nested comment and move to 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-31Add missing stubs for syscalls returning addresses.martin
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-03-09Welcome to the new compat layout.christos
2006-02-19make these consistent.christos
2005-06-12Add missing __RCSID()lukem
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26no need to define __HAVE_SIGINFO anymoredrochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-18Userland portion of SIGTRAMP_VALID() commit.christos
2003-09-22SA_SIGINFO support for m68k (libc)cl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-05-30Make this work with an ISO C preprocessor.thorpej
2002-01-22Redefine ENTRY properly for both ELF and a.outaymeric
2001-07-20Compensate for the syscall args stack cleanup in the clone.scw
2001-07-19clone(2) syscall frontend for m68k.scw
2001-05-05Shameless hack to reference end when using a.out and _end when using ELF.kleink
2000-12-13The bare minimum to get m68k libc working again...scw
2000-12-07Use A1 to save the return address, since A0 is no longer preserved acrossscw
2000-12-07The last change broke things if SYS___vfork14 returned an error; fix it.scw
2000-12-02Save the return address in %a1 across the vfork syscall instead of %a0.scw
2000-11-28Add missing register prefixes.scw
2000-10-02Whitespace botch in previous, noticed by Leo Weppelman and Thorsten Frueauf.kleink
2000-09-28Need an internal name for pipe(2).kleink
2000-07-07Add special treatment of shmat(2).itohy
2000-06-26Need an internal name for fork().kleink
2000-06-26Thinko in previous: we do always use an internal name.kleink
2000-06-23Add internal names for brk() and sbrk().kleink
1999-10-25Add register prefixes.thorpej
1999-10-18ELF PIC support.itohy