summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc64/sys
AgeCommit message (Expand)Author
2013-09-14Redo previous to fix build break.nakayama
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2009-01-11merge christos-time_tchristos
2008-11-24Remove __LIBC12_SOURCE__martin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-12-27After discussing this further with uwe, rearange stack usage slightly andmartin
2006-12-25When setting up the __clone()'s userland stack, make sure to allocatemartin
2006-02-19make these consistent.christos
2005-10-16Bring sparc64 to the new compat layout.christos
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-02Restore stack frames on error exit. This makes us pass dynamic and staticmartin
2003-12-31Use CC64FSZ instead of magic constant for stack frame size.martin
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-27Explain the stack layout correctly now that that I understand it :-)christos
2003-10-27Signal trampoline stuff for siginfo.christos
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-10-29Compile with an ISO C preprocessor.petrov
2002-07-10Also need <machine/fsr.h> and <machine/psl.h>.thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-05-07Use large (-fPIC) relocations.eeh
2001-07-23sparc64 version, cloned (har har!) from the sparc version and tweaked.thorpej
2000-12-13Add simple __syscall.S to make libc compile on sparc64 again.martin
2000-09-28Need an internal name for pipe(2).kleink
2000-07-26Need to reserve a full 64-bit stackframe, not a 32-bit one.eeh
2000-07-25Store the whole 64-bit pointer...mycroft
2000-07-25Use cpp comment style.mycroft
2000-07-24_errno -> __errnomycroft
2000-07-21Update some more assembly code for PIC issues.eeh
2000-07-18Fix PIC bugs.eeh
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-03-31Change references to `end' to `_end' as not to invade (or being invaded by)kleink
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-10-08Fix libc signal breakage (I hope).eeh
1998-09-14Back out previous change; it was incorrect.thorpej
1998-09-13Libc fixes, mostly to work around the new signal stuff.eeh
1998-09-11Add sparc64-specific libc.eeh