summaryrefslogtreecommitdiff
path: root/lib/libc/compat
AgeCommit message (Expand)Author
2006-08-26Move ns_addr and ns_ntoa to compat libc. Add a stripped version ofmatt
2006-08-04add missing const.yamt
2006-08-04whitespace.yamt
2006-08-04remove the support of variable-sized filehandle from compat version ofyamt
2006-07-31Make filehandles opaque to userlandmartin
2006-07-27fts_data is defined to be something else now. Avoid syntax error.christos
2006-07-27Turn fts_number to a quad.christos
2006-07-13Lint insists on this.martin
2006-07-13Ooops, forgot to add this with the last commitmartin
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-07urk, need these tooross
2006-07-03Remove a comment questioning correct denormal handling.drochner
2006-07-03build {frexp,ldexp,modf} in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
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 frameworkross
2006-07-01powerpc64 build frameworkross
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
2006-06-28build frexp/ldexp/modf in the "compat" partdrochner
2006-06-27Build just the compatibility versions of frexp()/ldexp()/modf(), thedrochner
2006-06-27First step to clean up the variety of frexp(), ldexp() and modf()drochner
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-05-29support the new ntp_gettime() syscall and add compatibility for the old onedrochner
2006-05-04Adjust for the fhstat() compat kernel change.christos
2006-03-30Unbreak fts13 after yesterdays header changes [yes I keep old binaries aroundchristos
2006-03-30PR/33163: Auster Vl.: fts: cant allocate memory | filename too longchristos
2006-03-26PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.christos
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2006-03-11Fix bug where we did not build archdir and simplify.christos
2006-03-11Add glue to build the compat library as a separate "libcold" turned off bychristos
2006-03-11move hppa to the new compat layout.christos
2006-03-11More new compat layout fixes.christos
2006-03-11Move to the new compat layout.christos
2006-03-11Welcome to the new compat layout.christos
2006-03-09files moved from arch compat layoutchristos
2006-02-18Seperate out the compat support for VAX. Also, make references to thematt
2006-02-18*setjmp14 are not compat, plain setjmp/sigsetjmp are the compat versions.matt
2006-02-18Move PowerPC compat files from arch/powerpc to compat/arch/powerpc.matt
2006-01-24rename __func to _func_unlocked, and add their prototypes in extern.hchristos
2006-01-24Expose __readdir and __telldir, unlocked versions of the non-underscorechristos
2006-01-06Use JUMP_CERROR instead of messing with errno directly.uwe
2006-01-06Simplify.uwe
2006-01-06Simplify. Add WARN_REFERENCES.uwe
2006-01-06Change cerror to take errno in r4, instead of r0.uwe
2006-01-05Use PIC_PROLOGUE_NOSAVE in long jumps, where we don't need to preserve r12.uwe
2006-01-05Oops^2. Init pointer to the saved registers area.uwe
2006-01-05Oops, correct numeric label in branch.uwe
2006-01-05Use PLT for PIC calls to avoids text relocs in the shared library.uwe