OSDN Git Service

uclinux-h8/uClibc.git
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
2008-04-09 Denis VlasenkoRemove vestigial locking init from sprintf routines.
2008-04-09 Denis VlasenkoFactor out the core of vprintf() into separate function
2008-04-04 Bernhard Reutner... - use a 16bit value for fnstsw as required by newer...
2008-04-01 Carmelo AmorosoFix remap_file_pages prototype and use mman.h header
2008-03-26 Bernhard Reutner... - trim trailing whitespace. No object-code changes.
2008-03-26 Bernhard Reutner... - fixup stripping of host utils and make host-utils...
2008-03-26 Bernhard Reutner... - improve building utils
2008-03-26 Bernhard Reutner... - fix generation of sysnum.h for parallel builds, secon...
2008-03-26 Bernhard Reutner... - fix (parallel) compilation error in ldso.c
2008-03-26 Bernhard Reutner... Paul Brook writes:
2008-03-26 Carmelo AmorosoEnable remap_file_pages prototype controlled by __USE_G...
2008-03-25 Carmelo AmorosoAdd missing cast in pointer assignment
2008-03-21 Carmelo AmorosoAdd rempa_file_pages function by Will Newton <will...
2008-03-21 Mike Frysingermichael_d writes in [#2064]: fix building on linux...
2008-03-16 Carmelo AmorosoAdd myself as co-maintainer of SH4, specifically for...
2008-03-16 Carmelo AmorosoRemove extra file separator
2008-03-13 Haavard Skinnemoenavr32: Use HIDDEN_JUMPTARGET() macro in bzero.S
2008-03-13 Haavard SkinnemoenFrom: Geoffrey Wossum <geoffrey@pager.net>
2008-03-13 Haavard SkinnemoenAdd myself as co-maintainer for the AVR32 architecture
2008-03-11 Carmelo AmorosoMove calculation of rem within if (unlikely statement
2008-03-09 Carmelo AmorosoKhem Raj <kraj@mvista.com> writes:
2008-03-05 Carmelo AmorosoCall explicitely objclean-y when doing build cleanup.
2008-02-28 Carmelo AmorosoFix file permissions
2008-02-28 Carmelo AmorosoFix file permissions
2008-02-28 Carmelo AmorosoAdded support for ether_line, ether_ntohost and ether_h...
2008-02-23 Mike FrysingerRicard Wanderlof writes:
2008-02-20 Carmelo AmorosoFix typos in comment
2008-02-20 Carmelo AmorosoDo not call _dl_de ug_state() before recording ld.so...
2008-02-20 Chris Zankelxtensa: the size of the elf_gregset_t array is actually...
2008-02-20 Hans-Christian... Use HIDDEN_JUMPTARGET define instead of __GI_ directly...
2008-02-20 Chris ZankelXtensa: Provide an architecture specific sigaction...
2008-02-16 Mike Frysingerposix_fadvise64 on 64bit systems take 5 arguments,...
2008-02-16 Mike Frysingerfix typo pointed out by skinkie in #2194
2008-02-12 Denis Vlasenkoadd hidden_proto's for __uc_malloc
2008-02-12 Bernd SchmidtUse DL_RELOC_ADDR when dealing with DL_LOADADDR_TYPE...
next