summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc/sys
AgeCommit message (Expand)Author
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
2008-11-06Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC.nakayama
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-10As mrg@ informs me, delay slots are indented 1 and not 2 spaces.he
2008-03-10Fix the problem that CURBRK can't be referenced directly via R_SPARC_GOT13he
2007-10-08In handwritten asm use -fPIC code instead of -fpic, our libc has grownuwe
2006-12-28Provide a full frame stack space in the clone'd child.martin
2006-12-28Use CCFSZ instead of 96 for standard save operations.martin
2006-02-19make these consistent.christos
2006-01-08Cosmetics (pointed out by uwe): use trivial restore, not the explicitmartin
2006-01-08Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov).martin
2005-10-15Switch sparc to the new compat code layout.uwe
2005-06-12Add missing __RCSID()lukem
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2004-01-23If the syscall fails, the carry bit will be set - not the zero bit.martin
2004-01-02Restore stack frames on error return.martin
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-12SIGINFO __sigaction & trampoline code.pk
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-19Move getcontext.S from gen to sys, where it belongs.kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-11Need <machine/psl.h> and <machine/signal.h>. Problem pointed outthorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2001-07-23add an implementation of __clone(2)christos
2000-12-13Add required __syscall.S stub.pk
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-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej
1999-06-03Shameless hack to reference end if using a.out and _end if using ELF.kleink
1999-03-31While in transition, conditionally rename _ASM_LABEL(cerror) andkleink
1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink
1998-12-02Warn about references to the compatibility vfork() (i.e. the vfork() withthorpej
1998-12-02Warn about references to the compatibility() sigaction(), sigpending(),thorpej
1998-09-29Make the sparc work again; some work from jason, some from me.christos
1998-07-01Change immediate label references to _C_LABEL().tv
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej
1997-07-16RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined inchristos
1996-11-18The code in here was just an expansion of RSYSCALL(syscall).pk
1996-11-16Remove DEFS.h, which has been just a placeholder for a long time.pk
1996-11-16Do the `_REENTRANT' song-and-dance.pk
1996-11-11Treat reboot() like a normal system call. From PR 2458.mycroft