Age | Commit message (Expand) | Author |
2005-11-21 | Use internal hidden versions of __login_tty/__openpty | Peter S. Mazinger |
2005-11-21 | Hide __des_crypt/__md5_crypt | Peter S. Mazinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-11-21 | Hide some | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR, update copyright | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-21 | Do not create any files (dl-progname.h) in ldso anymore | Peter S. Mazinger |
2005-11-21 | Partly undo earlier patch on vapier's request | Peter S. Mazinger |
2005-11-21 | Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__ | Peter S. Mazinger |
2005-11-21 | Do not create header links, use -I to find them. Moved dl-progname.h to ldso/... | Peter S. Mazinger |
2005-11-21 | Don't build empty objects, remove unused vars, update copyright | Peter S. Mazinger |
2005-11-20 | fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects | Mike Frysinger |
2005-11-20 | fix tab issue properly by not using tabs | Mike Frysinger |
2005-11-20 | Add needed include to build loader. | "Steven J. Hill" |
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 | Add info to CFLAGS about lib we are building | Peter S. Mazinger |
2005-11-18 | Enable __THROW,_NTH,REDIRECT_NTH | Peter S. Mazinger |
2005-11-18 | Run headers only once, until better solution is found | 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-18 | dont include sub makefiles if thread support has been disabled | Mike Frysinger |
2005-11-18 | update ignores | Mike Frysinger |
2005-11-18 | shouldnt have been committed | Mike Frysinger |
2005-11-18 | import new linuxthreads_db from glibc HEAD | Mike Frysinger |
2005-11-18 | Replace TOPDIR, add/update copyright | Peter S. Mazinger |
2005-11-18 | Replace TOPDIR, update copyright | Peter S. Mazinger |
2005-11-18 | Replace TOPDIR | Peter S. Mazinger |
2005-11-17 | Correct typos | Peter S. Mazinger |
2005-11-17 | Replace TOPDIR | Peter S. Mazinger |
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 | Replace TOPDIR w/ top_builddir | Peter S. Mazinger |
2005-11-17 | Remove unneeded top_builddir | Peter S. Mazinger |
2005-11-17 | Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ... | Peter S. Mazinger |
2005-11-17 | Use -z relro/-z now on all libs, add some new variables needed later, move co... | Peter S. Mazinger |
2005-11-17 | we want to compare the register value itself, not the address of the variable... | Mike Frysinger |