NetBSD/sys/arch/mvmeppc
manu 9f6565f2bd A working fork/vfork implementation. Darwin fork differs from our fork by
two ways:
- the child gets its pid as retval[0] (userland stub will turn it into a 0),
retval[1] is 1 and it is 0 in the parent.
- in the child, the fork syscall is successful, hence we must skip the next
instruction.
2002-12-08 21:53:10 +00:00
..
compile
conf Moved binary compatibility options from arch directory to cpu directory 2002-10-30 06:26:42 +00:00
include A working fork/vfork implementation. Darwin fork differs from our fork by 2002-12-08 21:53:10 +00:00
isa Use CFATTACH_DECL(). 2002-10-02 04:40:08 +00:00
mvmeppc Avoid strict-alias warnings. 2002-11-25 06:40:26 +00:00
pci Use CFATTACH_DECL(). 2002-10-02 04:40:08 +00:00
stand Use ${PRINTOBJDIR} rather than rolling our own. This makes parallel 2002-05-31 13:46:00 +00:00
Makefile Missed this file when adding mvmeppc port. 2002-02-28 21:54:42 +00:00