Source-Changes archive

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

sun-lamp CVS commits



christos
Sat Apr 22 16:50:26 EDT 1995
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/mac68k/mac68k

Modified Files:
        trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)


christos
Sat Apr 22 16:50:41 EDT 1995
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/sparc/sparc

Modified Files:
        trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)


christos
Sat Apr 22 16:50:49 EDT 1995
Update of /a/cvsroot/src/sys/arch/sun3/sun3
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24898/sun3/sun3

Modified Files:
        trap.c 
Log Message:
Fixed comparison in SYS__syscall to be against sysent instead of 
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the 
alpha port so far?)




Home | Main Index | Thread Index | Old Index