Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
miscellaneous asm routines | |||
2006-09-11 | Atsushi Nemoto writes: | Eric Andersen | |
The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code. | |||
2006-02-22 | Remove __clone, add it only back, if threads has a another (strong) version, ↵ | Peter S. Mazinger | |
that needs to overwrite this | |||
2006-01-29 | make sure clone/__clone are created properly | Mike Frysinger | |
2006-01-14 | need features.h for new HIDDEN_JUMPTARGET() | Mike Frysinger | |
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-16 | Make clone use internal _exit | Peter S. Mazinger | |
2005-07-31 | Old glibc fix for ltp's clone07 test. Another file that needs updating... | Manuel Novoa III | |
2005-07-23 | Since __syscall_error is a C func, we need to store the syscall return value | Manuel Novoa III | |
in the appropriate register. Otherwise, errno is set to random garbage. | |||
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | |
size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik | |||
2002-07-03 | Fix clone so it compiles | Eric Andersen | |
-Erik | |||
2002-02-04 | Fixup mips so it now works and provides basic functionality | Eric Andersen | |