summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2001-06-27Don't even threaten to include asm/* stuffEric Andersen
2001-06-27Don't include asm/unistd.hEric Andersen
2001-06-23This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen
2001-06-17Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-06-12Some socket cleanupsEric Andersen
2001-06-04Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen
2001-05-31Cleanup some stupid warningsEric Andersen
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-26Added definition of __THROWDavid Schleef
2001-05-26Add in message queue support, based on work from <tapu@371.net>.Eric Andersen
2001-05-25Add in some more GNU compatible locale stuff. I only implement theEric Andersen
2001-05-25added __GNUC_PREREQ() macroDavid Schleef
2001-05-25We need the definition of HUGE_VAL fpr some apps. Include it.Eric Andersen
2001-05-25Cleanup the math.h header file. It was broken when enabling doublesEric Andersen
2001-05-22Add poll.h header.Manuel Novoa III
2001-05-21Wrap getline() inside #ifdef __USE_GNUEric Andersen
2001-05-21Proper prototype for mtherr, although this should probably be made anManuel Novoa III
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen
2001-05-11A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen
2001-05-10Fix broken resources.hEric Andersen
2001-05-10Seems a few apps need this one...Eric Andersen
2001-05-10uClibc now has a math library. muahahahaha!Eric Andersen
2001-05-09Yipe. This was still pulling in kernel headers.Eric Andersen
2001-05-08Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen
2001-05-08Fix comment for #endif to remove warnings.Manuel Novoa III
2001-04-25Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen
2001-04-20Oops. I forgot the header fileEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-22Add some missing headers needed by ld.so-1.9.11.Manuel Novoa III
2001-03-22Add in random(), make rand use that under the hood. Fix theEric Andersen
2001-03-21Stub out localeconv. Please look over this to check it is correct....Eric Andersen
2001-03-19Add in the sysvipc patch from Michael ShmulevichEric Andersen
2001-03-19Add a sneaky backwards compat hack from Michael ShmulevichEric Andersen
2001-03-19Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-03-18Added Vladimir's ctype locale support. Make Config setting visible in featur...Manuel Novoa III
2001-03-18Part of the ctype locale support.Manuel Novoa III
2001-03-15Fix the header file for index, rindex and similarEric Andersen
2001-03-12Define h_errno to be errno for now.Manuel Novoa III
2001-03-08Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen
2001-03-08Make alloca work using the compiler builtinEric Andersen
2001-03-08Reworked the password stuff to be reentrant. Group stuff isEric Andersen
2001-03-01Added __strtok_r function. Change strtok to a wrapper around __strtok_r andManuel Novoa III
2001-02-27stdio mostly rewritten... passes lots of tests now.Manuel Novoa III
2001-02-26g++ compatible math defines.David McCullough
2001-02-26Added res_init and res_queryDavid McCullough
2001-02-21Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen
2001-02-19Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III
2001-02-15And apparently some things include sys/time.h instead of time.h in uClibc...Manuel Novoa III