summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/sys
AgeCommit message (Expand)Author
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-02-19make these consistent.christos
2006-02-18Move PowerPC compat files from arch/powerpc to compat/arch/powerpc.matt
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
2003-10-03Convert to use register prefixes.kleink
2003-09-27Remove __LIBC12_SOURCEmatt
2003-09-27Invoke the proper signal trampoline depending on SA_SIGINFO.matt
2003-09-25Add siginfo signal trampoline.matt
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-30Convert to use register prefixes. (0 -> %r0, etc.)matt
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2001-07-20Add a __clone(3) entry point for powerpc.tsubai
2000-12-13This should convert to syscall but that's too hard. So punt. XXXmatt
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
2000-02-24Missed in end -> _end cleanup.kleink
2000-02-23For consistency with all other ports, clear errno in the prologue to thekleink
2000-01-27Support *__errno() indirection.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-11-24Add PIC version.tsubai
1998-10-03New signal stuff for PowerPC.tsubai
1998-05-25Use asm.h defines for symbolsws
1998-05-25Remove long obsolete copyright (should have been done before initial import)ws
1998-02-03Fix exect(3).thorpej
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej
1997-03-29Architecture-specific bits for libc on the PowerPC. From Wolfgangthorpej