Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-27 | import ia64 linuxthreads files | Mike Frysinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-01-25 | user internal versions of waitpid/raise/nanosleep | Peter S. Mazinger | |
2006-01-24 | Don't use __getpid/__getpagesize | Peter S. Mazinger | |
2006-01-23 | Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-27 | typecast away a signed/unsigned warning | Mike Frysinger | |
2005-12-27 | kill off minor unused warnings | Mike Frysinger | |
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-11-15 | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | |
of latest glibc version |