summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* update licenseMike Frysinger2005-11-101-13/+1
|
* touchup syntax for no real good reason ;)Mike Frysinger2005-06-111-5/+5
|
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-39/+24
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* Kill off the now obsolete __libc_vfork symbolEric Andersen2004-05-141-0/+1
|
* Cleanup a couple of ugly bitsEric Andersen2003-06-271-6/+4
|
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-1/+1
| | | | | on both x86 and arm... -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-5/+4
|
* Patch from Shane Nay, who noticed that these were not properly labelingEric Andersen2001-06-211-1/+1
| | | | functions as such, thereby hosing the shared lib loader.
* This was violating policy and using a kernel header file...Eric Andersen2001-06-191-1/+1
| | | | -Erik
* Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen2001-04-201-1/+1
| | | | | names instead. -Erik
* It turns out that vfork was completely broken. That was why itEric Andersen2001-02-091-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