summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/vfork.S
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-01-28remove PID cachingWaldemar Brodkorb
2015-04-22arm: Add BX and BXC macrosBernhard Reutner-Fischer
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2009-10-17arm specific bits needed for nptlAustin Foxley
2008-03-26Paul Brook writes:Bernhard Reutner-Fischer
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
2006-01-31s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-11-10update licenseMike Frysinger
2005-06-11touchup syntax for no real good reason ;)Mike Frysinger
2005-06-10Remove TEXTREL relocations for ARM.Joakim Tjernlund
2004-05-14Kill off the now obsolete __libc_vfork symbolEric Andersen
2003-06-27Cleanup a couple of ugly bitsEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-06-21Patch from Shane Nay, who noticed that these were not properly labelingEric Andersen
2001-06-19This was violating policy and using a kernel header file...Eric Andersen
2001-04-20Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen
2001-02-09It turns out that vfork was completely broken. That was why itEric Andersen