summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
2008-05-03Wire up vmsplice, splice and tee for arm.Khem Raj
2008-05-02- indentBernhard Reutner-Fischer
2008-05-02Added implementation for 'locale' command.Carmelo Amoroso
2008-05-02- add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer
2008-05-01install_headers: do not exit if unifdef "fails", it's okDenis Vlasenko
2008-04-30install_headers: properly quote thingsDenis Vlasenko
2008-04-30guard against older ld's not understanding --sort-section alignmentDenis Vlasenko
2008-04-30Rules.mak: fix -falign/-malign mixupDenis Vlasenko
2008-04-30install_headers.sh: detect a case when kernel headers are alreadyDenis Vlasenko
2008-04-29build system: use a bit more aggressive gcc/ld optimizations,Denis Vlasenko
2008-04-28__uc_malloc: remove stray semicolonsDenis Vlasenko
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-27build system: improve install_headers.Denis Vlasenko
2008-04-25Fix rpc test MakefileCarmelo Amoroso
2008-04-25Fix some sh4 specific entriesCarmelo Amoroso
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-24Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in top level Config.in.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt
2008-04-23Cleanup INTERNAL_SYSCALL macros for ARM.Khem Raj
2008-04-22Added support for error_print_progname as proposedCarmelo Amoroso
2008-04-22Fix segfault in __pthread_initialize_minimal in linuxthreadsCarmelo Amoroso
2008-04-20Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos...Khem Raj
2008-04-16Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l...Hans-Christian Egtvedt
2008-04-16Fix whitespace damage in AVR32 string assembler optimized functions.Hans-Christian Egtvedt
2008-04-16Fix whitespace damage in AVR32 part of ldso.Hans-Christian Egtvedt
2008-04-16Fix whitespace damage in Config.avr32.Hans-Christian Egtvedt
2008-04-16Updated email address for Hans-Christian Egtvedt, AVR32 maintainer.Hans-Christian Egtvedt
2008-04-15amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko
2008-04-15amd64 string ops: replace some instructions by smaller ones,Denis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-04-10remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko
2008-04-10even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko
2008-04-09fix breakage in old_vfprintf caseDenis Vlasenko
2008-04-09restore erroneously removed hidden_def for vdprintfDenis Vlasenko
2008-04-09Remove vestigial locking init from sprintf routines.Denis Vlasenko
2008-04-09Factor out the core of vprintf() into separate functionDenis Vlasenko
2008-04-04- use a 16bit value for fnstsw as required by newer binutils.Bernhard Reutner-Fischer
2008-04-01Fix remap_file_pages prototype and use mman.h headerCarmelo Amoroso
2008-03-26- trim trailing whitespace. No object-code changes.Bernhard Reutner-Fischer
2008-03-26- fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer
2008-03-26- improve building utilsBernhard Reutner-Fischer
2008-03-26- fix generation of sysnum.h for parallel builds, second take.Bernhard Reutner-Fischer
2008-03-26- fix (parallel) compilation error in ldso.cBernhard Reutner-Fischer
2008-03-26Paul Brook writes:Bernhard Reutner-Fischer
2008-03-26Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso