Age | Commit message (Expand) | Author |
2005-11-26 | Some more hidden internals | Peter S. Mazinger |
2005-11-25 | Integrate locales into new build system, move everything locale related to ex... | Peter S. Mazinger |
2005-11-25 | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger |
2005-11-25 | Use internal version of *_unlocked | Peter S. Mazinger |
2005-11-25 | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger |
2005-11-24 | Paul Brook reports: fix build failure with newer binutils | Mike Frysinger |
2005-11-23 | turn off wordcompat by default | Mike Frysinger |
2005-11-23 | grab ptrace.h from glibc | Mike Frysinger |
2005-11-23 | sync with glibc to get rid of warnings | Mike Frysinger |
2005-11-23 | sync with glibc to get 64bit fixes | Mike Frysinger |
2005-11-22 | Forgotten to commit | Peter S. Mazinger |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger |
2005-11-22 | rework depends and stripping so that libraries arent rebuilt all the time in ... | Mike Frysinger |
2005-11-22 | remove headers_done since it broke buildroot again | Mike Frysinger |
2005-11-21 | tabs -> spaces | Mike Frysinger |
2005-11-21 | tweak restore function definitions like glibc does it to get rid of warnings | Mike Frysinger |
2005-11-21 | tabs -> spaces | Mike Frysinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-11-21 | Hide some | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-21 | Don't build empty objects, remove unused vars, update copyright | Peter S. Mazinger |
2005-11-20 | fix tab issue properly by not using tabs | Mike Frysinger |
2005-11-20 | You included the wrong file. Check your work better next time. You get a big ... | "Steven J. Hill" |
2005-11-20 | Tab clean-up. | "Steven J. Hill" |
2005-11-19 | dont want to delete the 64.c files anymore | Mike Frysinger |
2005-11-19 | simplify Makefile rules for handling of LFS files by tweaking the way we comp... | Mike Frysinger |
2005-11-19 | touchup whitespace | Mike Frysinger |
2005-11-19 | make sure we pull in features.h | Mike Frysinger |
2005-11-19 | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger |
2005-11-19 | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger |
2005-11-18 | grab fix from glibc: | Mike Frysinger |
2005-11-18 | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger |
2005-11-18 | touchup syntax/whitespace | Mike Frysinger |
2005-11-18 | Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing | Peter S. Mazinger |
2005-11-18 | make -j2 works here | Peter S. Mazinger |
2005-11-18 | fix trailing comment | Mike Frysinger |
2005-11-18 | add support for ia64 | Mike Frysinger |
2005-11-18 | fix warnings when arch lacks get_kernel_syms syscall (like ia64) | Mike Frysinger |
2005-11-17 | dont try to build getpgrp if the arch doesnt support it (like ia64) | Mike Frysinger |
2005-11-17 | dont try to build fork if the arch doesnt support it (like ia64) | Mike Frysinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-17 | we want to compare the register value itself, not the address of the variable... | Mike Frysinger |
2005-11-16 | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger |
2005-11-16 | rename files to .s like they should be | Mike Frysinger |
2005-11-16 | rename files to .s like they should be | Mike Frysinger |
2005-11-16 | add support for .s translation like .S | Mike Frysinger |
2005-11-16 | sync with glibc and fix warning when building pthreads | Mike Frysinger |
2005-11-15 | this is GNU source | Mike Frysinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-15 | Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook.... | Peter S. Mazinger |