summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2007-10-28Set up the tail of the instruction address queue so thatskrll
2007-10-08In handwritten asm use -fPIC code instead of -fpic, our libc has grownuwe
2007-04-29fix typosmsaitoh
2007-04-12Don't clobber callee save registers r12 & r13 in swapcontext. Theypooka
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-09If I686_LIBC is defined, make syscalls using the 'sysenter' instruction.ad
2007-03-08Remove an obsolete comment.ad
2007-02-17From Christos: gdtoa fixes for m68k. M68k ports should build now, butmhitch
2007-02-02ext_int bit is no more.christos
2007-02-02since the int bit is merged, do the explicit math.christos
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
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-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-12-13Pull over rev. 1.5 of the i386 version (../../i386/resumecontext.S),martin
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin
2006-12-08Pull over rev. 1.5 of the i386 version (../../i386/resumecontext.S),martin
2006-11-08if setcontext(2) returns, _exit(2) with a return code of -1 insteaddrochner
2006-11-08-check for a NULL uc_link before calling setcontext(2); do a real exit(3)drochner
2006-09-23Towards ia64 libc. Round #2cherry
2006-09-22ia64 libc MD stuff #1. Pushing in everything before my harddisk pops.cherry
2006-09-22add ia64 libc MI bits.cherry
2006-09-10libc stubs addedcherry
2006-09-04Rename these functions to the __<name>14 names.simonb
2006-08-02Fix PR 34112, where a program could mysteriously exit on return from ajld
2006-07-07Add missing ppc64 elementsross
2006-07-07checkin libc asm stubs, #1cherry
2006-07-07build __sigaction14_sigtramp.cross
2006-07-07rcsid & white spaceross
2006-07-07fix @toc reference macroross
2006-07-07Add missing sigaction()ross
2006-07-07bzero() and memset() for ppc64.ross
2006-07-06rewrite for ppc elf64 relocross
2006-07-06we need the current vforkross
2006-07-05convert remaining ppc32 code to ppc64ross
2006-07-05convert PIC linkageross
2006-07-05revise for ppc64ross
2006-07-05Adjust types and casts for LP64 compilation.ross
2006-07-05fix typoross
2006-07-05Finish ppc64 conversionross
2006-07-05adjust casts for LP64ross
2006-07-03replaced by code in libc/compat/gendrochner
2006-07-03build {frexp,ldexp,modf} in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
2006-07-03This is a new port - don't ever start with frexp/ldexp/modf in libc, wedrochner
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 in the "compat" subtreedrochner
2006-07-01ppc64 build framework first passross