summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use correct names for dummy crti.o/crtn.o files.Miles Bader2003-01-301-2/+2
* Initial checkin.Miles Bader2003-01-302-0/+63
* Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen2003-01-291-2/+9
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-2810-92/+297
* Add a couple of testsEric Andersen2003-01-284-2/+166
* Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen2003-01-281-1/+1
* Patch from Stefan Allius to fix the build whenEric Andersen2003-01-282-0/+4
* Add multiple-include protection.Miles Bader2003-01-271-0/+4
* bahEric Andersen2003-01-251-1/+1
* CleanerEric Andersen2003-01-251-3/+2
* Fix the 'make release' target0_9_17Eric Andersen2003-01-251-2/+4
* This seems to be needed or else apps will blow up.Eric Andersen2003-01-251-9/+2
* some minor todo updatesEric Andersen2003-01-251-7/+10
* Move some stuff into old-newsEric Andersen2003-01-252-76/+76
* Update webpage for releaseEric Andersen2003-01-252-38/+130
* Update the changelog for releaseEric Andersen2003-01-252-61/+168
* Fix powerpc struct kernel_stat typesEric Andersen2003-01-241-19/+18
* Stick some evil casts in to make sure this works regardlessEric Andersen2003-01-241-13/+13
* A few more needed updatesEric Andersen2003-01-249-152/+736
* Begin release preparations...Eric Andersen2003-01-242-761/+541
* Support having libs in /usr/X11R6/lib by default as wellEric Andersen2003-01-242-0/+2
* Stupid typoEric Andersen2003-01-241-1/+2
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-2412-98/+52
* Don't clean config system except on 'make distclean'. Remember toEric Andersen2003-01-241-1/+2
* Better stat testsEric Andersen2003-01-243-37/+118
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-244-10/+51
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-2416-504/+311
* Add FAQ entry for "sh: can't access tty; job control turned off"Eric Andersen2003-01-241-2/+24
* Doh! Fix potential stack corruption caused by dynamic atexitEric Andersen2003-01-241-2/+6
* Update architecture specific support to consistantlyEric Andersen2003-01-2319-137/+56
* Hopefully this is correctEric Andersen2003-01-232-11/+18
* Hopefully this will work as expected. I have no way toEric Andersen2003-01-232-6/+16
* Update crt0 for arm to provide the main referenceEric Andersen2003-01-231-7/+13
* Shuffle OPTIMIZATION setting a bitEric Andersen2003-01-231-4/+3
* Wasn't thinking... we don't need to seek to end when appending if stdioManuel Novoa III2003-01-231-12/+0
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-2315-73/+129
* Update ignore listEric Andersen2003-01-231-1/+1
* Update a tiny bitEric Andersen2003-01-231-5/+1
* Cleanup makefiles and make clean a bitEric Andersen2003-01-234-13/+16
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* simpler method for getting a 'main' reference. Make _init and _finiEric Andersen2003-01-231-6/+12
* Shuffle two lines so the comment applies to the correct line.Eric Andersen2003-01-231-2/+2
* Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen2003-01-232-40/+61
* Kill the needless '#if 1'Eric Andersen2003-01-231-2/+0
* Update malloc behavior on malloc(0) to be consistant withEric Andersen2003-01-231-2/+5
* Just be a bit less different from latest glibc version in commentsEric Andersen2003-01-234-6/+6
* Per patch from Nathan Field at ghs.com, fix the mips __compare_and_swap inlineEric Andersen2003-01-231-0/+27
* Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so itEric Andersen2003-01-231-3/+5
* Per patch from Nathan Field at ghs.com, add a couple of variablesEric Andersen2003-01-232-0/+7
* Fix indenting. Per patch from Nathan Field at ghs.com, changeEric Andersen2003-01-231-19/+17