Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch



Module Name:    syssrc
Committed By:   bjh21
Date:           Thu Jan 17 17:26:05 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/arm: syscall.c
        syssrc/sys/arch/arm/arm32: exception.S
        syssrc/sys/arch/arm/conf: files.arm
        syssrc/sys/arch/arm26/arm26: except.c
Added Files:
        syssrc/sys/arch/arm/arm: linux_syscall.c

Log Message:
Separate out syscall() out into three parts:
  swi_handler() does stuff that all SWIs will need, then calls
   curproc->p_emul->e_syscall.
  syscall() handles native NetBSD system calls.
  linux_syscall() handles Linux system calls.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/arm/linux_syscall.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/arm/syscall.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/arm32/exception.S
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/arm/conf/files.arm
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/arm26/arm26/except.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index