OSDN Git Service

uclinux-h8/uClibc.git
2008-05-30 Bernhard Reutner... - Fix gcc glitch with mremap and IMA.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - fix dependencies of ldso.c
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
2008-05-30 Bernhard Reutner... - shrink a little bit.
2008-05-29 Bernhard Reutner... - fix dependencies for multi-source
2008-05-29 Carmelo AmorosoFix typo in macro for tls access model
2008-05-28 Bernhard Reutner... - pull commentary fixes from upstream
2008-05-28 Carmelo AmorosoFix the ELF magic number for SPARCV9: by Friedrich...
2008-05-28 Haavard Skinnemoenavr32: splice(), vmsplice() and tee() support
2008-05-27 Carmelo AmorosoFix build failure due to missing 'smallint' definition
2008-05-27 Carmelo AmorosoFix build failure due to missing 'smallint' definition
2008-05-25 Denis VlasenkoSlight size reduction by use of smallints/consts:
2008-05-25 Denis Vlasenko__uClibc_main.c: save ~70 bytes by not checking that...
2008-05-23 Bernhard Reutner... - use -print-file-name
2008-05-23 Bernhard Reutner... - avoid warning about cast from pointer to integer...
2008-05-23 Denis Vlasenkoarm memcpy: fix the case when src=dst
2008-05-23 Bernhard Reutner... - for non-threaded, non-macro case we were missing...
2008-05-23 Bernhard Reutner... - fix compilation error
2008-05-22 Bernhard Reutner... - rename to match the set*() function's filename
2008-05-22 Bernhard Reutner... - rename to match the setdomainname filename
2008-05-22 Denis Vlasenkoconvert two more static ints used as flags to smallints
2008-05-21 Bernhard Reutner... - Wrap overlong comment-lines. No object-code changes
2008-05-21 Bernhard Reutner... - my manpage sais that init_module, create_module,...
2008-05-21 Bernhard Reutner... - fix warning about old-style function definition
2008-05-21 Bernhard Reutner... - fix warning about static not being at the beginning...
2008-05-21 Bernhard Reutner... - do not delete the libs i keep for size-comparison
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis Vlasenkogetopt: do not needlessly use static structure.
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Denis Vlasenkoadd an URL to relevant gcc bugzilla entry
2008-05-20 Denis Vlasenkosuppress "asm declaration ignored due to conflict with...
2008-05-20 Bernhard Reutner... - note that __drand48_iterate should be void
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - make it compile with !__UCLIBC_HAS_LOCALE__
2008-05-20 Bernhard Reutner... - silence warning
2008-05-20 Carmelo AmorosoSynch extern declaration with definition provided in...
2008-05-20 Carmelo AmorosoRemove automatically generated header when doing make...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2008-05-16 Carmelo AmorosoConvert to UNIX format
2008-05-15 Mike Frysingermake sure we store the function pointers to the real...
2008-05-13 Carmelo AmorosoDo not check retbuf if realpath returns NULL
2008-05-09 Denis Vlasenkofix "make install_kernel_headers" to not create asm...
2008-05-08 Denis Vlasenkotest-canon: stop checking realpath buffer in case realpath
2008-05-08 Denis Vlasenkorealpath: do not set bogus errno when readlink fails.
2008-05-07 Denis VlasenkoSplit kernel headers installation from "make install_he...
2008-05-07 Carmelo AmorosoAdd unifdef host tool to clean target
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-05-03 Bernhard Reutner... - add missing #endif
2008-05-03 Bernhard Reutner... - cleanup by manually expanding the helpers.
2008-05-03 Bernhard Reutner... - implement splice,vmsplice,tee for all arches
2008-05-03 Khem RajWire up vmsplice, splice and tee for arm.
2008-05-02 Bernhard Reutner... - indent
2008-05-02 Carmelo AmorosoAdded implementation for 'locale' command.
2008-05-02 Bernhard Reutner... - add vmsplice, splice, tee (Timo Teräs)
2008-05-01 Denis Vlasenkoinstall_headers: do not exit if unifdef "fails", it...
2008-04-30 Denis Vlasenkoinstall_headers: properly quote things
2008-04-30 Denis Vlasenkoguard against older ld's not understanding --sort-secti...
2008-04-30 Denis VlasenkoRules.mak: fix -falign/-malign mixup
2008-04-30 Denis Vlasenkoinstall_headers.sh: detect a case when kernel headers...
2008-04-29 Denis Vlasenkobuild system: use a bit more aggressive gcc/ld optimiza...
2008-04-28 Denis Vlasenko__uc_malloc: remove stray semicolons
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2008-04-27 Denis Vlasenkobuild system: improve install_headers.
2008-04-25 Carmelo AmorosoFix rpc test Makefile
2008-04-25 Carmelo AmorosoFix some sh4 specific entries
2008-04-25 Denis Vlasenkoreinstate external visibility of inet_ntoa_r,
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-24 Hans-Christian... Fix indentation of comment in AVR32 memmove assembler...
2008-04-24 Hans-Christian... Fix whitespace damage in top level Config.in.
2008-04-24 Hans-Christian... Fix whitespace damage in AVR32 in libc sysdeps AVR32...
2008-04-24 Hans-Christian... Fix whitespace damage in AVR32 libc sysdeps sys header...
2008-04-24 Hans-Christian... Fix whitespace damage in AVR32 libc bits header files.
2008-04-23 Khem RajCleanup INTERNAL_SYSCALL macros for ARM.
2008-04-22 Carmelo AmorosoAdded support for error_print_progname as proposed
2008-04-22 Carmelo AmorosoFix segfault in __pthread_initialize_minimal in linuxth...
2008-04-20 Khem RajFix mmap64 undefined on arm oabi with pure thumb1 patch...
2008-04-16 Hans-Christian... Fix whitespace damage in AVR32 pt-machine.h in libpthre...
2008-04-16 Hans-Christian... Fix whitespace damage in AVR32 string assembler optimiz...
2008-04-16 Hans-Christian... Fix whitespace damage in AVR32 part of ldso.
2008-04-16 Hans-Christian... Fix whitespace damage in Config.avr32.
2008-04-16 Hans-Christian... Updated email address for Hans-Christian Egtvedt, AVR32...
2008-04-15 Denis Vlasenkoamd64 string ops: use alignment more carefully, and...
2008-04-15 Denis Vlasenkoamd64 string ops: replace some instructions by smaller...
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2008-04-10 Denis Vlasenkoremove "register" from _vf[w]printf_internal declaratio...
2008-04-10 Denis Vlasenkoeven more fixes for vda-made breakage in vXXXfprintf
2008-04-09 Denis Vlasenkofix breakage in old_vfprintf case
2008-04-09 Denis Vlasenkorestore erroneously removed hidden_def for vdprintf
next