| Age | Commit message (Expand) | Author |
| 2007-10-28 | Set up the tail of the instruction address queue so that | skrll |
| 2007-10-08 | In handwritten asm use -fPIC code instead of -fpic, our libc has grown | uwe |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-12 | Don't clobber callee save registers r12 & r13 in swapcontext. They | pooka |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-09 | If I686_LIBC is defined, make syscalls using the 'sysenter' instruction. | ad |
| 2007-03-08 | Remove an obsolete comment. | ad |
| 2007-02-17 | From Christos: gdtoa fixes for m68k. M68k ports should build now, but | mhitch |
| 2007-02-02 | ext_int bit is no more. | christos |
| 2007-02-02 | since the int bit is merged, do the explicit math. | christos |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-12-28 | Provide a full frame stack space in the clone'd child. | martin |
| 2006-12-28 | Use CCFSZ instead of 96 for standard save operations. | martin |
| 2006-12-27 | After discussing this further with uwe, rearange stack usage slightly and | martin |
| 2006-12-25 | When setting up the __clone()'s userland stack, make sure to allocate | martin |
| 2006-12-13 | Pull over rev. 1.5 of the i386 version (../../i386/resumecontext.S), | martin |
| 2006-12-08 | Sync all resumecontext.c versions with the changes originally made | martin |
| 2006-12-08 | Pull over rev. 1.5 of the i386 version (../../i386/resumecontext.S), | martin |
| 2006-11-08 | if setcontext(2) returns, _exit(2) with a return code of -1 instead | drochner |
| 2006-11-08 | -check for a NULL uc_link before calling setcontext(2); do a real exit(3) | drochner |
| 2006-09-23 | Towards ia64 libc. Round #2 | cherry |
| 2006-09-22 | ia64 libc MD stuff #1. Pushing in everything before my harddisk pops. | cherry |
| 2006-09-22 | add ia64 libc MI bits. | cherry |
| 2006-09-10 | libc stubs added | cherry |
| 2006-09-04 | Rename these functions to the __<name>14 names. | simonb |
| 2006-08-02 | Fix PR 34112, where a program could mysteriously exit on return from a | jld |
| 2006-07-07 | Add missing ppc64 elements | ross |
| 2006-07-07 | checkin libc asm stubs, #1 | cherry |
| 2006-07-07 | build __sigaction14_sigtramp.c | ross |
| 2006-07-07 | rcsid & white space | ross |
| 2006-07-07 | fix @toc reference macro | ross |
| 2006-07-07 | Add missing sigaction() | ross |
| 2006-07-07 | bzero() and memset() for ppc64. | ross |
| 2006-07-06 | rewrite for ppc elf64 reloc | ross |
| 2006-07-06 | we need the current vfork | ross |
| 2006-07-05 | convert remaining ppc32 code to ppc64 | ross |
| 2006-07-05 | convert PIC linkage | ross |
| 2006-07-05 | revise for ppc64 | ross |
| 2006-07-05 | Adjust types and casts for LP64 compilation. | ross |
| 2006-07-05 | fix typo | ross |
| 2006-07-05 | Finish ppc64 conversion | ross |
| 2006-07-05 | adjust casts for LP64 | ross |
| 2006-07-03 | replaced by code in libc/compat/gen | drochner |
| 2006-07-03 | build {frexp,ldexp,modf} in the "compat" subtree | drochner |
| 2006-07-03 | build frexp_ieee754 and ldexp_ieee754 in the "compat" subtree | drochner |
| 2006-07-03 | This is a new port - don't ever start with frexp/ldexp/modf in libc, we | drochner |
| 2006-07-03 | build frexp_ieee754 and ldexp_ieee754 in the "compat" subtree | drochner |
| 2006-07-03 | build frexp_ieee754 in the "compat" subtree | drochner |
| 2006-07-03 | build frexp_ieee754 in the "compat" subtree | drochner |
| 2006-07-01 | ppc64 build framework first pass | ross |