NetBSD/lib/libc/arch/alpha/sys
thorpej bedc7b48df Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S
with the syscall numbers changed.

Since 4.4BSD vfork(2) did not share address space, Ovfork.S could be changed
to be identical to fork.S (modulo syscall numbers).  __vfork14.S, however,
needs to remain separate since with a shared address space, the stub needs to
pre-decrement the stack and do an indirect jump to the return address, so that
the shared stackframe is still there when the parent returns.  (Obviously,
this does not apply to systems which to not build stackframes on leaf calls.)
1998-01-04 20:58:08 +00:00
..
Ovfork.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
__vfork14.S Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S 1998-01-04 20:58:08 +00:00
brk.S catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
cerror.S if _REENTRANT is defined, store the error value in (*__errno()), rather than 1996-11-08 00:52:46 +00:00
exect.S catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
fork.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
pipe.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
ptrace.S kill "IMPORT(errno, 4)" since it is unnecessary 1996-11-08 00:51:24 +00:00
sbrk.S catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
setlogin.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
sigpending.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
sigprocmask.S catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
sigreturn.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00
sigsuspend.S catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
syscall.S libc support for the alpha. more functions should be written in assembler, 1995-02-10 17:49:48 +00:00