summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* I forgot to kill these files in my last commit.Eric Andersen2002-12-042-227/+0
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-0413-377/+273
* Implement the rest of the missing include/net/if.h interfacesEric Andersen2002-12-041-22/+149
* Looks like this is in fact needed to properly debug dynamicallyEric Andersen2002-12-041-0/+8
* Override optimization settings when debuggingEric Andersen2002-12-041-1/+6
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
* Make the arm cpu-specific optimizations work properlyEric Andersen2002-12-031-3/+3
* Don't leak outside of the target area when installing things.Eric Andersen2002-12-021-6/+10
* Spelling fixesEric Andersen2002-12-021-9/+9
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
* Forgot one...Manuel Novoa III2002-12-021-33/+0
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-029-93/+334
* If the wait failed in pclose it would return a random status codeDavid McCullough2002-12-011-1/+2
* Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef2002-12-011-2/+2
* I forgot to include features.hEric Andersen2002-11-291-0/+2
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Kill a bit of unused cruftEric Andersen2002-11-281-6/+0
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
* Make support for global constructors and global destructors beEric Andersen2002-11-2711-23/+132
* Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXITEric Andersen2002-11-271-1/+6
* Fix an ifdef mismatch.Manuel Novoa III2002-11-271-2/+2
* Fix the defaults to make them be saneEric Andersen2002-11-271-3/+0
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen2002-11-231-4/+4
* Ok... here's the summary:Manuel Novoa III2002-11-2225-573/+2299
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
* Debugging tweaks.Miles Bader2002-11-212-8/+12
* Oops.Eric Andersen2002-11-211-0/+1
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-214-20/+36
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-218-1/+296
* Improve malloc debugging support.Miles Bader2002-11-218-46/+197
* Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen2002-11-211-30/+62
* Doh! Manuel noticed I'd put the CFLAGS before DODEBUG, killingEric Andersen2002-11-211-4/+3
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Kill SVR4_BUGCOMPATEric Andersen2002-11-204-16/+4
* Patch from Stefan Allius:Eric Andersen2002-11-207-10/+36
* Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen2002-11-201-2/+2
* Update verbage regarding NISEric Andersen2002-11-191-3/+10
* Remove use of $(strip) when no longer needed. Fixup DODEBUGEric Andersen2002-11-191-12/+14
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-192-28/+85
* Silence some whiningEric Andersen2002-11-192-1/+3
* Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.Eric Andersen2002-11-191-3/+3
* Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen2002-11-193-6/+6
* Stefan Allius writes:Eric Andersen2002-11-193-3/+19
* cut-n-paste typoEric Andersen2002-11-191-1/+1
* Update to sync up with glibc 2.3Eric Andersen2002-11-191-9/+16