NetBSD/sys/arch/prep
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 Fix typo (responsiness -> responsiveness). 2002-11-22 12:20:58 +00:00
dev Add trailing ; to CFATTACH_DECL. 2002-10-02 15:52:22 +00:00
include A working fork/vfork implementation. Darwin fork differs from our fork by 2002-12-08 21:53:10 +00:00
isa Add trailing ; to CFATTACH_DECL. 2002-10-02 15:52:22 +00:00
pci Add trailing ; to CFATTACH_DECL. 2002-10-02 15:52:22 +00:00
prep now that mem_no is emitted by config(8), there is no reason to keep 2002-10-26 13:50:17 +00:00
stand While I'm here: <sys/exec_elf.h> -> <elf.h>. 2002-05-04 20:47:48 +00:00
Makefile