summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/fork.c
Commit message (Collapse)AuthorAgeFilesLines
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* Weaken libc's hidden fork versions, ltp test failedPeter S. Mazinger2006-02-031-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-1/+1
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+5
| | | | missing headers, other jump relocs removed
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-3/+4
|
* dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+2
|
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-041-7/+1
| | | | prototypes for functions disabled on mmu-less systems.
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+23
-Erik