OSDN Git Service

uclinux-h8/uClibc.git
2004-02-11 Eric Andersenyet another todo item
2004-02-11 Eric Andersenmention valgrind/atexit annoyance
2004-02-11 Eric AndersenUpdate TODO list with some items for 1.0
2004-02-10 Eric AndersenDo not include the create_module syscall if it is not...
2004-02-10 Eric AndersenEliminate the PIE support option, and simply support...
2004-02-10 Eric AndersenFix function prototype to match the official ELF standa...
2004-02-10 Eric AndersenFixup header file naming
2004-02-10 Eric Andersenclean trailing whitespace
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-10 Eric Andersenoops, manditory forgotten patch
2004-02-10 Eric AndersenFixup the definition of _dl_open, and move some bits...
2004-02-09 Eric AndersenNicolas Pitre writes:
2004-02-08 Eric AndersenMove _dl_printf and _dl_malloc to ldso, which is a...
2004-02-08 Eric AndersenCleanup whitespace and formatting
2004-02-08 Eric AndersenAdd some permissions when creating the logfile
2004-02-07 Eric AndersenThanks to Joakim's recent paches, we can now remove...
2004-02-07 Eric AndersenRestore the library entry point so it works. It does...
2004-02-07 Eric AndersenJoakim Tjernlund writes:
2004-02-07 Eric AndersenRemove unneeded forward declaration
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-02-07 Eric AndersenYet more consistancy fixups
2004-02-07 Eric AndersenUse unsigned char * pointers
2004-02-06 Eric AndersenTrim trailing whitespace
2004-02-06 Eric AndersenRemove trailing whitespace
2004-02-06 Eric AndersenFix completely hosed up formatting
2004-02-06 Eric AndersenSigh. The 2.6.x kernel removed '__kernel_dev_t' and...
2004-02-05 Manuel Novoa... Patch from Alan Hourihane <alanh@fairlite.demon.co...
2004-02-05 Manuel Novoa... Allow building on 64 bit archs. Hopefully the last...
2004-02-05 Eric AndersenUse 'mmap.c' instead of '_mmap.c'
2004-02-05 Eric AndersenFixup a badly merged update
2004-02-04 Eric AndersenUse a static const char array for static strings
2004-02-03 Manuel Novoa... Today's Toni's birthday. Seems an appropriate day...
2004-02-02 Manuel Novoa... Use the correct configuration test define.
2004-02-01 Eric AndersenThe code for checking the rpath was not finding the...
2004-02-01 Eric AndersenJakub Bogusz writes:
2004-01-31 Eric AndersenRevert to scope as used by original code for now, just...
2004-01-31 Eric AndersenPatch from Paul Mundt, lethal at linux-sh dot org,
2004-01-30 Eric AndersenAndrew May writes:
2004-01-30 Eric AndersenAdd missing abort instruction for powerpc
2004-01-30 Eric AndersenPaul Mundt, lethal at linux-sh dot org writes:
2004-01-30 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenScrub up use of ELF_USES_RELOCA and eliminte some unsig...
2004-01-29 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-29 Eric AndersenFixup silly typo
2004-01-29 Eric AndersenPatch from Joakim Tjernlund:
2004-01-27 Eric AndersenPatch from Joakim Tjernlund to get rid of an annoying...
2004-01-27 Eric AndersenJoakim Tjernlund writes:
2004-01-24 Eric AndersenOleksandr G. Zhadan writes:
2004-01-24 Eric AndersenImre Sunyi writes:
2004-01-24 Eric AndersenJoakim Tjernlund writes:
2004-01-22 Eric AndersenSome minor debian junk I had sitting in my tree
2004-01-21 Eric AndersenSort all the files
2004-01-21 Eric Andersenignore host binaries
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2004-01-21 Eric AndersenAdd poll
2004-01-21 Eric AndersenMove poll to its own file, rather than being only half...
2004-01-21 Eric AndersenMassive formatting cleanup, making it easier to parse
2004-01-20 Eric AndersenErik is an idiot
2004-01-20 Eric Andersensupport building the uClibc utils for the host system...
2004-01-20 Eric AndersenAs noted by Doru Petrescu, there was a spurious line...
2004-01-20 Eric AndersenPaul Mundt writes:
2004-01-20 Eric AndersenJoakim Tjernlund writes:
2004-01-17 Manuel Novoa... Add __data_start needed by boehm garbage collector...
2004-01-17 Manuel Novoa... Prevent runaway asserts, which can happen if there...
2004-01-16 Manuel Novoa... We need to link with libgcc.a when creating shared...
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-16 Eric AndersenFixup selection of endianness, since select does not...
2004-01-16 Eric AndersenMinor updates from linux 2.6.1
2004-01-16 Manuel Novoa... Link with libfloat if necessary.
2004-01-16 David McCulloughMake sure we remove -fomit-frame-pointer from the ldso...
2004-01-14 Eric AndersenInclude missing errno.h header (as noted by Alan Hourih...
2004-01-14 Eric AndersenUse the gcc 3.4 -funit-at-a-time optimization when...
2004-01-14 Manuel Novoa... Ok.. we need to link with libgcc.a for some archs....
2004-01-14 Manuel Novoa... Add a dummy (always fails) wcsftime. This is needed...
2004-01-13 Manuel Novoa... Add another devfs subdir to the list of checked subdirs.
2004-01-13 Eric AndersenFixup dated comments
2004-01-12 Manuel Novoa... Oops... Seems I forgot an else...
2004-01-09 Eric AndersenAs mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFS
2004-01-06 Eric AndersenSome badly behaved arches fail to provide a PAGE_SIZE...
2004-01-04 Eric AndersenImplement res_search and res_querydomain based on netbs...
2004-01-04 Eric AndersenBump .deb version
2004-01-04 Eric AndersenFix paragraph seperation
2004-01-04 Eric Andersenspell 'pthread' properly
2004-01-04 Eric AndersenFix grammar
2004-01-04 Eric AndersenUpdate for release
2004-01-04 Manuel Novoa... My mistake. We do need some weak pthread_* funcs....
2004-01-03 Eric AndersenFix up the news a bit
2004-01-03 Eric AndersenUpdate for release
2004-01-03 Eric AndersenBe sure to fully clean 2.6 kernel headers on 'make...
2004-01-03 Eric AndersenAdd ldflags where needed
2004-01-03 Eric AndersenAnd just like that, clone is now fixed.... Previously the
2004-01-03 Eric Andersenoops
2004-01-03 Eric AndersenMinor changes
2004-01-02 Eric AndersenA useful/useless little malloc time test
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2004-01-02 Eric AndersenMinor update of the debian packaging stuff
2004-01-02 Eric AndersenRemove remnants of the gcc wrapper
next