Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-22 | Jie Zhang writes: | Mike Frysinger | |
I think the loop was written for MMU case. When there is MMU, mmap () is used to allocate the stack. If one segment is already mapped, we should continue to see if we can use the next one. However, for NOMMU, malloc () is used. It's waste of CPU cycles to continue to try if it fails. Here is a new patch, which makes this change only for NOMMU. | |||
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵ | Peter S. Mazinger | |
of __attribute__ ... | |||
2005-12-16 | Remove trailing ; | Peter S. Mazinger | |
2005-12-16 | Remove trailing ; after *alias() | Peter S. Mazinger | |
2005-12-16 | Typo | Peter S. Mazinger | |
2005-12-16 | Adapt some missed prototypes | Peter S. Mazinger | |
2005-12-16 | Forgot about the macros ;-( | Peter S. Mazinger | |
2005-12-16 | memmove, exit are external iconv_main | Peter S. Mazinger | |
2005-12-16 | Correct C_SYMBOL_PREFIX handling for asm, supports only none or _ | Peter S. Mazinger | |
2005-12-16 | Hope it solves JBG's problem, why didn't it bail out here? | Peter S. Mazinger | |
2005-12-16 | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | |
regex code | |||
2005-12-16 | Use hidden towupper in new regex | Peter S. Mazinger | |
2005-12-16 | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | |
2005-12-16 | Use kernel provided syscalls for user-space, the one from libc is not usable | Peter S. Mazinger | |
2005-12-16 | Better guards within _LIBC, cleanup, typos | Peter S. Mazinger | |
2005-12-16 | Hide towctrans*. What is SMALL_UPLOW and why do we need it? | Peter S. Mazinger | |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
2005-12-16 | Convert some users and get rid of __rpc_thread_createerr jump reloc, this ↵ | Peter S. Mazinger | |
was indeed a badly chosen name | |||
2005-12-16 | Convert users | Peter S. Mazinger | |
2005-12-16 | New regex as well | Peter S. Mazinger | |
2005-12-16 | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | |
2005-12-16 | Correct some problems | Peter S. Mazinger | |
2005-12-16 | New hidden versions | Peter S. Mazinger | |
2005-12-16 | Get rid of warnings, use internals, create new hidden versions | Peter S. Mazinger | |
2005-12-16 | Hide C and wchar related stuff | Peter S. Mazinger | |
2005-12-16 | Hide locales | Peter S. Mazinger | |
2005-12-16 | Convert some users | Peter S. Mazinger | |
2005-12-16 | Disable some unused stuff, better guard for libc | Peter S. Mazinger | |
2005-12-16 | Some undefs to be pedantic | Peter S. Mazinger | |
2005-12-16 | Make clone use internal _exit | Peter S. Mazinger | |
2005-12-16 | Build x64 versions only if LFS is enabled | Peter S. Mazinger | |
2005-12-15 | Hide exit/_exit | Peter S. Mazinger | |
2005-12-15 | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | |
2005-12-15 | Add for assembler all *alias | Peter S. Mazinger | |
2005-12-15 | Hide *getc* *putc* | Peter S. Mazinger | |
2005-12-15 | Sync headers w/ glibc | Peter S. Mazinger | |
2005-12-15 | wordexp can't be built w/o glob | Peter S. Mazinger | |
2005-12-15 | silly bug | Eric Andersen | |
2005-12-15 | Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so | Joakim Tjernlund | |
use r3 instead to pass _dl_fini. | |||
2005-12-14 | include features.h instead of sys/cdefs.h | Mike Frysinger | |
2005-12-14 | fix signed/unsigned warnings and unused warnings | Mike Frysinger | |
2005-12-14 | remove .oS too | Mike Frysinger | |
2005-12-14 | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | |
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-12-14 | Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e. | Eric Andersen | |
on big endian mips the code is compiled as little-endian and the wrong half of the 64-bit point value is examined to check for NaN, etc. This bug also broke fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit(). | |||
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger | |
2005-12-13 | This header blocked the use of __THROW in libc-internal.h | Peter S. Mazinger | |
2005-12-13 | Hidden fflush, adapt fopen to hack in libc-internal.h | Peter S. Mazinger | |
2005-12-13 | Hidden readdir* | Peter S. Mazinger | |
2005-12-13 | Hidden lseek[64], disabled llseek and _llseek for now, not in any headers | Peter S. Mazinger | |