CVSROOT: /home/cvs/parisc Module name: linux-2.3 Changes by: dhd 00/08/24 17:05:18 Modified files: arch/parisc/kernel: entry.S Log message: Clean up the syscall entry and exit paths a lot. Restore SAR (for signal exit) - do we need to restore some parts of PSW too? Implement fork() in terms of sys_clone(). Implement vfork() and clone().