OSDN Git Service

uclinux-h8/uclibc-ng.git
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
2004-01-02 Eric AndersenDo not make tests depend on CC, since we no longer...
2004-01-02 Eric AndersenBump version, cleanup whitespace
2004-01-02 Eric AndersenCope with 2.6.x headers
2004-01-02 Eric Andersenrohde at soap dot adsl dot dk writes:
2004-01-02 Eric Andersenrohde at soap dot adsl dot dk writes:
2004-01-02 Manuel Novoa... Fix __freadable and __fwritable... were using '~' inste...
2004-01-02 Manuel Novoa... Oops... temporarily support the old stdio code.
2004-01-02 Manuel Novoa... The checking Erik added seems to be unnecessary. Witho...
2004-01-02 Manuel Novoa... Redo the exec functions to comply with SUSv3.
2004-01-02 Manuel Novoa... Rewrite popen for SUSv3 compliance.
2004-01-02 Manuel Novoa... Minor fix from upstream glibc.
2004-01-02 Manuel Novoa... Kept the same approach, but rewrote the code for the...
2003-12-31 Eric AndersenFir errno return when the file/path is NULL or points...
2003-12-31 Eric AndersenAdd extra checks for sigprocmask and rt_sigprocmask...
2003-12-30 Eric AndersenFix the manditory typo in my last minute untested fix.
2003-12-30 Eric AndersenMake sleep behave itself properly inthe presence of...
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...
2003-12-30 Eric AndersenUpdate and restore malloc-simple. Slow as molasses...
2003-12-28 Eric AndersenFix a really dumb bug introduced in version 1.4 of...
2003-12-28 Eric AndersenFix whitespace
2003-12-28 Eric Andersenremove unused file
2003-12-27 Manuel Novoa... Handle the app_fini stuff in exit without requiring...
2003-12-27 Manuel Novoa... Fix a long-standing bug with pthreads. A couple of...
2003-12-22 Eric Andersenoops
2003-12-22 Eric Andersenimplement the worthless cuserid() function we claim...
next