summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Support strong_alias and begin merging usage of weak_functionEric Andersen2002-02-181-9/+26
* OOps.Eric Andersen2002-02-051-1/+0
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-2/+2
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
* Added insque/remque supportDavid McCullough2002-01-173-1/+92
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
* Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen2002-01-091-5/+0
* Allow people to exclude regex code, since it is huge (27k)Eric Andersen2002-01-091-1/+4
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0
* Scrub malloc handlingEric Andersen2002-01-082-16/+25
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-068-20/+404
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-1917-0/+17
* Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen2001-11-241-4300/+6942
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* A few symbols needed for testingEric Andersen2001-11-202-2/+9
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-1412-18/+38
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-176-3/+176
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-5/+5
* With all the headerfile changes, some functions didn't get there arg typesDavid McCullough2001-10-041-1/+1
* Update to accomodate the header file changesEric Andersen2001-09-2710-10/+18
* OopsEric Andersen2001-09-151-1/+1
* Recurse into 'file'Eric Andersen2001-09-151-2/+2
* Add lockfEric Andersen2001-09-152-0/+113
* Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen2001-09-062-1/+37
* Fix a silly bug with the header fileEric Andersen2001-08-171-1/+1
* use some #defines internal to the ctype functions to eliminate themEric Andersen2001-08-141-0/+32
* Make sure the weak aliases are defined before the functions/varsDavid McCullough2001-08-091-14/+14
* These zero-length files apparently weren't deleted from cvs.Manuel Novoa III2001-07-012-0/+0
* ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III2001-06-261-2/+0
* Looks like we lost clearing errnoEric Andersen2001-06-261-0/+2
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-11/+1
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-3/+12
* The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough2001-06-071-1129/+1128
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-023-76/+248
* Put the locale stuff back how it was till we can get a proper implementationEric Andersen2001-06-0111-1222/+0
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-1/+1
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-262-1/+60
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-2511-0/+1222
* Remove dead code.Manuel Novoa III2001-05-233-130/+0
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-1217-34/+17
* Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen2001-05-091-963/+451
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
* A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen2001-05-081-4/+5
* Remove the old crypt implementationEric Andersen2001-04-191-1/+1
* Add missing time()Eric Andersen2001-04-182-1/+39
* Update temp file handling and use a single function to do allEric Andersen2001-04-182-1/+188
* Fix up more leftovers resultant from fixing _LIBCEric Andersen2001-04-061-2/+39
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-0612-17/+20
* Stub out localeconv. Please look over this to check it is correct....Eric Andersen2001-03-213-9/+58