Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-11 | libthread: fix ARM build by renaming file | Neven Sajko | 1 | -0/+41 | |
Fixes #363 Change-Id: Ic8ad5ccce3935fdf00732d78d3024b535db90447 | |||||
2020-01-19 | libthread: remove Linux 2.4 code | Russ Cox | 1 | -10/+0 | |
Linux.c was for Linux 2.4 and is no longer used directly, only indirectly because NetBSD.c was a 1-line file #including Linux.c. So mv Linux.c NetBSD.c. Also rm Linux-*-asm.s which was for Linux 2.4 as well. | |||||
2020-01-19 | libthread: rm unused ARM (get|set)mcontext (#354) | Neven Sajko | 1 | -43/+0 | |
They were just a duplicate of my(get|set)mcontext from the other assembly file, and unused from threadimpl.h. Change-Id: Id8003e5177ed9d37a7f0210037acbe55bbf7f708 | |||||
2005-11-04 | use macro for getcontext (setjmp) | rsc | 1 | -6/+4 | |
2005-11-03 | arm | rsc | 1 | -4/+6 | |
2005-11-03 | arm | rsc | 1 | -33/+33 | |
2005-11-01 | arm | rsc | 1 | -0/+53 | |