summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-12-13Move the soft float checkEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
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
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
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
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
2002-12-05Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg
2002-12-05Removed redundant definition of __USE_WEAK_ALIASES.Tobias Anderberg
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04I forgot to kill these files in my last commit.Eric Andersen
2002-12-04This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen
2002-12-04Implement the rest of the missing include/net/if.h interfacesEric Andersen
2002-12-04Looks like this is in fact needed to properly debug dynamicallyEric Andersen
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
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
2002-12-02Spelling fixesEric Andersen
2002-12-02Cut and paste error.Manuel Novoa III
2002-12-02Forgot one...Manuel Novoa III
2002-12-02Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III
2002-12-01If the wait failed in pclose it would return a random status codeDavid McCullough
2002-12-01Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef
2002-11-29I forgot to include features.hEric Andersen
2002-11-29Silly me, I forgot to include features.hEric Andersen
2002-11-28Kill a bit of unused cruftEric Andersen
2002-11-28Fix compilation on mipsEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-27Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXITEric Andersen
2002-11-27Fix an ifdef mismatch.Manuel Novoa III
2002-11-27Fix the defaults to make them be saneEric Andersen
2002-11-27Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III
2002-11-23Oops.. left in a bit of debugging code.Manuel Novoa III
2002-11-23Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen