Age | Commit message (Expand) | Author |
2005-06-29 | also symlink asm-$TARGET_ARCH if it exists | Mike Frysinger |
2005-02-02 | - updated getent script to match behaviors of newer glibc getent. update from... | Ned Ludd |
2004-11-11 | move getent to extra/scripts/ out of docs/ | Mike Frysinger |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen |
2004-02-12 | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen |
2004-01-02 | Cope with 2.6.x headers | Eric Andersen |
2003-11-29 | Minor typo fix. | Manuel Novoa III |
2003-11-05 | Kill initfini.awk | Eric Andersen |
2003-11-05 | Kill off "mipsel" and just use "mips" | Eric Andersen |
2003-11-01 | this script is no longer used, and can be removed. | Eric Andersen |
2003-09-30 | oops. | Eric Andersen |
2003-09-17 | Patch from Philip Nye fixing mmu-less | Eric Andersen |
2003-09-11 | Stefan Allius writes: | Eric Andersen |
2003-09-09 | Fix grammar | Eric Andersen |
2003-09-04 | Minor cosmetic cleanups to avoid getting spurious bug reports. | Eric Andersen |
2003-09-03 | Let "$KERNEL_SOURCE/include/asm" be either a link or a directory. | Eric Andersen |
2003-09-01 | Remove a bunch of guessing about the location of the kernel | Eric Andersen |
2003-08-18 | Work around a bug in nm from binutils-2.14.90.0.5. | Manuel Novoa III |
2003-06-05 | Patch from Peter S. Mazinger to make the get-needed-libgcc-objects | Eric Andersen |
2003-03-05 | Patch from Stefan Allius: | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-01-23 | Cleanup makefiles and make clean a bit | Eric Andersen |
2002-12-12 | It seems SCO puts touch in a wierd place | Eric Andersen |
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen |
2002-11-21 | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen |
2002-11-08 | Patch from Stefan Allius for libgcc multilib support | Eric Andersen |
2002-11-03 | Another update to initfini.awk and initfini.c from Stefan Allius | Eric Andersen |
2002-10-31 | Fixup script to avoid potential spurious whining over empty object files. | Eric Andersen |
2002-10-29 | For now, comment out the broken part | Eric Andersen |
2002-10-29 | Remove my horrible SH hack infavor of this fix for initfini.awk from | Eric Andersen |
2002-10-28 | Add appropriate -I options so that any files included by unistd.h are | Miles Bader |
2002-10-14 | Kill the now redundant initfini.pl | Eric Andersen |
2002-10-14 | Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement | Eric Andersen |
2002-10-01 | Patch from Stefan Allius <allius@atecom.com>: | Eric Andersen |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen |
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader |
2002-08-27 | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen |
2002-08-19 | Work from Stefan Allius which allows superH to use the common | Eric Andersen |
2002-08-16 | Cleanup exit a bit, from Ronald Wahl | Eric Andersen |
2002-08-07 | Ignore symbol '_gp_disp' if it's missing from 'libgcc.a'. That's okay for | "Steven J. Hill" |
2002-08-06 | When symbols are missing, its supposed to be an error... | Eric Andersen |
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen |
2002-05-20 | Changes needed for MIPS with regards to the .init and .fini sections. | "Steven J. Hill" |
2002-04-03 | Teach initfini to build properly on arches where gcc tries to be | Eric Andersen |
2002-03-15 | Don't let this worry about _init and _fini | Eric Andersen |
2002-03-15 | Fix location of crt0.o | Eric Andersen |
2002-03-13 | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen |
2002-02-04 | Add include guards | Eric Andersen |
2002-01-31 | Don't complain about _GLOBAL_OFFSET_TABLE_ | Eric Andersen |