Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-31 | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | |
on both x86 and arm... -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-06-21 | Patch from Shane Nay, who noticed that these were not properly labeling | Eric Andersen | |
functions as such, thereby hosing the shared lib loader. | |||
2001-06-19 | This was violating policy and using a kernel header file... | Eric Andersen | |
-Erik | |||
2001-04-20 | Nobody should be using the SYS_ syscall names. Use the __NR_<foo> | Eric Andersen | |
names instead. -Erik | |||
2001-02-09 | It turns out that vfork was completely broken. That was why it | Eric Andersen | |
wouldn't run on my little arm7tdmi/uClinux boards, since without vfork working, nothing works on uClinux. It took me forever to find this, since other problems were hiding this one. Big, huge, sigh of relief. -Erik |