summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2003-01-23simpler method for getting a 'main' reference. Make _init and _finiEric Andersen
2003-01-23Shuffle two lines so the comment applies to the correct line.Eric Andersen
2003-01-23Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen
2003-01-23Kill the needless '#if 1'Eric Andersen
2003-01-23Update malloc behavior on malloc(0) to be consistant withEric Andersen
2003-01-23Just be a bit less different from latest glibc version in commentsEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix the mips __compare_and_swap inlineEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so itEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, add a couple of variablesEric Andersen
2003-01-23Fix indenting. Per patch from Nathan Field at ghs.com, changeEric Andersen
2003-01-23Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen
2003-01-22Fixed a bug related file position in append mode. _stdio_fwrite nowManuel Novoa III
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
2003-01-22Missed an endifEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
2003-01-18Only include lockf64 when large file support is enabled, fixingEric Andersen
2003-01-17Remember to also export LC_ALL in addition to setting it.Eric Andersen
2003-01-16Update build rules a bit. fix quoting problems. Update defaultEric Andersen
2003-01-14Strip off unwanted quotes from ARCH_CFLAGS. Attempt toEric Andersen
2003-01-11Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen
2003-01-10Update website dev image blurbEric Andersen
2003-01-10Patch from Jay Kulpinski:Eric Andersen
2003-01-10Fix warningsEric Andersen
2003-01-10Implement lockf64Eric Andersen
2003-01-10Patch from Nick Fedchik to support ether_atonEric Andersen
2003-01-09mention the uClibc root_fs now available on uclibc.orgEric Andersen
2003-01-09Hide unimplemented and legacy ecvt and friends from configure.Eric Andersen
2003-01-08Disable the __USE_EXTERN_INLINES versions of these headers, whichEric Andersen
2003-01-08For now, "#if 0" out the inlining of (currently unsupported) glibc-specificManuel Novoa III
2003-01-08Lineo has ceased to exist and is no longer a sponsorEric Andersen
2003-01-05Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.Manuel Novoa III
2003-01-03If they call dlopen with anything other than RTLD_LAZYEric Andersen
2003-01-02Rework sparc architecture support so it will compileEric Andersen
2002-12-21Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen
2002-12-20Update.Manuel Novoa III
2002-12-20Obligatory forgotten update...Manuel Novoa III
2002-12-20Add a target so that people can download and use pregenerated locale dataManuel Novoa III
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-19Thanks to Siim Vahtre, add mplayerEric Andersen
2002-12-18Initial checkinMiles Bader
2002-12-18whitespaceMiles Bader
2002-12-18(SSRC): Rename longjmp.S to __longjmp.SMiles Bader
2002-12-18Rename longjmp.S to __longjmp.SMiles Bader
2002-12-17Patch from Stefan Allius. Only build config stuff when needed.Eric Andersen
2002-12-17Dop not restrict the IFTODT() and DTTOIF() macros whenEric Andersen
2002-12-13Only build the ncurses stuff when it is needed, based on aEric Andersen