summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
-Erik
2003-01-08Disable the __USE_EXTERN_INLINES versions of these headers, whichEric Andersen
use non-existant glibc internals.
2003-01-08For now, "#if 0" out the inlining of (currently unsupported) glibc-specificManuel Novoa III
string->numeric conversion functions.
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
or RTLD_NOW then we need to error out.
2003-01-02Rework sparc architecture support so it will compileEric Andersen
and run. Seems to be working... -Erik
2002-12-21Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen
-Erik
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
files instead of generating approx 40Mb of glibc locales to get the 300+ locales currently supported.
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
Also added outdigit support and (legacy) YESSTR/NOSTR support.
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
(CSRC): Add clone.c
2002-12-18Rename longjmp.S to __longjmp.SMiles Bader
Remove extra weak symbols defined by ../common/longjmp.c
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
_DIRENT_HAVE_D_TYPE is not defined. -Erik
2002-12-13Only build the ncurses stuff when it is needed, based on aEric Andersen
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
2002-12-13Move the soft float checkEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
dlopen and have it be successful. This required moving some things out of ldso.c into readelflib1.c, and directly including hash.c and readelflib1.c into dlib.c when building the static version of the library. -Erik
2002-12-12Use crt1.o when ctor/dtor support is enabledEric Andersen
2002-12-12When -shared is specified, meaning they wish to create a sharedEric Andersen
library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik
2002-12-12Oops. Patch was vs 5beta.Eric Andersen
2002-12-12It seems SCO puts touch in a wierd placeEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
build a crt0.o and a crt1.o. crt1.o will support ctors and dtors if such support is enabled. One more gratuitous toolchain support issue is thereby removed... -Erik
2002-12-12Add portmap and patch from Steven EllingEric Andersen
2002-12-12Fix typo noticed by V.RadhakrishnanEric Andersen
2002-12-12Add in a stub libnsl library to make stupid configure scriptsEric Andersen
(i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik
2002-12-12Fix broken ignore fileEric Andersen
2002-12-12Avoid silly namespace pollutionEric Andersen
2002-12-11Remove a stray ')'Eric Andersen
2002-12-11Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III
2002-12-09Cleanup the case when using the system shared lib loaderEric Andersen
-Erik
2002-12-05Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg
Added additional CFLAGS for cris when compiling with PIC.
2002-12-05Removed redundant definition of __USE_WEAK_ALIASES.Tobias Anderberg
Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris.
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
the linux kernel uses. -Erik
2002-12-04I forgot to kill these files in my last commit.Eric Andersen
-Erik
2002-12-04This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen
then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik
2002-12-04Implement the rest of the missing include/net/if.h interfacesEric Andersen
-Erik
2002-12-04Looks like this is in fact needed to properly debug dynamicallyEric Andersen
linked stuff, so put it back but add a check for NULL
2002-12-04Override optimization settings when debuggingEric Andersen
2002-12-04Fix the other instance of getcwdEric Andersen
2002-12-04For now, always claim we have exactly one cpu. It shouldEric Andersen
generally be the truth...
2002-12-04Properly allocate memory when size is 0, but so is bufEric Andersen
2002-12-03Make the arm cpu-specific optimizations work properlyEric Andersen
2002-12-02Don't leak outside of the target area when installing things.Eric Andersen
-Erik