summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-11-21Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen
2002-11-21Debugging tweaks.Miles Bader
2002-11-21Oops.Eric Andersen
2002-11-21Cleanup use of in6addr_loopback and in6addr_anyEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-11-21Improve malloc debugging support.Miles Bader
2002-11-21Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen
2002-11-21Doh! Manuel noticed I'd put the CFLAGS before DODEBUG, killingEric Andersen
2002-11-20Rework usershell.c, as the old one was packed full of unhandledEric Andersen
2002-11-20Kill SVR4_BUGCOMPATEric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-20Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen
2002-11-19Update verbage regarding NISEric Andersen
2002-11-19Remove use of $(strip) when no longer needed. Fixup DODEBUGEric Andersen