summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-02-18Support strong_alias and begin merging usage of weak_functionEric Andersen
2002-02-05OOps.Eric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Add in a weak for __adjtimeEric Andersen
2002-01-17Added insque/remque supportDavid McCullough
2002-01-17Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
2002-01-09Allow people to exclude regex code, since it is huge (27k)Eric Andersen
2002-01-09Fix duplicate of timezoneEric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-24Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-20A few symbols needed for testingEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-10-04With all the headerfile changes, some functions didn't get there arg typesDavid McCullough
2001-09-27Update to accomodate the header file changesEric Andersen
2001-09-15OopsEric Andersen
2001-09-15Recurse into 'file'Eric Andersen
2001-09-15Add lockfEric Andersen
2001-09-06Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen
2001-08-17Fix a silly bug with the header fileEric Andersen
2001-08-14use some #defines internal to the ctype functions to eliminate themEric Andersen
2001-08-09Make sure the weak aliases are defined before the functions/varsDavid McCullough
2001-07-01These zero-length files apparently weren't deleted from cvs.Manuel Novoa III
2001-06-26ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III
2001-06-26Looks like we lost clearing errnoEric Andersen
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-06-07The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough
2001-06-02Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III
2001-06-01Put the locale stuff back how it was till we can get a proper implementationEric Andersen
2001-05-28Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III
2001-05-26Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen
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-23Remove dead code.Manuel Novoa III
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-09Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-05-08A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen
2001-04-19Remove the old crypt implementationEric Andersen
2001-04-18Add missing time()Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix up more leftovers resultant from fixing _LIBCEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen