summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - cleanup by manually expanding the helpers.Bernhard Reutner-Fischer2008-05-031-13/+14
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-0324-158/+806
* Wire up vmsplice, splice and tee for arm.Khem Raj2008-05-031-11/+14
* - indentBernhard Reutner-Fischer2008-05-021-181/+177
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-024-3/+834
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-024-10/+106
* install_headers: do not exit if unifdef "fails", it's okDenis Vlasenko2008-05-011-1/+4
* install_headers: properly quote thingsDenis Vlasenko2008-04-301-3/+4
* guard against older ld's not understanding --sort-section alignmentDenis Vlasenko2008-04-301-1/+6
* Rules.mak: fix -falign/-malign mixupDenis Vlasenko2008-04-301-6/+6
* install_headers.sh: detect a case when kernel headers are alreadyDenis Vlasenko2008-04-301-20/+26
* build system: use a bit more aggressive gcc/ld optimizations,Denis Vlasenko2008-04-291-4/+50
* __uc_malloc: remove stray semicolonsDenis Vlasenko2008-04-281-3/+3
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-285-3/+13
* build system: improve install_headers.Denis Vlasenko2008-04-273-9/+1097
* Fix rpc test MakefileCarmelo Amoroso2008-04-251-0/+4
* Fix some sh4 specific entriesCarmelo Amoroso2008-04-252-0/+6
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-252-1/+5
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-2472-275/+275
* Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt2008-04-241-1/+1
* Fix whitespace damage in top level Config.in.Hans-Christian Egtvedt2008-04-241-14/+14
* Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt2008-04-2415-252/+252
* Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt2008-04-244-77/+77
* Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt2008-04-2410-398/+398
* Cleanup INTERNAL_SYSCALL macros for ARM.Khem Raj2008-04-231-80/+35
* Added support for error_print_progname as proposedCarmelo Amoroso2008-04-221-3/+9
* Fix segfault in __pthread_initialize_minimal in linuxthreadsCarmelo Amoroso2008-04-221-1/+1
* Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos...Khem Raj2008-04-201-0/+1
* Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l...Hans-Christian Egtvedt2008-04-162-46/+46
* Fix whitespace damage in AVR32 string assembler optimized functions.Hans-Christian Egtvedt2008-04-169-363/+363
* Fix whitespace damage in AVR32 part of ldso.Hans-Christian Egtvedt2008-04-164-241/+241
* Fix whitespace damage in Config.avr32.Hans-Christian Egtvedt2008-04-161-13/+13
* Updated email address for Hans-Christian Egtvedt, AVR32 maintainer.Hans-Christian Egtvedt2008-04-161-1/+1
* amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko2008-04-158-30/+75
* amd64 string ops: replace some instructions by smaller ones,Denis Vlasenko2008-04-155-13/+12
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-127-12/+13
* remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko2008-04-101-2/+2
* even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko2008-04-103-15/+12
* fix breakage in old_vfprintf caseDenis Vlasenko2008-04-093-1/+26
* restore erroneously removed hidden_def for vdprintfDenis Vlasenko2008-04-091-0/+1
* Remove vestigial locking init from sprintf routines.Denis Vlasenko2008-04-093-12/+3
* Factor out the core of vprintf() into separate functionDenis Vlasenko2008-04-099-55/+124
* - use a 16bit value for fnstsw as required by newer binutils.Bernhard Reutner-Fischer2008-04-041-1/+1
* Fix remap_file_pages prototype and use mman.h headerCarmelo Amoroso2008-04-011-3/+3
* - trim trailing whitespace. No object-code changes.Bernhard Reutner-Fischer2008-03-261-8/+8
* - fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer2008-03-263-15/+14
* - improve building utilsBernhard Reutner-Fischer2008-03-261-2/+6
* - fix generation of sysnum.h for parallel builds, second take.Bernhard Reutner-Fischer2008-03-261-2/+2
* - fix (parallel) compilation error in ldso.cBernhard Reutner-Fischer2008-03-261-1/+1
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-2626-23/+771