]> Git Repo - uclibc-ng.git/history - extra
More i960 support
[uclibc-ng.git] / extra /
2002-07-31 Eric AndersenPatch from Alexander Pevzner <[email protected]> to fixup...
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...
2002-07-11 Miles BaderGrumble...
2002-07-10 Eric AndersenThe mips config files were broken, and failed to define NM
2002-07-05 Eric AndersenOnly enable elf2flt support when using elf toolchains
2002-07-03 Manuel Novoa III Update Config files for current locale and wide char...
2002-07-03 "Steven J. Hill"Change default config files for MIPS platforms. Nothing...
2002-07-02 Eric AndersenResync the install defines
2002-07-02 Eric AndersenChange the default structure of the installed toolchain
2002-06-20 Eric AndersenAdd support for doing the mmu-less thing
2002-06-20 Eric AndersenFix a bug reported by Michael Weiser <michael@weiser...
2002-06-19 Eric AndersenFix incorrect comment re malloc-930716
2002-06-18 Eric AndersenPatch from Martin Proulx <[email protected]> to support
2002-06-15 Eric AndersenFix a silly bug...
2002-05-30 Eric AndersenPut GCCINCDIR here, which is the only place it is needed.
2002-05-28 Eric AndersenPatch from Yoshinori Sato <[email protected]> to use
2002-05-24 Eric AndersenSend the -s to the linker
2002-05-23 Eric AndersenSeveral h8300 updates from Yoshinori Sato <qzb04471...
2002-05-21 "Steven J. Hill"Changed path where cross development tools are installed.
2002-05-20 "Steven J. Hill"Changes needed for MIPS with regards to the .init and...
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-12 Eric AndersenAdd a config file for alpha
2002-05-07 Eric AndersenFixup build a bit more
2002-05-07 Eric AndersenWhen it is going to fail silently anyways, whine loudly and
2002-05-06 Manuel Novoa III Forgot to change the Config templates. Changed one...
2002-05-06 Manuel Novoa III The obligatory forgotten files...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-04-10 Eric AndersenMention pthreads for sparc
2002-04-09 Manuel Novoa III Revert Erik's changes... they were broken since there...
2002-04-09 Eric AndersenSupport ISblank properly
2002-04-03 Eric AndersenTeach initfini to build properly on arches where gcc...
2002-04-03 Eric AndersenSince pthreads work on powerpc, at least mention the...
2002-04-01 Eric AndersenLast bit for old config system
2002-03-25 Eric AndersenMips config fixes from Steven J. Hill
2002-03-22 Eric AndersenIt doesn't make sense to supress linking for -i or -r,
2002-03-22 Eric AndersenFix incorrect ordering of -L and -l options, which...
2002-03-18 Eric AndersenAdd initial support for compiling cpp code.
2002-03-15 Eric AndersenDon't let this worry about _init and _fini
2002-03-15 Eric AndersenFix location of crt0.o
2002-03-14 Eric AndersenUpdate the config script to behave a bit better
2002-03-14 Eric AndersenSetup so ctors/dtors can run. Disabled for now, since...
2002-03-13 Eric AndersenBuild our own crti.o and crtn.o with a cross arch metho...
2002-03-11 Eric AndersenAdd thread support. Eliminate the useless extra "s
2002-03-01 Eric AndersenPatch from Steven J. Hill to allow both mips and mipsel...
2002-03-01 Eric AndersenPatch from Miles Bader to allow Large File support...
2002-02-27 Eric AndersenLose the -nostdlib, which causes problems with older...
2002-02-26 Eric AndersenRemove an erroneous -L-
2002-02-26 Eric AndersenPatch from Miles Bader: All the -M* options should
2002-02-25 Eric AndersenYet another iteration...
2002-02-25 Eric AndersenBoth Miles and Manuel complained about this one. I...
2002-02-23 Eric AndersenFix the compiler wrapper yet more...
2002-02-23 Eric AndersenFix a corner case which I had botched.
2002-02-23 Eric AndersenThis should be a little better...
2002-02-20 Eric AndersenEnable thread support
2002-02-20 Eric AndersenSeveral needed cleanups to the gcc wrapper.
2002-02-04 Eric AndersenMake powerpc default to faster malloc
2002-02-04 Eric AndersenFix naming error in brk.c, enable faster malloc by...
2002-02-04 Eric AndersenMinor cleanups
2002-02-04 Eric AndersenA few more little cleanups
2002-02-04 Eric AndersenAdd include guards
2002-02-04 Eric AndersenAdd a config file for sparc
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenOops. Fixup the defaults
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-02-01 Eric AndersenScrub up a few little things.
2002-02-01 Eric AndersenAdd an example of how to use this thing.
2002-02-01 Eric AndersenAdd in a configurator script. Now people can put stuff...
2002-01-31 Eric AndersenDon't complain about _GLOBAL_OFFSET_TABLE_
2002-01-29 Eric AndersenDefault to using malloc-930716 on ARM systems, since...
2002-01-29 Eric AndersenMake it so powerpc can work despite lacking brk().
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-14 Eric AndersenPatch from Brian Stafford <[email protected]...
2002-01-11 Eric AndersenWe don't need an ARCH_CFLAGS2, just fixed the ordering...
2002-01-11 Eric AndersenFailed to call sort before calling uniq in several...
2002-01-09 Eric AndersenAllow people to exclude regex code, since it is huge...
2002-01-09 Eric AndersenFixup comments regarding large file support (it works...
2002-01-09 Eric AndersenPatch from Michael E Brown <mebrown@michaels-house...
2002-01-02 Eric AndersenFixes from M. R. Brown <[email protected]> to fixup...
2002-01-01 Eric AndersenSupport arch specific optimizations (examples shown...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-29 David SchleefA little script to strip out unused portions of shared...
2001-12-21 Eric AndersenA very large patch from Miles Bader <[email protected]...
2001-12-21 Eric AndersenOops. Revert debugging defines
2001-12-20 Eric AndersenOops. I accidentally commited some experimental test...
2001-12-19 Eric AndersenUpdate my email address. I am no longer [email protected]
2001-12-05 David McCulloughAdd in an ARCH_CFLAGS placeholder so scripts can mod it.
2001-11-24 Eric AndersenUse consistant paths
2001-11-23 Eric AndersenAdjust configs for updated math lib
2001-11-19 Eric AndersenFix default install dirs
2001-11-12 David SchleefEnable ld.so on powerpc
2001-10-16 Eric AndersenRevert global old mmap usage, and do it per arch
2001-10-12 Eric AndersenA small patch from Erwin Authried <[email protected]>
2001-10-11 Eric AndersenPatch from Miles Bader <[email protected]> to support...
2001-09-13 Eric AndersenPatch from John Tyner <[email protected]> to avoid...
2001-08-14 Eric Andersenpowerpc doesn't have sbrk yet, so use "malloc", not...
2001-08-13 Eric AndersenA few more (final?) cleanups for the installer behavior...
2001-08-13 Eric AndersenFix SYSTEM_DEVEL_PREFIX to allow install of the <arch...
2001-08-11 Eric AndersenUse malloc on arm (since I've never bothered to write...
next
This page took 0.070127 seconds and 7 git commands to generate.