Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup a couple of ugly bits | Eric Andersen | 2003-06-27 | 1 | -6/+4 |
| | |||||
* | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | 2002-01-31 | 1 | -1/+1 |
| | | | | | on both x86 and arm... -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -5/+4 |
| | |||||
* | Patch from Shane Nay, who noticed that these were not properly labeling | Eric Andersen | 2001-06-21 | 1 | -1/+1 |
| | | | | functions as such, thereby hosing the shared lib loader. | ||||
* | This was violating policy and using a kernel header file... | Eric Andersen | 2001-06-19 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Nobody should be using the SYS_ syscall names. Use the __NR_<foo> | Eric Andersen | 2001-04-20 | 1 | -1/+1 |
| | | | | | names instead. -Erik | ||||
* | It turns out that vfork was completely broken. That was why it | Eric Andersen | 2001-02-09 | 1 | -0/+73 |
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 |