Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen | |
2003-02-27 | Patch from David Airlie to fix handling of ctor/dtor stuff when used in | Eric Andersen | |
combination with and w/o both the nostdinc and nostdlib options. | |||
2003-02-05 | Patch from Stefan Allius to make adding libgcc functions to the library an | Eric Andersen | |
option, to avoid the possibility of adding non PIC code into the shared PIC uClibc library, thereby making the .text segment unshareable. | |||
2003-01-23 | Cleanup makefiles and make clean a bit | Eric Andersen | |
2003-01-23 | Patch from Brett Hunt at micron.com to fixup potential segfaults | Eric Andersen | |
during 'make menuconfig' | |||
2003-01-16 | Update build rules a bit. fix quoting problems. Update default | Eric Andersen | |
x86 compiler optimization to not force building i386 opcodes. | |||
2003-01-11 | Patch from Robert Schwebel -- support ncurses installed in /usr/local | Eric Andersen | |
2002-12-20 | Obligatory forgotten update... | Manuel Novoa III | |
2002-12-20 | Add a target so that people can download and use pregenerated locale data | Manuel Novoa III | |
files instead of generating approx 40Mb of glibc locales to get the 300+ locales currently supported. | |||
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III | |
Also added outdigit support and (legacy) YESSTR/NOSTR support. | |||
2002-12-17 | Patch from Stefan Allius. Only build config stuff when needed. | Eric Andersen | |
2002-12-13 | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | |
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | |||
2002-12-12 | Use crt1.o when ctor/dtor support is enabled | Eric Andersen | |
2002-12-12 | When -shared is specified, meaning they wish to create a shared | Eric Andersen | |
library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik | |||
2002-12-12 | It seems SCO puts touch in a wierd place | Eric Andersen | |
2002-12-05 | Removed redundant definition of __USE_WEAK_ALIASES. | Tobias Anderberg | |
Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris. | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-12-04 | I forgot to kill these files in my last commit. | Eric Andersen | |
-Erik | |||
2002-12-04 | This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which was | Eric Andersen | |
then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik | |||
2002-12-02 | Spelling fixes | Eric Andersen | |
-Erik | |||
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen | |
configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik | |||
2002-11-27 | Fix the defaults to make them be sane | Eric Andersen | |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III | |
Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T. | |||
2002-11-21 | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | |
2002-11-21 | Improve malloc debugging support. | Miles Bader | |
2002-11-20 | Patch from Stefan Allius: | Eric Andersen | |
- Invert all FORCE_SHAREABLE_TEXT_SEGMENTS checks. - Define FORCE_SHAREABLE_TEXT_SEGMENTS in the Makefile, so it can be configured by the config system. - linuxelf.h inspects that we don't combine FORCE_SHAREABLE_TEXT_SEGMENTS and SVR4_BUGCOMPAT - Add a new config option for FORCE_SHAREABLE_TEXT_SEGMENTS | |||
2002-11-19 | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen | |
on malloc (via realloc). -Erik | |||
2002-11-15 | Ronald Wahl writes: | Eric Andersen | |
since uclibc-0.9.16 I have to specify -fpic during _link_-time or else I get an error from the dynamic linker when I load shared objects. Patch is appended. | |||
2002-11-09 | fix typo | Aaron Lehmann | |
2002-11-09 | Update from upstream | Eric Andersen | |
2002-11-09 | typo fixes | Eric Andersen | |
2002-11-09 | Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit) | Eric Andersen | |
2002-11-08 | Scare people away from enabling locale support for now. | Eric Andersen | |
2002-11-08 | Disable ldso debugging. It should not be on by default. | Eric Andersen | |
2002-11-08 | Use NATIVE_CC. Don't hard code using 'gcc'. | Eric Andersen | |
-Erik | |||
2002-11-08 | Patch from Stefan Allius for libgcc multilib support | Eric Andersen | |
this is the last patch, we need to make the support of multitarget libgcc complete. --------------------------------- In ldso/ldso/Makefile I added the CPU_LDFLAGS-y to the LDFLAGS --------------------------------- In libc/Makefile I set the LDFLAGS for the script get-needed-objects.sh with CPU_LDFLAGS-y --------------------------------- In extra/scripts/get-needed-object.sh we now use the LIBGCC from Rules.mak and call LD with LDFLAGS (==CPU_LDFLAGS-y). Addtionally I grep the NM output, to fix the unresolved external __GLOBAL_OFFSET_TABLE__ on SuperH targets. --------------------------------- | |||
2002-11-08 | Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU | Eric Andersen | |
2002-11-08 | Initial checkin. | Miles Bader | |
2002-11-08 | Add defaults for powerpc | Eric Andersen | |
2002-11-08 | Kill the now obsolete uClibc_config_fix.pl | Eric Andersen | |
2002-11-08 | Add a default for sh | Eric Andersen | |
2002-11-08 | Leave ldso debugging off by default | Eric Andersen | |
2002-11-08 | Doh! Leave ldso debugging off by default.. | Eric Andersen | |
2002-11-08 | Construct a default arm configuration | Eric Andersen | |
2002-11-08 | Some minor changes from Stefan Allius to make conf and | Eric Andersen | |
mconf compile under Solaris. | |||
2002-11-08 | Large cleanup patch, based in large part on a patch from | Eric Andersen | |
Stefan Allius, which adds a great deal of sanity. | |||
2002-11-08 | Merge an update from upstream | Eric Andersen | |
2002-11-08 | Update doc reference | Eric Andersen | |
2002-11-07 | Changes for MIPS and new configuration system. | "Steven J. Hill" | |
2002-11-07 | Fixed makefiles to remove binaries generated for the configuration | "Steven J. Hill" | |
menu system when doing a 'make clean'. |