| Commit message (Expand) | Author | Age | Files | Lines |
* | - cleanup by manually expanding the helpers. | Bernhard Reutner-Fischer | 2008-05-03 | 1 | -13/+14 |
* | - implement splice,vmsplice,tee for all arches | Bernhard Reutner-Fischer | 2008-05-03 | 24 | -158/+806 |
* | Wire up vmsplice, splice and tee for arm. | Khem Raj | 2008-05-03 | 1 | -11/+14 |
* | - indent | Bernhard Reutner-Fischer | 2008-05-02 | 1 | -181/+177 |
* | Added implementation for 'locale' command. | Carmelo Amoroso | 2008-05-02 | 4 | -3/+834 |
* | - add vmsplice, splice, tee (Timo Teräs) | Bernhard Reutner-Fischer | 2008-05-02 | 4 | -10/+106 |
* | install_headers: do not exit if unifdef "fails", it's ok | Denis Vlasenko | 2008-05-01 | 1 | -1/+4 |
* | install_headers: properly quote things | Denis Vlasenko | 2008-04-30 | 1 | -3/+4 |
* | guard against older ld's not understanding --sort-section alignment | Denis Vlasenko | 2008-04-30 | 1 | -1/+6 |
* | Rules.mak: fix -falign/-malign mixup | Denis Vlasenko | 2008-04-30 | 1 | -6/+6 |
* | install_headers.sh: detect a case when kernel headers are already | Denis Vlasenko | 2008-04-30 | 1 | -20/+26 |
* | build system: use a bit more aggressive gcc/ld optimizations, | Denis Vlasenko | 2008-04-29 | 1 | -4/+50 |
* | __uc_malloc: remove stray semicolons | Denis Vlasenko | 2008-04-28 | 1 | -3/+3 |
* | Experimentally move libc_hidden_proto(time) to time.h. | Denis Vlasenko | 2008-04-28 | 5 | -3/+13 |
* | build system: improve install_headers. | Denis Vlasenko | 2008-04-27 | 3 | -9/+1097 |
* | Fix rpc test Makefile | Carmelo Amoroso | 2008-04-25 | 1 | -0/+4 |
* | Fix some sh4 specific entries | Carmelo Amoroso | 2008-04-25 | 2 | -0/+6 |
* | reinstate external visibility of inet_ntoa_r, | Denis Vlasenko | 2008-04-25 | 2 | -1/+5 |
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 72 | -275/+275 |
* | Fix indentation of comment in AVR32 memmove assembler optimization file. | Hans-Christian Egtvedt | 2008-04-24 | 1 | -1/+1 |
* | Fix whitespace damage in top level Config.in. | Hans-Christian Egtvedt | 2008-04-24 | 1 | -14/+14 |
* | Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files. | Hans-Christian Egtvedt | 2008-04-24 | 15 | -252/+252 |
* | Fix whitespace damage in AVR32 libc sysdeps sys header files. | Hans-Christian Egtvedt | 2008-04-24 | 4 | -77/+77 |
* | Fix whitespace damage in AVR32 libc bits header files. | Hans-Christian Egtvedt | 2008-04-24 | 10 | -398/+398 |
* | Cleanup INTERNAL_SYSCALL macros for ARM. | Khem Raj | 2008-04-23 | 1 | -80/+35 |
* | Added support for error_print_progname as proposed | Carmelo Amoroso | 2008-04-22 | 1 | -3/+9 |
* | Fix segfault in __pthread_initialize_minimal in linuxthreads | Carmelo Amoroso | 2008-04-22 | 1 | -1/+1 |
* | Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos... | Khem Raj | 2008-04-20 | 1 | -0/+1 |
* | Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l... | Hans-Christian Egtvedt | 2008-04-16 | 2 | -46/+46 |
* | Fix whitespace damage in AVR32 string assembler optimized functions. | Hans-Christian Egtvedt | 2008-04-16 | 9 | -363/+363 |
* | Fix whitespace damage in AVR32 part of ldso. | Hans-Christian Egtvedt | 2008-04-16 | 4 | -241/+241 |
* | Fix whitespace damage in Config.avr32. | Hans-Christian Egtvedt | 2008-04-16 | 1 | -13/+13 |
* | Updated email address for Hans-Christian Egtvedt, AVR32 maintainer. | Hans-Christian Egtvedt | 2008-04-16 | 1 | -1/+1 |
* | amd64 string ops: use alignment more carefully, and comment it. | Denis Vlasenko | 2008-04-15 | 8 | -30/+75 |
* | amd64 string ops: replace some instructions by smaller ones, | Denis Vlasenko | 2008-04-15 | 5 | -13/+12 |
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 7 | -12/+13 |
* | remove "register" from _vf[w]printf_internal declarations too | Denis Vlasenko | 2008-04-10 | 1 | -2/+2 |
* | even more fixes for vda-made breakage in vXXXfprintf | Denis Vlasenko | 2008-04-10 | 3 | -15/+12 |
* | fix breakage in old_vfprintf case | Denis Vlasenko | 2008-04-09 | 3 | -1/+26 |
* | restore erroneously removed hidden_def for vdprintf | Denis Vlasenko | 2008-04-09 | 1 | -0/+1 |
* | Remove vestigial locking init from sprintf routines. | Denis Vlasenko | 2008-04-09 | 3 | -12/+3 |
* | Factor out the core of vprintf() into separate function | Denis Vlasenko | 2008-04-09 | 9 | -55/+124 |
* | - use a 16bit value for fnstsw as required by newer binutils. | Bernhard Reutner-Fischer | 2008-04-04 | 1 | -1/+1 |
* | Fix remap_file_pages prototype and use mman.h header | Carmelo Amoroso | 2008-04-01 | 1 | -3/+3 |
* | - trim trailing whitespace. No object-code changes. | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -8/+8 |
* | - fixup stripping of host utils and make host-utils compile with std=gnu99 | Bernhard Reutner-Fischer | 2008-03-26 | 3 | -15/+14 |
* | - improve building utils | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -2/+6 |
* | - fix generation of sysnum.h for parallel builds, second take. | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -2/+2 |
* | - fix (parallel) compilation error in ldso.c | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -1/+1 |
* | Paul Brook writes: | Bernhard Reutner-Fischer | 2008-03-26 | 26 | -23/+771 |