summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Collapse)Author
2005-11-14Let the #define do all the workEric Andersen
2005-11-12initial port to hppaMike Frysinger
2005-11-12make people provide these headers when portingMike Frysinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versions, hope I made it correctly. Sparc optimized string ↵Peter S. Mazinger
functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-11Add hidden versions, add missing .sizePeter S. Mazinger
2005-11-11Split up string.c, make internals hiddenPeter S. Mazinger
2005-11-11powerpc version of bzero using memsetPeter S. Mazinger
2005-11-11Split up MSRC file, bzero left outPeter S. Mazinger
2005-11-11Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:Peter S. Mazinger
2005-11-10Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen
2005-11-10Another s/index/strchr/Peter S. Mazinger
2005-11-10Use strchr instead of index (BSD)Peter S. Mazinger
2005-11-10add support for cirrus maverick fpu using patch for glibc ↵Mike Frysinger
http://yann.poupet.free.fr/ep93xx/
2005-11-10sync with glibcMike Frysinger
2005-11-10update licenseMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09fix __intptr_t for 64bit archesMike Frysinger
2005-11-09booooring license updatesMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger
2005-11-08Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger
2005-11-08make cp silentMike Frysinger
2005-11-07use the common/bits/types.h since it has proper 64bit support nowMike Frysinger
2005-11-07old header fileMike Frysinger
2005-11-07Enable multi, because the arch specific versions are non-multi nowPeter S. Mazinger
2005-11-07Disable multi build on asm files. i386/powerpc could be used if the source ↵Peter S. Mazinger
is splitted up
2005-11-05fix arch_headers targetMike Frysinger
2005-11-05makefiles for new build systemMike Frysinger
2005-11-05Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger
2005-11-04need our own page header file to prevent warningsMike Frysinger
2005-11-04use errno.h like in i386Mike Frysinger
2005-11-04unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger
2005-11-04Remove duplicate ifdefsPeter S. Mazinger
2005-11-04Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger
2005-11-04initial import of a nicer output display akin to linux-2.6Mike Frysinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-11-03Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵Peter S. Mazinger
with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
2005-11-03Correct _getdents[64] and __syscall_ipcPeter S. Mazinger
2005-11-03wait4 is pid_t, not intPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Correct IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMA on libc/string/genericPeter S. Mazinger
2005-11-02Enable IMA on i386Peter S. Mazinger