summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2001-02-15I guess we always need timespec...Manuel Novoa III
2001-02-15Comment out for now. Not used and was causing an error.Manuel Novoa III
2001-02-15Add missing header file.Manuel Novoa III
2001-02-15Handle definition of struct timespec.Manuel Novoa III
2001-02-15Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype.Manuel Novoa III
2001-02-15Fix broken prototype.Manuel Novoa III
2001-02-15Define __USE_GNU as glibc does.Manuel Novoa III
2001-02-13Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com>Eric Andersen
2001-02-09Add ffs func declarationEric Andersen
2001-02-09Include ptrace support so debugging will hopefully work.Eric Andersen
2001-02-05Make the __GLIBC__ define be conditional. Stub out gnu-versions.hEric Andersen
2001-02-03Bring into sync with a fairly current glibc header file.Eric Andersen
2001-02-03Fix up the set of include files pulled into resolv.hEric Andersen
2001-02-03I hereby commit a sin. features.h is now going to _lie_Eric Andersen
2001-01-27Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-17Increase BUFSIZ to 512 to avoid bug in busybox tar.Manuel Novoa III
2001-01-16Remove the nonexistant __sigactionEric Andersen
2001-01-16Add wrapper for old termio interfaceEric Andersen
2001-01-16Add poll, so this is now neededEric Andersen
2001-01-16linux 2.0.x kernels have broken header files. It is silly to be soEric Andersen
2001-01-15Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen
2001-01-15Makeheader files be more like GNUEric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen