summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/microblaze/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: vfork/clone interfaceSteven J. Magnani2010-11-101-14/+16
| | | | | | | | Fix the microblaze vfork() and clone() implementations. Add support for clone2(). Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-6/+6
| | | | Closes issue #5194
* Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger2006-02-131-2/+2
| | | | the archs fail
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-9/+11
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+0
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+3
| | | | missing headers, other jump relocs removed
* Microblaze port from the uClinux-dist,David McCullough2003-10-141-0/+45
contributed by John Williams <jwilliams@itee.uq.edu.au>