summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-28Add a couple of testsEric Andersen
2003-01-28Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen
2003-01-28Patch from Stefan Allius to fix the build whenEric Andersen
2003-01-27Add multiple-include protection.Miles Bader
2003-01-25bahEric Andersen
2003-01-25CleanerEric Andersen
2003-01-25Fix the 'make release' targetEric Andersen
2003-01-25This seems to be needed or else apps will blow up.Eric Andersen
2003-01-25some minor todo updatesEric Andersen
2003-01-25Move some stuff into old-newsEric Andersen
2003-01-25Update webpage for releaseEric Andersen
2003-01-25Update the changelog for releaseEric Andersen
2003-01-24Fix powerpc struct kernel_stat typesEric Andersen
2003-01-24Stick some evil casts in to make sure this works regardlessEric Andersen
2003-01-24A few more needed updatesEric Andersen
2003-01-24Begin release preparations...Eric Andersen
2003-01-24Support having libs in /usr/X11R6/lib by default as wellEric Andersen
2003-01-24Stupid typoEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Don't clean config system except on 'make distclean'. Remember toEric Andersen
2003-01-24Better stat testsEric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-24Add FAQ entry for "sh: can't access tty; job control turned off"Eric Andersen
2003-01-24Doh! Fix potential stack corruption caused by dynamic atexitEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Hopefully this is correctEric Andersen
2003-01-23Hopefully this will work as expected. I have no way toEric Andersen
2003-01-23Update crt0 for arm to provide the main referenceEric Andersen
2003-01-23Shuffle OPTIMIZATION setting a bitEric Andersen
2003-01-23Wasn't thinking... we don't need to seek to end when appending if stdioManuel Novoa III
2003-01-23Update tests to be somewhat consistant with the rest of the worldEric Andersen
2003-01-23Update ignore listEric Andersen
2003-01-23Update a tiny bitEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2003-01-23simpler method for getting a 'main' reference. Make _init and _finiEric Andersen
2003-01-23Shuffle two lines so the comment applies to the correct line.Eric Andersen
2003-01-23Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen
2003-01-23Kill the needless '#if 1'Eric Andersen
2003-01-23Update malloc behavior on malloc(0) to be consistant withEric Andersen
2003-01-23Just be a bit less different from latest glibc version in commentsEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix the mips __compare_and_swap inlineEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so itEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, add a couple of variablesEric Andersen
2003-01-23Fix indenting. Per patch from Nathan Field at ghs.com, changeEric Andersen
2003-01-23Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen
2003-01-22Fixed a bug related file position in append mode. _stdio_fwrite nowManuel Novoa III
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"