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 15:40:35 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23591

Modified Files:
        exec.h proc.h 
Log Message:
- new struct emul for OS emulations.
- deprecated exec_setup_fcn
- deprecated EMUL_???
- added sunos_machdep.c for the m68k ports.


christos
Sat Apr 22 15:43:08 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23644

Modified Files:
        init_main.c kern_exec.c kern_lkm.c kern_sig.c kern_synch.c 
        kern_xxx.c makesyscalls.sh uipc_socket.c 
Log Message:
- new copyargs routine.
- use emul_xxx
- deprecate nsysent; use constant SYS_MAXSYSCALL instead.
- deprecate ep_setup
- call sendsig and setregs indirectly.


christos
Sat Apr 22 15:43:53 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23711

Modified Files:
        init_sysent.c 
Log Message:
makesyscalls.sh was changed


christos
Sat Apr 22 15:44:40 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23735

Modified Files:
        syscall.h 
Log Message:
makesyscalls.sh was changed.


christos
Sat Apr 22 15:48:21 EDT 1995
Update of /a/cvsroot/src/sys/compat/hpux
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/hpux

Modified Files:
        hpux_compat.c 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:48:30 EDT 1995
Update of /a/cvsroot/src/sys/compat/ibcs2
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/ibcs2

Modified Files:
        ibcs2_exec.c ibcs2_syscall.h ibcs2_syscallargs.h 
        ibcs2_syscalls.c ibcs2_sysent.c 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:48:38 EDT 1995
Update of /a/cvsroot/src/sys/compat/linux
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/linux

Modified Files:
        linux_error.c linux_exec.c linux_syscall.h linux_sysent.c 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:48:43 EDT 1995
Update of /a/cvsroot/src/sys/compat/osf1
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/osf1

Modified Files:
        osf1_misc.c osf1_syscall.h osf1_sysent.c 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:48:53 EDT 1995
Update of /a/cvsroot/src/sys/compat/sunos
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/sunos

Modified Files:
        sunos_exec.c sunos_init_sysent.c sunos_syscall.h 
        sunos_syscallargs.h sunos_syscalls.c syscalls.master 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:49:02 EDT 1995
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/svr4

Modified Files:
        svr4_exec.c svr4_syscall.h svr4_sysent.c svr4_util.h 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.


christos
Sat Apr 22 15:49:11 EDT 1995
Update of /a/cvsroot/src/sys/compat/ultrix
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23764/ultrix

Modified Files:
        ultrix_misc.c ultrix_syscall.h ultrix_syscallargs.h 
        ultrix_syscalls.c ultrix_sysent.c 
Log Message:
- added struct emul to all emulations.
- removed all setup functions.
- added copyargs() functions where needed.




Home | Main Index | Thread Index | Old Index